#2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+-------------------------------------
Comment (by bonconboy): 00000.MTS from output ffmpeg.mkv {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_bitexact.mkv }}} 00001.MTS from output ffmpeg bitexact.mkv (the option suggested here is added) {{{ ffmpeg -i input.mp4 -t 00:00:15 -flags +bitexact -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_bitexact.mkv }}} 00002.MTS from output ffmpeg map.mkv (the option suggested here is added) {{{ ffmpeg -i input.mp4 -t 00:00:15 -map_metadata -1 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_map.mkv }}} 00003.MTS from output handbrake.mkv (handbrake used in Step 1) As mentioned in comment:13, multiAVCHD, which uses tsMuxR, recognizes that 00000.MTS,00001.MTS, and 00002.MTS are 12 seconds. On the other hand, 00003.MTS are 14 seconds. And only 00003.MTS is smoothly playbacked with panasonic hdd recoder. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2111#comment:23> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac