#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".