Search found 10 matches

by sircameron
Tue Jan 22, 2019 4:38 pm
Forum: *nix
Topic: Set width and maintain aspect ratio for height
Replies: 8
Views: 1978

Re: Set width and maintain aspect ratio for height

Your log doesn't show what you describe, so I'm a bit confused. The preset has height set to 720. Your log shows height is not 720 but 536 which seems to be the appropriate value. Hi, thanks. while writing this post I was also testing different settings. It seems that the settings I posted actually...
by sircameron
Mon Jan 21, 2019 7:22 pm
Forum: *nix
Topic: Set width and maintain aspect ratio for height
Replies: 8
Views: 1978

Re: Set width and maintain aspect ratio for height

thanks, I'm using a preset file: { "PresetList": [ { "AlignAVStart": true, "AudioCopyMask": [ "copy:aac" ], "AudioEncoderFallback": "ca_aac", "AudioLanguageList": [], "AudioList": [ { "AudioBitrate": 256, "...
by sircameron
Mon Jan 21, 2019 6:49 pm
Forum: *nix
Topic: Set width and maintain aspect ratio for height
Replies: 8
Views: 1978

Re: Set width and maintain aspect ratio for height

[19:05:32] hb_init: starting libhb thread [19:05:32] thread 7f07dd8dc700 started ("libhb") HandBrake 1.1.2 (2018091000) - Linux x86_64 - https://handbrake.fr 1 CPU detected Opening /vagrant/clown.mp4... [19:05:32] CPU: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz [19:05:32] - Intel microarch...
by sircameron
Mon Jan 21, 2019 6:43 pm
Forum: *nix
Topic: Set width and maintain aspect ratio for height
Replies: 8
Views: 1978

Set width and maintain aspect ratio for height

Description of problem or question: when encoding videos using CLI, I'm setting the storage width to 1280. I would like the height to be calculated using the aspect ratio of the source. But it always uses the height set in the preset file. How can I ensure the height is set correctly to maintain th...
by sircameron
Tue Jan 15, 2019 3:51 pm
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Re: Preserve embedded subtitles CLI

Understood. Thanks!

PS: I managed to get subtitles working. Thanks for everyone's help on that :)
by sircameron
Tue Jan 15, 2019 3:15 pm
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Re: Preserve embedded subtitles CLI

I removed handbrake and did the following:

Code: Select all

sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-cli
HandBrakeCLI --version

HandBrake 1.1.2
edit: that's on Ubuntu 14 and 16.
by sircameron
Tue Jan 15, 2019 2:38 pm
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Re: Preserve embedded subtitles CLI

adding the PPA and installing with apt-get only gets me 1.1.2
by sircameron
Tue Jan 15, 2019 2:13 pm
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Re: Preserve embedded subtitles CLI

Thanks I will check it out.

What do you mean 1.1.2 isn't supported?
It's the only version of CLI available.
by sircameron
Tue Jan 15, 2019 1:24 pm
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Re: Preserve embedded subtitles CLI

Thanks yes, there are definitely subtitles in the video. Skipping subtitle scan. No suitable subtitle tracks. -> this is the app output, which does actually preserve the subtitles. CLI also doesn't use the preset file, it simply uses defaults - which makes this process more frustrating. The preset w...
by sircameron
Mon Jan 14, 2019 8:59 am
Forum: *nix
Topic: Preserve embedded subtitles CLI
Replies: 12
Views: 2570

Preserve embedded subtitles CLI

Description of problem or question: I have a video with embedded subtitles. When transcoding it, the subtitles are lost. I have tried many different settings using the app on Mac and using CLI on Ubuntu, but the subtitles are always removed. When using the app, the presets actually work, but using ...