bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
320 stars 42 forks source link

request to trim video without re-encoding #5

Closed hjgyuhuk closed 4 years ago

hjgyuhuk commented 4 years ago

Hi, I noticed the video was re-encoded when using this tool, Can you support ffmpeg option -vcodec copy -acodec copy to avoid this.

bartekmotyl commented 4 years ago

Yeah, my todo list includes an extension to allow defining ffmpeg "profiles" (set of ffmpeg parameters) that will be used when adding task to the queue. This would include re-encoding to other formats, scaling etc.

hjgyuhuk commented 4 years ago

That's helpful,I hope it can be default furtherly. Thanks for your great work.

bartekmotyl commented 4 years ago

I reopen the issue to represent enhancement to be implemented.

bartekmotyl commented 4 years ago

Implemented in release 0.11.0 - by default we use "-codec copy" when calling ffmpeg (this can be changed in config file thought).