Created
August 27, 2022 15:22
-
-
Save Philmist/2f97a2c5c826a862fdbd4e6a8cc01f4b to your computer and use it in GitHub Desktop.
地獄のようなクロスフェードワンライン
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
ffmpeg -ss 0:23 -to 0:38 -i '.\2022-08-27 22-50-53.mkv' -ss 1:56 -to 2:17 -i '.\2022-08-27 22-50-53.mkv' -ss 2:32 -to 3:14 -i '.\2022-08-27 22-50-53.mkv' -filter_complex "[0][1:v]xfade=transition=fade:duration=1:offset=14[vfade0];[vfade0][2:v]xfade=transition=fade:duration=1:offset=34,format=yuv420p[v];[0:a][1:a]acrossfade=d=1[afade0];[afade0][2:a]acrossfade=d=1[a]" -movflags +faststart -map [v] -map [a] -c:v h264_nvenc -b:v 15M -c:a aac twitter.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment