|
Ok installed ffmpeg for win, using the cmd from the link above:
ffmpeg -i in.mp4 -vf "select='lt(mod(t,60),10)',setpts=N/FRAME_RATE/TB" out.mp4 -af "aselect='lt(mod(t,60),10)',asetpts=N/SR/TB"
Output only has only about 1 Mbps, no way to get it higher to at least 2 Mbps?
It takes the first 10 secs, but still the full audio, so the output clip has same length as input.
How to fix it and also how to add a batch function?
|