Y
Hacker News
new
|
ask
|
show
|
jobs
by
foi
3057 days ago
How cut video and save it's fragment without full rencoding?
2 comments
grx
3057 days ago
You can use ffmpeg for this, using "copy" for audio and video, but setting "-ss <hh:mm:ss.0>" for the start time and "-t <seconds>" for the length of your cut beginning from the start timestamp given with -ss.
link
Mister_Snuggles
3057 days ago
avidemux can do this as I recall. It can also re-encode video if you decide you need that.
link