Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlaphoenix/5b5cc07604a8f11ff90e1bf2b23848c2 to your computer and use it in GitHub Desktop.
Save rlaphoenix/5b5cc07604a8f11ff90e1bf2b23848c2 to your computer and use it in GitHub Desktop.
MPEG-4/H.264 Indexing and Frame Serving

MPEG-4/H.264 Indexing and Frame Serving

ffmpeg doesn't seem to frame index at all, maybe it doesn't need to. However, if you plan to use AVC videos with AviSynth or VapourSynth or are trying to get the best possible deinterlace, then I recommend using libavcodec's indexing capabilities.

For synth programs, this can be done using L-SMASH-WORKS, do NOT use FFMS2 or ANY ffmpeg based sourcer for synth programs, they are WAYYYY too outdated and I can confirm they break color in specific ways that you WONT notice (proof: https://slow.pics/c/R5sA6wli comparison between ffms2 output vs without)!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment