FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
574 stars 104 forks source link

Decoder/demuxer options that are kinda useful to expose/change #390

Closed myrsloik closed 2 years ago

myrsloik commented 2 years ago

Demuxer: mov/mp4/3gp: advanced_editlist (always set to 0) mov/mp4/3gp: use_absolute_path mov/mp4/3gp: enable_drefs

Decoder: ac3: drc_scale

dwbuiten commented 2 years ago

We really should not hard set advanced_editlist to 0, it has quite some uses, and we even have tests for it - I, at least, use it.

Further, I am not a fan of the new API with specific boolean options... we should really properly expose an API that lets API users set AVOptions themselves, while having some sane defaults. It would let me e.g. get rid of all my networking patches in my local branch, too.

myrsloik commented 2 years ago

resolved in a better way