Page 22 of 72 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 711

Thread: HowTo: Encode Video for iPod Video

  1. #211
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    Please help, ive tried a dozen different how to's, and somewhere ]there is always an error or somthing wont install or dependencies conflict. here is the script from my last attempt following the HowTo at the beginning of this thread:

    scott@ubuntu:~$ sudo apt-get remove libmp4v2-0 libmp4v2-dev faac gstreamer0.8-faac libfaac0 libfaac-dev
    Reading package lists... Done
    Building dependency tree... Done
    The following packages will be REMOVED:
    faac gstreamer0.8-faac libfaac-dev libfaac0 libmp4v2-0 libmp4v2-dev
    0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
    Need to get 0B of archives.
    After unpacking 2683kB disk space will be freed.
    Do you want to continue [Y/n]? y
    (Reading database ... 84635 files and directories currently installed.)
    Removing faac ...
    Removing gstreamer0.8-faac ...
    Removing libfaac-dev ...
    Removing libfaac0 ...
    Removing libmp4v2-dev ...
    Removing libmp4v2-0 ...
    scott@ubuntu:~$ wget http://rarewares.org/debian/packages...0-0.0_i386.deb
    --22:59:59-- http://rarewares.org/debian/packages...0-0.0_i386.deb
    => `mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb.1'
    Resolving rarewares.org... 66.225.254.3
    Connecting to rarewares.org|66.225.254.3|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 499,078 (487K) [text/plain]

    100%[====================================>] 499,078 314.62K/s

    23:00:01 (313.56 KB/s) - `mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb.1' saved [499078/499078]

    scott@ubuntu:~$ sudo dpkg -i mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb
    (Reading database ... 84581 files and directories currently installed.)
    Unpacking mpeg4ip-libs (from mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb) ...Setting up mpeg4ip-libs (1.2.5+cvs20050126.20-0.0) ...

    scott@ubuntu:~$ wget http://internap.dl.sourceforge.net/s...p-1.4.1.tar.gz
    --23:02:35-- http://internap.dl.sourceforge.net/s...p-1.4.1.tar.gz
    => `mpeg4ip-1.4.1.tar.gz.1'
    Resolving internap.dl.sourceforge.net... 64.74.207.43
    Connecting to internap.dl.sourceforge.net|64.74.207.43|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4,791,075 (4.6M) [application/x-gzip]

    100%[====================================>] 4,791,075 320.65K/s ETA 00:00

    23:02:50 (311.80 KB/s) - `mpeg4ip-1.4.1.tar.gz.1' saved [4791075/4791075]

    scott@ubuntu:~$ tar xzf mpeg4ip-1.4.1.tar.gz
    scott@ubuntu:~$ cd mpeg4ip-1.4.1
    scott@ubuntu:~/mpeg4ip-1.4.1$ ./bootstrap --disable-server
    dir: .
    SDL does not appear to be installed - install the SDL development package
    You must have sdl-config in your path to continue
    scott@ubuntu:~/mpeg4ip-1.4.1$


    Ideas?> Help please

    Nobody's Home

  2. #212
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Skip the installing from the mpeg-1.4.1 from source step. You've already installed it with the deb file.

    Just go straight to installing gtkpod.

    Sorry for not getting to you sooner, I just reinstalled and I'm working on getting a dual booting Ubuntu/Arch machine...but I've done the HowTo from beginning to end, and it worked for me on a clean install.

  3. #213
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    no problem, I understand people get busy I guess got got messed up, (being new) at the part about where i wget the deb from rarewares then dpkg it, i didnt iknow if the next few code boxes were only for the people doing source or not, and i tried the cd../../ make and checkinstall stuff and got errors, probably because i wasnt supposed to do that right? So now im not sure of my mpeg4 status, not sure of any lib files, i do have the newest .99.2 gtkpod installed, is there a way to "start over" or does it matter? can i just do the mpe4 part, then skip to the ffmpeg part? sorry for my retardation

    Nobody's Home

  4. #214
    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 x5452
    no problem, I understand people get busy I guess got got messed up, (being new) at the part about where i wget the deb from rarewares then dpkg it, i didnt iknow if the next few code boxes were only for the people doing source or not, and i tried the cd../../ make and checkinstall stuff and got errors, probably because i wasnt supposed to do that right? So now im not sure of my mpeg4 status, not sure of any lib files, i do have the newest .99.2 gtkpod installed, is there a way to "start over" or does it matter? can i just do the mpe4 part, then skip to the ffmpeg part? sorry for my retardation
    Start right over from scratch. It will overwrite any of the stuff you've done previously. Also, you need to have mpeg4ip installed before gtkpod...it gets weird, I know, but trust me on this.

  5. #215
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    should i uninstall the .99.2 gtkpod first then? or will following the steps and installing .99.2 gtkpod overwite the current version and mainain the oreder of installation?

    Nobody's Home

  6. #216
    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 x5452
    should i uninstall the .99.2 gtkpod first then? or will following the steps and installing .99.2 gtkpod overwite the current version and mainain the oreder of installation?
    No, you don't need to uninstall the .99.2 version...just start it up from the top, and it will all be taken care of automatically

  7. #217
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    Sorry but I dont know what im doing wrong, i just started from the beginning, here is the entire terminal copy of what i did, and i just copy and pasted exactly what was written i typed nothing. i get to the perl makefile part and it says not such thing:

    scott@ubuntu:~$ sudo apt-get remove libmp4v2-0 libmp4v2-dev faac gstreamer0.8-faac libfaac0 libfaac-dev
    Password:
    Reading package lists... Done
    Building dependency tree... Done
    Package libmp4v2-0 is not installed, so not removed
    Package libmp4v2-dev is not installed, so not removed
    Package faac is not installed, so not removed
    Package gstreamer0.8-faac is not installed, so not removed
    Package libfaac0 is not installed, so not removed
    Package libfaac-dev is not installed, so not removed
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    scott@ubuntu:~$ wget http://rarewares.org/debian/packages...0-0.0_i386.deb
    --14:37:02-- http://rarewares.org/debian/packages...0-0.0_i386.deb
    => `mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb.2'
    Resolving rarewares.org... 66.225.254.3
    Connecting to rarewares.org|66.225.254.3|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 499,078 (487K) [text/plain]

    100%[====================================>] 499,078 206.16K/s

    14:37:05 (205.35 KB/s) - `mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb.2' saved [499078/499078]

    scott@ubuntu:~$ sudo dpkg -i mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb
    (Reading database ... 84716 files and directories currently installed.)
    Preparing to replace mpeg4ip-libs 2:1.2.5+cvs20050126.20-0.0 (using mpeg4ip-libs_1.2.5+cvs20050126.20-0.0_i386.deb) ...
    Unpacking replacement mpeg4ip-libs ...
    Setting up mpeg4ip-libs (1.2.5+cvs20050126.20-0.0) ...

    scott@ubuntu:~$ sudo apt-get install libexpat1-dev libglade2-0 libglade2-dev flex libid3tag0 libid3tag0-dev
    Reading package lists... Done
    Building dependency tree... Done
    libexpat1-dev is already the newest version.
    libglade2-0 is already the newest version.
    libglade2-dev is already the newest version.
    flex is already the newest version.
    libid3tag0 is already the newest version.
    libid3tag0-dev is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    scott@ubuntu:~$ wget http://search.cpan.org/CPAN/authors/...er-2.34.tar.gz
    --14:39:14-- http://search.cpan.org/CPAN/authors/...er-2.34.tar.gz
    => `XML-Parser-2.34.tar.gz.2'
    Resolving search.cpan.org... 216.52.237.135
    Connecting to search.cpan.org|216.52.237.135|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: http://www.ibiblio.org/pub/mirrors/C...er-2.34.tar.gz [following]
    --14:39:14-- http://www.ibiblio.org/pub/mirrors/C...er-2.34.tar.gz
    => `XML-Parser-2.34.tar.gz.2'
    Resolving www.ibiblio.org... 152.2.210.80
    Connecting to www.ibiblio.org|152.2.210.80|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://mirrors.ibiblio.org/pub/mirro...er-2.34.tar.gz [following]
    --14:39:14-- http://mirrors.ibiblio.org/pub/mirro...er-2.34.tar.gz
    => `XML-Parser-2.34.tar.gz.2'
    Resolving mirrors.ibiblio.org... 152.2.210.65
    Connecting to mirrors.ibiblio.org|152.2.210.65|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 229,689 (224K) [application/x-gzip]

    100%[====================================>] 229,689 175.20K/s

    14:39:16 (174.58 KB/s) - `XML-Parser-2.34.tar.gz.2' saved [229689/229689]

    scott@ubuntu:~$ tar xzf XML-Parser-2.34.tar.gz
    scott@ubuntu:~$ perl Makefile.PL
    Can't open perl script "Makefile.PL": No such file or directory
    scott@ubuntu:~$


    sorry foir long post, do you have any idea what i am doing wrong?

    Nobody's Home

  8. #218
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    ok so im an idiot again, i did not realize i had to cd into the new place. the checkinstall wouldnt work for me because i didnt know i had to INSTALL checkinstall, lol, i thought it was pre installed. In my haste i did not read all the way through the gtkpod install part, where you say dont forget to rename gtkpod, i just pushed y and enter and never renamed anything. does it really matter, and is there a way to rename it later?

    Nobody's Home

  9. #219
    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 x5452
    ok so im an idiot again, i did not realize i had to cd into the new place. the checkinstall wouldnt work for me because i didnt know i had to INSTALL checkinstall, lol, i thought it was pre installed. In my haste i did not read all the way through the gtkpod install part, where you say dont forget to rename gtkpod, i just pushed y and enter and never renamed anything. does it really matter, and is there a way to rename it later?
    It only really matter unless you'd like to upgrade it or remove it.

  10. #220
    Join Date
    Apr 2006
    Location
    Pleasant Hill, CA
    Beans
    215
    Distro
    Ubuntu Breezy 5.10

    Re: HowTo: Encode Video for iPod Video

    ok, whats the deal with the ffmpeg build dependencies? i saw another post about it and the guy installed libdts-dev, libtheora-dev, libgsm1-dev, libraw1394-dev so i sud apt-get installed them, and tried sudo apt-get build-dep ffmpeg again and get
    reading package lists... Done
    Building dependency tree...Done
    Note, selecting liba52-0.7.4-dev instead of liba52-dev
    E: Build-dependencies for ffmpeg could not be satisfied

    whats that mean?

    Nobody's Home

Page 22 of 72 FirstFirst ... 12202122232432 ... 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
  •