User Tools

Site Tools


docu:csheet:sysadm:files:cut_vids

Differences

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

Link to this comparison view

Next revision
Previous revision
docu:csheet:sysadm:files:cut_vids [2020/11/25 21:58]
admin created
docu:csheet:sysadm:files:cut_vids [2022/04/04 08:11] (current)
admin
Line 2: Line 2:
  
 <code bash> <code bash>
-ffmpeg -i "in.mp4" -ss 00:00:08 -to 00:00:37 -c copy -avoid_negative_ts make_zero "out.mp4"+ffmpeg -y -i "in.mp4" -ss 00:00:08 -to 00:00:37 -c copy 
 +    -max_muxing_queue_size 1024 -avoid_negative_ts make_zero "out.mp4"
 </code> </code>
 +
 +Source: https://varhowto.com/cut-videos-ffmpeg/
docu/csheet/sysadm/files/cut_vids.1606341483.txt.gz · Last modified: 2020/11/25 21:58 by admin