added a folder for aftereffects useful stuff, and added some old bash ones I hade laying around
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
for i;
|
||||
do ffmpeg -i "$i" -c:v libschroedinger -qscale:v 0 -c:a flac -qscale:a 0 "${i%.*}_Dirac+Flac.mkv" ;
|
||||
done;
|
||||
|
||||
Reference in New Issue
Block a user