FFMS / ffms2

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

indexing: Don't apply file-positon-based PAFF hacks to H.264 in ASF/WMV #330

Closed dwbuiten closed 5 years ago

dwbuiten commented 5 years ago

These files, as output by libavformat, include legitimate packets with with the same position as the old packet, since it splits packets, but does not adjust the position accordingly.

Prevents visible frames from being marked as hidden for H.264 in ASF/WMV.

dwbuiten commented 5 years ago

@myrsloik @tgoyne Ping, if you have opinions on this. ill push on Monday if not.

dwbuiten commented 5 years ago

Merged as f781bf5886fb34f9e48ddc741515d2803efa1408.