Created
May 6, 2025 17:05
-
-
Save autch/0d433a4424a30d10662fad3540a500d2 to your computer and use it in GitHub Desktop.
地デジの1440x1080動画から各フレームをアス比を直したPNGとして書き出す、要事前切り出し
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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