Diverses/ffmpeg - adjust aspect ratio: Unterschied zwischen den Versionen

Aus Ringo's Wiki
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „== ffpmpeg - adjust aspect ratio == ''ffmpeg -i [INPUT] -aspect 720:540 -c copy [OUPTPUT]''“
 
 
Zeile 2: Zeile 2:


  ''ffmpeg -i [INPUT] -aspect 720:540 -c copy [OUPTPUT]''
  ''ffmpeg -i [INPUT] -aspect 720:540 -c copy [OUPTPUT]''
== add subtitle to video
''ffmpeg -i [INPUT].mp4 -i [input].srt -c copy -c:s mov_text [OUTPUT].mp4''

Aktuelle Version vom 22. Februar 2020, 15:06 Uhr

ffpmpeg - adjust aspect ratio

ffmpeg -i [INPUT] -aspect 720:540 -c copy [OUPTPUT]

== add subtitle to video

ffmpeg -i [INPUT].mp4 -i [input].srt -c copy -c:s mov_text [OUTPUT].mp4