1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-29 23:57:17 +00:00

podsync/optiflac: no banner

This commit is contained in:
Phantop 2020-09-29 16:45:25 -04:00
parent e0e97fc8b0
commit 14e1c4ee9a
4 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ compare() {
} }
mkdir out mkdir out
ls *.flac | parallel ffmpeg-static -i {} -c:v copy -c:a flac -compression_level 12 -af aresample=resampler=soxr:precision=32:dither_method=triangular -sample_fmt s16 $@ out/{} ls *.flac | parallel ffmpeg-static -hide_banner -i {} -c:v copy -c:a flac -compression_level 12 -af aresample=resampler=soxr:precision=32:dither_method=triangular -sample_fmt s16 $@ out/{}
cd out cd out
compare compare
cd .. cd ..

View file

@ -11,7 +11,7 @@ compare() {
} }
mkdir out mkdir out
ls *.flac | parallel ffmpeg -i {} -c:v copy -c:a flac -compression_level 12 $@ out/{} ls *.flac | parallel ffmpeg -hide_banner -i {} -c:v copy -c:a flac -compression_level 12 $@ out/{}
cd out cd out
compare compare
cd .. cd ..

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
cd $D/Videos/YouTube/ cd $D/Videos/YouTube/
for f in */*.mp4; do #for f in */*.mp4; do
grep -q "$f" *.xml || rm "$f" # grep -q "$f" *.xml || rm "$f"
done #done
tmux new -s 1 -d "podsync-bin -c $D/Videos/YouTube/config.toml" tmux new -s 1 -d "podsync-bin --no-banner -c $D/Videos/YouTube/config.toml"

2
.setup
View file

@ -2,7 +2,7 @@
sudo eopkg it -c system.devel sudo eopkg it -c system.devel
sudo eopkg rm celluloid gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbox sudo eopkg rm celluloid gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbox
desktop="audacity caja feh gmic-gimp goverlay keepassx kitty mpv qbittorrent quodlibet qutebrowser rofi spek transmission viewnior zathura-poppler" desktop="audacity caja feh gmic-gimp goverlay keepassx kitty mpv qbittorrent quodlibet qutebrowser rofi spek viewnior zathura-poppler"
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim pip ripgrep solbuild-config-local-unstable speedtest-cli stow" terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
sudo eopkg it $desktop $terminal sudo eopkg it $desktop $terminal
sudo pip3 install --upgrade qutebrowser sudo pip3 install --upgrade qutebrowser