Search found 7 matches

by lvving
Sat Jan 11, 2020 9:40 pm
Forum: Command Line Interface And Scripting
Topic: command line to convert video and copy all audio tracks untouched
Replies: 5
Views: 1981

Re: command line to convert video and copy all audio tracks untouched

Good to know. Removing UND and upgrading to 1.3.1 seems to be working on the same files that were failing previously.
Thanks.
BradleyS wrote: Sat Jan 11, 2020 12:57 pm HandBrake 1.3.0 uses "any" to mean any track and "und" to mean unknown language tracks. Prior to 1.3.0, "und" meant any.
by lvving
Sat Jan 11, 2020 4:16 am
Forum: Command Line Interface And Scripting
Topic: command line to convert video and copy all audio tracks untouched
Replies: 5
Views: 1981

Re: command line to convert video and copy all audio tracks untouched

The reason I am using command line options is because this is all scripted as part of a package.
by lvving
Sat Jan 11, 2020 4:15 am
Forum: Command Line Interface And Scripting
Topic: command line to convert video and copy all audio tracks untouched
Replies: 5
Views: 1981

Re: command line to convert video and copy all audio tracks untouched

I actually use ffmpeg for most conversions but occasionally it balks so I use HB as an alternative. I changed the above command line to handbrakecli -i "%~d1%~p1%~n1%~x1" -e x265 -q 20 --all-audio -E copy --all-subtitles -o "output.mkv" (removing --audio-lang-list und) and it see...
by lvving
Sat Jan 11, 2020 1:23 am
Forum: Command Line Interface And Scripting
Topic: command line to convert video and copy all audio tracks untouched
Replies: 5
Views: 1981

command line to convert video and copy all audio tracks untouched

Description of problem or question: I am trying to use the CLI to convert a file, MKV in this case, by converting the video track to H.265 but copy all audio tracks, untouched. The command line I used is: handbrakecli -i "%~d1%~p1%~n1%~x1" -e x265 -q 20 --audio-lang-list und --all-audio -...
by lvving
Wed Sep 25, 2019 7:43 pm
Forum: Command Line Interface And Scripting
Topic: converting large library to HEVC
Replies: 6
Views: 3131

Re: converting large library to HEVC

This is what I just started using and it seems to be working so far. I found another post in a different forum of someone trying to do something similar. Would you mind to share your process for doing your large batch conversions ? as I'm in similar situation with a very large video library and lot...
by lvving
Thu Mar 14, 2019 2:19 pm
Forum: Command Line Interface And Scripting
Topic: converting large library to HEVC
Replies: 6
Views: 3131

Re: converting large library to HEVC

This is what I just started using and it seems to be working so far. I found another post in a different forum of someone trying to do something similar. HandBrakeCLI.exe -i <input file> -e x265 --encoder-preset medium --encoder-profile main -x strong-intra-smoothing=0:rect=0 -q 20 --all-audio --aud...
by lvving
Thu Mar 14, 2019 5:27 am
Forum: Command Line Interface And Scripting
Topic: converting large library to HEVC
Replies: 6
Views: 3131

converting large library to HEVC

Description of problem or question: I'm looking for a way to convert a large library consisting of mostly MKV and MP4 in x264 format. Some of the MKV have multiple audio tracks and/or chapters and/or subtitles. I would like to only convert the video to HEVC but keep everything else the exact same i...