Page 1 of 1

[Duplicate, Rejected] Option to simply COPY VIDEO without conversion

Posted: Wed Mar 29, 2017 9:38 am
by MetzgerGeorg
Please describe what you would like to see added to HandBrake:
An option to simply copy the VIDEO without conversion

Why would you like to see this added:
To convert/remove AUDIO/Subtitles only

What version of HandBrake are you currently running:
1.0.3

What operating system and version and you currently running (e.g. OSX 10.11, Windows 7, Ubuntu 14):
Windows 7

Re: [Duplicate, Rejected] Option to simply COPY VIDEO without conversion

Posted: Wed Mar 29, 2017 5:52 pm
by s55
This is a regular request but as we've stated a few dozen times before, HandBrake is a video transcoder. The engine wasn't designed with this in mind and it's not practical to retrofit this in. Sorry. Marking as duplicate, rejected.

Re: [Duplicate, Rejected] Option to simply COPY VIDEO without conversion

Posted: Mon Apr 03, 2017 7:19 pm
by k.mauser
I am using Handbrake for years now an always wanted this feature too...
To convert/remove Audio /Subs it is a good idea to have a look at ffmpeg.
To convert DTS Audio in AC3 Audio and remove Subs, you just need a simple CMD:

ffmpeg.exe -i input.mkv -sn -c:v copy -c:a ac3 -b:a 448k output.mkv