nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
206 stars 14 forks source link

DVD transcoding stops in the middle of the chapter #48

Closed nschlia closed 4 years ago

nschlia commented 4 years ago

DVD transcoding sometimes stops in the middle of the chapter when the chapter consists of more than 1 cell. Playback stops a the end of the cell.

Normally, the end of the cell should be marked with SRI_END_OF_CELL which seems to be sometimes missing.

This is definetly a DVD authoring error, but should be tolerated in some way.

nschlia commented 4 years ago

Rather marked "enhancement" as this is not a bug in ffmpegfs.