Results 1 to 7 of 7

Thread: Missing MP4 option in Handbrake

  1. #1
    Join Date
    Mar 2009
    Beans
    116
    Distro
    Ubuntu 14.04 Trusty Tahr

    Missing MP4 option in Handbrake

    I'm a newbie (learning on my excellent mistakes) and running Trusty on several older ThinkPads. Handbrake has long been my go-to video transcoder ... and I was really surprised to see that there is no MP4 option in the release I installed via Software Center (MP4 is an option in the drop down list in the 'Video' tab, but not the Destination tab; all roads seem to lead to mkv files.)

    I've read the posts here and here. I'm just beginning to get the hang of repositories, ppas, and all that. But I'm not savvy enough to pull off SeijiSensei's fix which was to:

    Rename the file /etc/apt/sources.list.d/stebbins-handbrake-releases.trusty.list to stebbins-handbrake-releases-raring.list, and then to edit that file to read:

    Code:
    deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main
    Can someone help me with performing this task (using sudo in the command line)? ... I've added the ppa (stebbins-handbrake-releases-trusty.list.)

    As a total noob, I tried renaming it (to raring') and editing the gedit (to 'raring') via the GUI (I know, I know...you can't do it that way!)

  2. #2
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: Missing MP4 option in Handbrake

    Quote Originally Posted by andrea b View Post
    ...MP4 is an option in the drop down list in the 'Video' tab, but not the Destination tab; all roads seem to lead to mkv files....
    Have you installed the ubuntu-restricted-extras package to your install ? Doing so may give you better codec support for the MP4 file type.

    If you already haven't added the restricted extras package, I'd suggest installing it and see if you can write to MP4 in handbrake before trying the ppa version of handbrake, you may not necessarily need the ppa version if you only have a codec issue.

    If you need to add it, copy/paste the next code to a terminal ...
    Code:
    sudo apt-get install ubuntu-restricted-extras
    Last edited by coldcritter64; July 8th, 2014 at 11:35 AM. Reason: punct.

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Missing MP4 option in Handbrake

    Quote Originally Posted by andrea b View Post
    But I'm not savvy enough to pull off SeijiSensei's fix
    Sorry I wasn't sufficiently clear, Andrea! Let's take it step-by-step. Open a terminal, then

    1. Rename the file:
    Code:
    cd /etc/apt/sources.list.d
    sudo mv stebbins-handbrake-snapshots.trusty.list stebbins-handbrake-releases-raring.list
    The "mv" or "move" command will rename a file if a new directory path is not specified for the move.

    2. Edit that file:
    Code:
    sudo nano stebbins-handbrake-releases-raring.list
    This will open the "nano" editor. It's a convenient choice for many users because it includes a menu of command at the bottom of the screen. Nano uses a variety of Ctrl-key sequences for commands. In the menus they are designated like "^X" which means hold down Ctrl and hit the "X" key. So, using nano, edit the "deb" entry in that file so it reads:
    Code:
    deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main
    then save the file with Ctrl-X to exit and typing "Y" to save when prompted.

    3. Update your repositories and install
    Code:
    sudo apt-get update
    sudo apt-get install handbrake-gtk
    Before you do this, I would purge any existing versions of Handbrake with
    Code:
    sudo apt-get purge handbrake handbrake-*
    Let me know if this works for you.

    Just adding the restricted-extras repositories doesn't work for Handbrake. It does not use any external encoders, so adding the various libavcodec and gstreamer items in restricted-extras won't affect how Handbrake operates.
    Last edited by SeijiSensei; July 8th, 2014 at 02:52 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  4. #4
    Join Date
    Mar 2009
    Beans
    116
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Missing MP4 option in Handbrake

    Have you installed the ubuntu-restricted-extras package to your install ? Doing so may give you better codec support for the MP4 file type.
    Thanks, coldcritter - yes, I did that among the other 20-odd tasks after installation.

  5. #5
    Join Date
    Mar 2009
    Beans
    116
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Missing MP4 option in Handbrake

    Thanks, Sensei! This is just a quick, initial thank-you -- I'll try it later this evening. And - you were plenty clear for anyone versed in command line basics! I'm ... getting versed, but couldn't get the mv command just right. And ... you really don't want to get that wrong!

    A deep bow and an offering to the mononoke.
    Last edited by andrea b; July 8th, 2014 at 03:01 PM.

  6. #6
    Join Date
    Mar 2009
    Beans
    116
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Missing MP4 option in Handbrake

    Let me know if this works for you.
    Thanks, SeijiSensei - seems to have worked.

    Another bow, and offerings to the mononoke.

    So grateful to this community as I learn the mysteries of Ubuntu.

  7. #7
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Missing MP4 option in Handbrake

    Thread moved to Multimedia & Video.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •