forked from hkc/cc-stuff
Swap to -p full.
This commit is contained in:
parent
186bc7814d
commit
544c8a9bab
|
@ -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
|
||||
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
|
||||
|
||||
cd "${ORIG}"
|
||||
|
|
Loading…
Reference in New Issue