Skip to content

Instantly share code, notes, and snippets.

@autch
Created May 6, 2025 17:05
Show Gist options
  • Save autch/0d433a4424a30d10662fad3540a500d2 to your computer and use it in GitHub Desktop.
Save autch/0d433a4424a30d10662fad3540a500d2 to your computer and use it in GitHub Desktop.
地デジの1440x1080動画から各フレームをアス比を直したPNGとして書き出す、要事前切り出し
mkdir %~n1
ffmpeg -hide_banner -y -i %1 -vf yadif,setdar=dar=16/9,scale=(dar*oh):1080 %~n1/%~n1.%%02d.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment