video-transcoder icon indicating copy to clipboard operation
video-transcoder copied to clipboard

Feature request: "Lossless" (stream copy) video cutting

Open c3m0 opened this issue 5 years ago • 3 comments

Hi!

Thanks for great piece of software, it's without bloat, just clean and easy to use. The only thing I miss is the possibility to simply trim existing videos (rounding of the nearest I-frame of course), kind of what "ffmpeg -i input.mp4 -c copy -ss -t output.mp4" does. Right now I run this ffmpeg command (through Termux) on my Android, but it's a bit messy to type in commands with the touch screen, a neat GUI would be awesome. Your GUI is awesome to begin with, so if you could just add something like "Keep Untouched / Stream copy" for video codec choices, I would be very happy! ;)

Cheers!

c3m0 avatar Apr 04 '20 19:04 c3m0

I completely agree, re-encoding is a waste of time if what you want is just a part of the video.

yephny avatar Jun 09 '22 14:06 yephny

I looked into source code, just need to add copy into video codec and audio codec spinner

i will try to add this

oong819 avatar Mar 27 '24 06:03 oong819

@oong819 I'd really appreciate it.

yephny avatar Mar 27 '24 21:03 yephny