[FFmpeg-trac] #8420(avformat:closed): MP4 duration is not correct
FFmpeg
trac at avcodec.org
Mon Jan 20 00:18:02 EET 2020
#8420: MP4 duration is not correct
--------------------------------------+------------------------------------
Reporter: manuelyuan | Owner:
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: invalid
Keywords: mov duration | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------------+------------------------------------
Changes (by cehoyos):
* status: new => closed
* resolution: => invalid
Comment:
You cannot use `-vsync 0` reliably with mp4/mov output as our muxer only
supports cfr.
The following works fine here:
{{{
ffmpeg -i mp4_duration_is_incorrect.mp4 -max_muxing_queue_size 400 out.mp4
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8420#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list