Hi,

Am I missing something simple here ?

The command I am using is based on the example given at 
https://google.github.io/shaka-packager/html/tutorials/encoding.html :

ffmpeg -i "${SOURCE}" -c:a copy \

 -vf "scale=-2:1080" \

 -c:v libx264 -profile:v high -level:v 4.2 \

 -x264-params scenecut=0:open_gop=0:min-keyint=72:keyint=72 \

 -minrate 6000k -maxrate 6000k -bufsize 6000k -b:v 6000k \

 -y "${OUTDIR}/1080/${OUTPFX}_1080.mp4"

ffmpeg -i "${SOURCE}" -c:a copy \

 -vf "scale=-2:720" \

 -c:v libx264 -profile:v main -level:v 4.0 \

 -x264-params scenecut=0:open_gop=0:min-keyint=72:keyint=72 \

 -minrate 3000k -maxrate 3000k -bufsize 3000k -b:v 3000k \

 -y "${OUTDIR}/720/${OUTPFX}_720.mp4"

The source file (an mp4 output from Adobe premiere) audio is perfect, no 
problems. So there is something happening at the ffmpeg stage ?

Where am I going wrong ?

Thanks !

Laura
_______________________________________________
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