#3659: Some H.264 WTV files created by ffmpeg do not playback on WMP and MCE -------------------------------------+------------------------------------- Reporter: ramitb | Owner: (none) Type: defect | Status: open Priority: normal | Component: | undetermined Version: git-master | Resolution: Keywords: wtv h264 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by pross):
Steps to also produce a synthetic H.264 .wtv file. WMP/MCE seems sensitive to keyframe interval and can not decode yuv444p. {{{ ffmpeg -f lavfi -i testsrc -f lavfi -i "sine=f=1000:d=60" -t 60 -af "volume=0:enable=gt(mod(t\,1)\,0.1)" \ -pix_fmt yuv420p \ -vcodec libx264 -x264-params keyint=25 \ out.wtv }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/3659#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".