Hanbarke Newbie

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
anon_private
Posts: 5
Joined: Wed May 03, 2017 1:17 pm

Hanbarke Newbie

Post by anon_private »

Please detail your question or problem in as much detail as possible:

Tell us about your environment. What version of HandBrake? What version of Linux / Unix are you running. etc.

If there was any exception or error displayed, please copy it and paste it here:

Please include the scan or encode log:

Code: Select all

 Paste a log of the scan or encode between these code brackets, or use a pastebin website and provide us with the URL it gives you. 
 Logs are required for all support requests.
I have installed Handbrake rev 5474 i(686) from the muon repository (I use kubuntu).
It seems that I can only save files as mkv format. Surely, I should have more options?

I installed Handbrake so that I could reduce the size of some of my mp4 files. Can you advise?

Thanks
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Hanbarke Newbie

Post by JohnAStebbins »

See the documentation about Where to get HandBrake
anon_private
Posts: 5
Joined: Wed May 03, 2017 1:17 pm

Re: Hanbarke Newbie

Post by anon_private »

Thank you.

Do I need to remove the installed version of Handbrake before installing the version from the Handbrake Site via a PPA?.

I only need to install the version compatible with kubuntu 14.04. Will the following code install unwanted versions of Handbrake or only the desired version. It looks like it will install all of them:

sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update

Should the stebbins version offer formats in addition to mkv
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Hanbarke Newbie

Post by JohnAStebbins »

anon_private wrote: Wed May 03, 2017 4:27 pm Thank you.

Do I need to remove the installed version of Handbrake before installing the version from the Handbrake Site via a PPA?.
To be on the safe side, you should probably remove the old version. If the package names are the same, the PPA version should override the old version, but I don't know off hand what package names are being used by your repo.
I only need to install the version compatible with kubuntu 14.04. Will the following code install unwanted versions of Handbrake or only the desired version.
It looks like it will install all of them:

sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
It should pick the version appropriate for your version of Ubuntu
Should the stebbins version offer formats in addition to mkv
A properly built version of HandBrake supports mp4 and mkv output formats.
anon_private
Posts: 5
Joined: Wed May 03, 2017 1:17 pm

Re: Hanbarke Newbie

Post by anon_private »

My aim is to reduce the size of some of my mp4 files. Is this achievable with Handbrake. I believe that mp4 and mkv are of a similar size.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Hanbarke Newbie

Post by JohnAStebbins »

The container (mp4 or mkv) has virtually nothing to do with the size of the file. The quality of the audio and video and the efficiency of the encoders are the only factors that matter when it comes to file size. If you want smaller files, encode with lower quality, lower bitrate settings or a more efficient encoder.
anon_private
Posts: 5
Joined: Wed May 03, 2017 1:17 pm

Re: Hanbarke Newbie

Post by anon_private »

I have removed the old version of Handbrake obtained via the muon repository.

I tried to install the graphics version using:
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update

Things seemed to go well, but Handbrake is not installed.

Advice please
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Hanbarke Newbie

Post by JohnAStebbins »

Did you actually install it?

Code: Select all

sudo apt-get install handbrake-gtk
anon_private
Posts: 5
Joined: Wed May 03, 2017 1:17 pm

Re: Hanbarke Newbie

Post by anon_private »

Yes, I did install it, I checked the PPA in my sources folder and it is there.

Should I still use sudo apt-get install handbrake-gtk

I am using kubuntu
Post Reply