Swap to -p full.

This commit is contained in:
capta1nseal 2024-09-15 06:56:29 +03:00
parent 186bc7814d
commit 544c8a9bab
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ ffmpeg -i $2.* -filter_complex "[0:a]channelsplit=channel_layout=stereo[left][ri
ffmpeg -i $2.* -vf fps=20 frame%04d.png ffmpeg -i $2.* -vf fps=20 frame%04d.png
rm $2.* rm $2.*
ls frame*.png | parallel 'echo {}; python3 ${ORIG}/cc-pic.py -W 164 -H 81 -p cover {} ${ORIG}/${NAME}/{.}.cpi' ls frame*.png | parallel 'echo {}; python3 ${ORIG}/cc-pic.py -W 164 -H 81 -p full {} ${ORIG}/${NAME}/{.}.cpi'
rm frame*.png rm frame*.png
cd "${ORIG}" cd "${ORIG}"