Guest User

non monotonically increasing dts to muxer in stream

a guest
Jan 19th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ffmpeg.exe -i "Andrew Holness.mp4" -vf "scale=iw*sar:ih, pad=max(iw\,ih*(16/9)):ow/(16/9):(ow-iw)/2:(oh-ih)/2" -pix_fmt yuv422p -vcodec mpeg2video -flags +ildct+ilme -top 1 -dc 10 -qmin 1 -lmin "1*QP2LAMBDA" -vtag xdv3 -b:v 50000k -minrate 50000k -maxrate 50000k -bufsize 36408333 -g 15 -bf 2 -aspect 16:9 -r 29.97 -s 1920X1080 -async 2 -acodec pcm_s24le -ar 48000 -f mxf -y "Andrew Holness.mp4.MXF"
  2.  
  3.  
  4. Example source file: http://s000.tinyupload.com/?file_id=40468444508201894852
  5.  
  6. I keep getting the errors: Application provided invalid, non monotonically increasing dts to muxer in stream
  7. ...resulting in audio synch issues
Add Comment
Please, Sign In to add comment