changqian9 / ffmpeg-things

Scripts & notes about ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg-things

Various ffmpeg scripts and notes. Here you can find:

  • access_copy: scripts that produce access derivative files with the specs given by several institutions.
  • deinterlacing: a superficial look at the different ffmpeg deinterlacers.
  • inverse_telecine.md: how to use ffmpeg to IVTC a file, including bash script. (Added to ffmprovisr)
  • inverse_telecine.py: springing off the above, this is a Python script that takes in a single file (or folder of .VOBs) and applies IVTC (+ concats, if necessary).
    • Yea, you can do it in Bash easily, I just felt like writing some Python.
    • Run using python3 inverse_telecine.py <input>
  • rewrap-mp4: a basic PowerShell script for batch processing using ffmpeg. (Added to ffmprovisr).

About

Scripts & notes about ffmpeg


Languages

Language:Python 87.1%Language:PowerShell 12.9%