This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ffmpeg [2021/02/22 08:23] sqbell |
ffmpeg [2021/05/03 21:31] (current) sqbell |
||
---|---|---|---|
Line 12: | Line 12: | ||
* https:// | * https:// | ||
+ | |||
+ | ==== Obrót filmu o 180 stopni ==== | ||
+ | |||
+ | < | ||
+ | ffmpeg -i input.mp4 -vf " | ||
+ | -codec:v libx264 -codec:a copy output.mkv | ||
+ | </ | ||
+ | |||
+ | INFO: | ||
+ | * https:// | ||
+ | |||
+ | ==== Przyspieszenie filmu ==== | ||
+ | |||
+ | < | ||
+ | ffmpeg -i input.mkv -filter:v " | ||
+ | </ | ||
+ | |||
+ | PTS/60 = 60-krotne przyspiesznie. | ||
+ | |||
+ | INFO: | ||
+ | * https:// | ||
+ | |||
+ | ==== Obrót, przyspieszenie, | ||
+ | |||
+ | < | ||
+ | ffmpeg -hwaccel auto -i DSC_5796.MOV -i ~/ | ||
+ | </ | ||
+ | |||
+ | ==== Obrót i overlay ==== | ||
+ | |||
+ | < | ||
+ | ffmpeg -hwaccel auto -i DSC_5793.MOV -i ~/ | ||
+ | </ |