Search found 4 matches

by jdhanley
Wed Oct 16, 2019 4:39 pm
Forum: *nix
Topic: HandBrakeCLI subtitle size
Replies: 6
Views: 1672

Re: HandBrakeCLI subtitle size

Here is my Post Processor command in TVHeadend: HandBrakeCLI -i "%f" -o "/video/%t - %p.mp4" -e x264 -q 22 -B64 -s "1" 2> /home/hts/.hts/tvheadend/logfile.txt

After it finishes, there is no logfile.txt created.

What does that indicate?
Thanks.
by jdhanley
Tue Oct 15, 2019 6:05 pm
Forum: *nix
Topic: HandBrakeCLI subtitle size
Replies: 6
Views: 1672

Re: HandBrakeCLI subtitle size

I see how to write to a logfile with 2>. I will try that and provide output
by jdhanley
Tue Oct 15, 2019 5:46 pm
Forum: *nix
Topic: HandBrakeCLI subtitle size
Replies: 6
Views: 1672

Re: HandBrakeCLI subtitle size

Rodeo wrote: Sat Oct 05, 2019 10:42 pm Without the log (written to stderr) there's only like a million possible guesses…
This command isn't executed from within terminal but is launched in the background. So where would stderr go to?
Otherwise, where would I find the activity log?
by jdhanley
Sat Oct 05, 2019 10:17 pm
Forum: *nix
Topic: HandBrakeCLI subtitle size
Replies: 6
Views: 1672

HandBrakeCLI subtitle size

Can't adjust size of HUGE subtitles HandBrake version (e.g., 1.2.2): 1.2.2 Ubuntu 18.04 LTS I am using HandBrakeCLI to convert a raw MPEG2 recording (over the air broadcast recording) to an MP4. I am running it as a post-processor command in tvheadend. It works fine with the following command: Hand...