Page 3 of 72 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 711

Thread: HowTo: Encode Video for iPod Video

  1. #21
    Join Date
    Sep 2005
    Beans
    41

    Re: HowTo: Encode Video for iPod Video

    Anyone got a solution for my problem?

    Observe, choosing liba52-0.7.4-dev instead of liba52-dev

    Builddependency for ffmpeg could not be satisfied.

    (Translated from Swedish )

    Solved! The problem was a conflikt with Kubuntu, I uninstalled it and now it works!
    Last edited by putte30; January 14th, 2006 at 08:58 PM.

  2. #22
    Join Date
    Aug 2005
    Location
    Carbondale, Il
    Beans
    231
    Distro
    Dapper Drake Testing/

    Re: HowTo: Encode Video for iPod Video

    Again, wonderful guide!

    Just a note that may save someone some serious messing around time:

    If you don't already have a /usr/local/include folder, you need to make one before you start this whole process:

    Code:
    sudo mkdir /usr/local/include
    If you don't, when you do this:

    Code:
    sudo cp mpeg4ip_config.h /usr/local/include
    You'll get a file (not a directory) with the content of mpeg4ip_config.h.

    This will cause havoc with your compiler!
    FreeYourPod::iPod and OSS
    my ubuntu wiki page
    ::Why Linux? Because Linux is a gift.::

  3. #23
    Join Date
    Aug 2005
    Location
    Carbondale, Il
    Beans
    231
    Distro
    Dapper Drake Testing/

    Re: HowTo: Encode Video for iPod Video

    I know this is cheating, but after my third unsucessful attempt to compile mpeg4ip I got desperate and found this:

    http://rarewares.org/debian/packages...0-0.0_i386.deb

    Compiled gtkpod and I have video transfer! Now on to converting my own stuff...
    FreeYourPod::iPod and OSS
    my ubuntu wiki page
    ::Why Linux? Because Linux is a gift.::

  4. #24
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by quietglow
    I know this is cheating, but after my third unsucessful attempt to compile mpeg4ip I got desperate and found this:

    http://rarewares.org/debian/packages...0-0.0_i386.deb

    Compiled gtkpod and I have video transfer! Now on to converting my own stuff...
    That's not cheating, that's just what you call "better" haha.

    I'll post it in the guide as an alternative, because I know that mpeg4ip is a pain and a half sometimes with dependencies and the like.

    Thanks!!!

    Oh, and a quick sneak peak into what I'm working on now: A program to rip straight from DVD to iPod format. Stay tuned

  5. #25
    Join Date
    Aug 2005
    Location
    Carbondale, Il
    Beans
    231
    Distro
    Dapper Drake Testing/

    Re: HowTo: Encode Video for iPod Video

    Oh, and a quick sneak peak into what I'm working on now: A program to rip straight from DVD to iPod format. Stay tuned
    Man that would rock! I'm finally getting round to watching some podcasts (diggnation rules) and would LOVE to be able to go directly from DVD to ipod. Imagine the Family Guy episodes!
    FreeYourPod::iPod and OSS
    my ubuntu wiki page
    ::Why Linux? Because Linux is a gift.::

  6. #26
    Iandefor is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Sep 2005
    Location
    New York
    Beans
    Hidden!

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by quietglow
    Man that would rock! I'm finally getting round to watching some podcasts (diggnation rules) and would LOVE to be able to go directly from DVD to ipod. Imagine the Family Guy episodes!
    Don't just stop at Family Guy! Go for something like Invader Zim or Neverwhere!
    This space intentionally left blank.

  7. #27
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    As promised, I've written the GUI for this.

    Check it out in the original post

  8. #28
    Iandefor is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Sep 2005
    Location
    New York
    Beans
    Hidden!

    Re: HowTo: Encode Video for iPod Video

    And don't forget to mention you need vobcopy for the encoding script to work !
    This space intentionally left blank.

  9. #29
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by Iandefor
    And don't forget to mention you need vobcopy for the encoding script to work !
    I added it to the install scripts to automatically install it.

    Thanks for the heads up!

    Edit: It uses cpdvd, as well. I added the apt-get install in the scripts, as well.

    vobcopy and cpdvd are installed in both the baseinstall and install scripts.

    Thanks Iandafor!

    Another edit: Added a question dialog asking if you would like to delete the VOB...again, thanks to Iandafor
    Last edited by endersshadow; January 16th, 2006 at 06:58 AM.

  10. #30
    Join Date
    Feb 2005
    Beans
    130

    Re: HowTo: Encode Video for iPod Video

    Since you are modifying debian/rules, shouldn't you be building with

    Code:
    fakeroot dpkg-buildpackage
    Doing ./configure && make doesn't pick up the options that you modified debian/rules to specify.

Page 3 of 72 FirstFirst 123451353 ... LastLast

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
  •