Hey !

I'd like to get the full power of the VP9, but I need to use batch list to not lose anytime.
*Basicly how to batch 2 pass encoding with a command ?**
*
Actually, I'm doing like so for my proxy and 1 pass :

 * for f in *.MOV ; do ffmpeg -i "$f" -c:v prores -profile:v 0 -c:a
   copy proxy/"${f%.*}.MOV; done

So I tried :

 * for f in *.mxf; do ffmpeg -i "$f" -c:v libvpx-vp9 -b:v 2M -pass 1
   -an -f null /dev/null && \
 * ffmpeg -i "$f" -c:v libvpx-vp9 -b:v 2M -pass 2 -c:a libvorbis
   proxy/"${f%.*}.webm"; done

But it's kinda not working there... Any help / solution ?

King regards !

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to