When I save a file with chapters/markers as MP4-file with VideoReDo, the chapters cannot be displayed in QuickTime Player afterwards. VLC, however, displays them without any problems.
However, the chapters must be contained in the exported file, since a renewed saving of the file exported by VideoReDo, with ffmpeg lets the chapters appear in QuickTime Player.
Used ffmpeg command:
Is it possible to change the behavior in VideoReDo to create correct chapters directly?
However, the chapters must be contained in the exported file, since a renewed saving of the file exported by VideoReDo, with ffmpeg lets the chapters appear in QuickTime Player.
Used ffmpeg command:
ffmpeg -probesize 50M -analyzeduration 100M -i input.mp4 -map 0:0 -map 0:1 -c:a copy -c:v copy -aspect 16:9 -metadata creation_time=now -sn -y output.mp4
Is it possible to change the behavior in VideoReDo to create correct chapters directly?