Search found 9 matches

by JaSy
Tue Jan 03, 2023 6:48 pm
Forum: Command Line Interface And Scripting
Topic: no sound after converting from ts to mp4
Replies: 3
Views: 5856

Re: no sound after converting from ts to mp4

Where/How do I get "the output to stderr"?
by JaSy
Tue Jan 03, 2023 9:01 am
Forum: Command Line Interface And Scripting
Topic: no sound after converting from ts to mp4
Replies: 3
Views: 5856

no sound after converting from ts to mp4

Hi there, I'm using handbrake CLI to convert .ts files into mp4 by using the following parameters: & "C:\Program Files\HandbrakeCLI\HandbrakeCLI" ` -i $Quelle ` -o $Ziel ` -e x264 -q 19.0 -a 1 -E copy:ac3 -B 160 -6 dpl2 -R Auto -D 0.0 --audio-copy-mask aac,ac3,dtshd,dts,mp3 --audio-fal...
by JaSy
Sun Mar 14, 2021 6:33 pm
Forum: Command Line Interface And Scripting
Topic: Performance HandbrakeCLI Windows vs OS (Mac)
Replies: 7
Views: 2104

Re: Performance HandbrakeCLI Windows vs OS (Mac)

nope, it's a script and as far as I understood the help section the ac tivity log won't be created automatically. However, I think there is no way to improve the performance if I understood Woodstocks remarks correctly...
by JaSy
Sun Mar 14, 2021 5:28 pm
Forum: Command Line Interface And Scripting
Topic: Performance HandbrakeCLI Windows vs OS (Mac)
Replies: 7
Views: 2104

Re: Performance HandbrakeCLI Windows vs OS (Mac)

The Mac CLI should have complained about --large-file as well; that option was removed a long time ago, because handbrake automatically deals with large files. It may still be being accepted as a do-nothing, for compatibility. This was probably the case. I haven't checked the logs in case the outpu...
by JaSy
Sun Mar 14, 2021 12:48 pm
Forum: Command Line Interface And Scripting
Topic: Performance HandbrakeCLI Windows vs OS (Mac)
Replies: 7
Views: 2104

Performance HandbrakeCLI Windows vs OS (Mac)

Description of problem or question: I've been using HandbrakeCLI for years with a Mac to convert .ts into .mp4 files. I used a little script which includes the following part for the hjandbrake conversion: HandBrakeCLI -i $Datei -o $Ordner/$filename.mp4 -e x264 -q 19.0 -a 1 -E copy:ac3 -B 160 -6 dp...
by JaSy
Tue May 06, 2014 10:17 am
Forum: Command Line Interface And Scripting
Topic: Handbrake GUI vs CLI
Replies: 8
Views: 2483

Re: Handbrake GUI vs CLI

Ok. That I understand it correctly - is there any disadvantage to use the "large file" option as default for all files irrespective of size or shall I split the script in (a) larger files with option and (b) smaller files without?
by JaSy
Tue May 06, 2014 9:19 am
Forum: Command Line Interface And Scripting
Topic: Handbrake GUI vs CLI
Replies: 8
Views: 2483

Re: Handbrake GUI vs CLI

Got it. Meaning the options - large file - decomb - detelecine - crop and - loose-anamorphic are not considered? Seems to be a paste-copy problem which changed the dashs. Will try it this evening with "--" instead of "---". The "--" dash shall be used with alle Handbrak...
by JaSy
Tue May 06, 2014 6:29 am
Forum: Command Line Interface And Scripting
Topic: Handbrake GUI vs CLI
Replies: 8
Views: 2483

Re: Handbrake GUI vs CLI

I thought I enabled "large file size" (see posted Commandline in my first post). Did I do something wrong in the line?

What does the second error mean? It's referring to the size as well - same message re/large file needed?
by JaSy
Mon May 05, 2014 7:44 pm
Forum: Command Line Interface And Scripting
Topic: Handbrake GUI vs CLI
Replies: 8
Views: 2483

Handbrake GUI vs CLI

I've been using Handbrake GUI quite a while to convert .ts files generated by TS Doctor into .mp4. This works quite well. However, trying to automate the process a bit I wrote a bash script using HandbrakeCLI. Doing this I tried to use the same parameters via CommandLine I used with the GUI version ...