メインコンテンツまでスキップ

ffmpeg cheat sheet

· 約1分
Mikyan
白い柴犬
# Transform to 3 times play
ffmpeg -i input.mp4 -vf setpts=PTS/3 -af atempo=3 output.mp4