User Tools

Site Tools


it:nastroje:ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
it:nastroje:ffmpeg [2020/01/31 12:44]
matt [Přidání titulků]
it:nastroje:ffmpeg [2024/04/22 16:42] (current)
matt [Vystřihnutí části]
Line 43: Line 43:
 ffmpeg -i "​concat:​intermediate1.ts|intermediate2.ts"​ -c copy -bsf:a aac_adtstoasc output.mp4</​code>​ ffmpeg -i "​concat:​intermediate1.ts|intermediate2.ts"​ -c copy -bsf:a aac_adtstoasc output.mp4</​code>​
  
 +==== Vystřihnutí části ====
 +<​code>​ffmpeg -i video.mp4 -ss 00:01:00 -to 00:02:00 -c copy cut.mp4</​code>​
  
 ==== Přidání titulků ==== ==== Přidání titulků ====
Line 63: Line 65:
 <​code>​ffmpeg -i IN.mp4 ​ -vf subtitles=SubIN.srt ​ out.mp4</​code>​ <​code>​ffmpeg -i IN.mp4 ​ -vf subtitles=SubIN.srt ​ out.mp4</​code>​
  
 +==== Rotování obrazu ====
 +
 +  *     0 = 90° counter-clockwise and vertical flip (default)
 +  *     1 = 90° clockwise
 +  *     2 = 90° counter-clockwise
 +  *     3 = 90° clockwise and vertical flip
 +
 +
 +<​code>​ffmpeg -i input.mp4 -vf "​transpose=0"​ output_0.mp4</​code>​
  
it/nastroje/ffmpeg.1580474673.txt.gz · Last modified: 2020/01/31 12:44 by matt