[FFmpeg-trac] #6832(avformat:closed): wrong duration when convert mp4
FFmpeg
trac at avcodec.org
Sat Mar 5 11:35:37 EET 2022
#6832: wrong duration when convert mp4
-------------------------------------+-------------------------------------
Reporter: crazymxm | Owner: (none)
Type: defect | Status: closed
Priority: important | Component: avformat
Version: git-master | Resolution:
Keywords: mov edts | worksforme
duration regression | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by quinkblack):
* status: reopened => closed
* resolution: => worksforme
Comment:
FFmpeg do what editlist in the sample file tells it to do (duplicate the
video track), if you want to ignore the editlist, use:
```
./ffmpeg -ignore_editlist 1 -i ~/tmp/JSM-2\ million\ voices-xaj3ck.mp4
output.mp4
```
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6832#comment:14>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list