Page 5 of 72 FirstFirst ... 345671555 ... LastLast
Results 41 to 50 of 711

Thread: HowTo: Encode Video for iPod Video

  1. #41
    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 hatstand
    Have follwed the howto and I get the app in my menu and all seems to work but it doesn't make videos!

    I looked into the config log and was told that libgopd was not found.

    So I downloaded libgpod.
    Cant configure it: het this message:
    checking for XML:arser... configure: error: XML:arser perl module is required for intltool


    Help!
    http://ubuntuforums.org/showpost.php...43&postcount=2

    Quote Originally Posted by SGC
    To install the XML parser, run the following command:
    Code:
    sudo perl -MCPAN -e shell
    When asked to do a manual configuration, type no

    At thecpan> prompt type:
    Code:
    install XML::Parser
    After the installation complete, type exit and try to install gnomeicu and gnome-ppp again
    That should fix the problem

  2. #42
    Join Date
    Jun 2005
    Beans
    49

    Re: HowTo: Encode Video for iPod Video

    When I try to encode a video I get this:
    Code:
    What would you like to name the output file (sans extension)?
    Cradle\ Of\ Filth\ -\ From\ The\ Cradle\ To\ Enslave
    Cradle Of Filth - From The Cradle To Enslave will be located in /home/juantxorena/Incoming/videos. Is this acceptable? [y/n]
    
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
      configuration:  --build i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis --enable-libogg --enable-theora --enable-a52 --enable-dts --enable-dc1394 --enable-libgsm --disable-debug --prefix=/usr
      built on Sep 29 2005 03:25:16, gcc: 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)
    Cradle: I/O error occured
    Usually that means that input file is truncated and/or corrupted.
    I can watch videos with Xine properlly. Help?
    "Trying is the first step towards failure."

  3. #43
    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 juantxorena
    When I try to encode a video I get this:
    Code:
    What would you like to name the output file (sans extension)?
    Cradle\ Of\ Filth\ -\ From\ The\ Cradle\ To\ Enslave
    Cradle Of Filth - From The Cradle To Enslave will be located in /home/juantxorena/Incoming/videos. Is this acceptable? [y/n]
    
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
      configuration:  --build i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis --enable-libogg --enable-theora --enable-a52 --enable-dts --enable-dc1394 --enable-libgsm --disable-debug --prefix=/usr
      built on Sep 29 2005 03:25:16, gcc: 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)
    Cradle: I/O error occured
    Usually that means that input file is truncated and/or corrupted.
    I can watch videos with Xine properlly. Help?
    Try naming it without spaces.

    I believe that this is a limitation with bash...as I said, I whipped this script up quickly...it's rough around the edges, but it works...

    When I get some time to do it, I'll improve it a lot...but for now you have to work with bash

    Sorry.

  4. #44
    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 endersshadow
    Try naming it without spaces.

    I believe that this is a limitation with bash...as I said, I whipped this script up quickly...it's rough around the edges, but it works...

    When I get some time to do it, I'll improve it a lot...but for now you have to work with bash

    Sorry.
    He could also try enclosing the filename in quotes. I think bash is interpreting the spaces to be seperate files.
    This space intentionally left blank.

  5. #45
    Join Date
    Jan 2006
    Location
    London
    Beans
    22
    Distro
    Ubuntu

    Lightbulb Re: HowTo: Encode Video for iPod Video

    Guys,

    I get the video successfuly encoded dialog but i also have no .mov in the destination folder, ran it from command line to find out this:

    riiidaa@flag:~/downloaded-files$ ipodvidenc /home/riiidaa/downloaded-files/24se1 ep1.avi
    Encode a video

    (gnome-terminal:822): Gnome-WARNING **: Accessibility: failed to find module 'libgail-gnome' which is needed to make this application accessible
    GTK Accessibility Module initialized
    sorted this one

    (gnome-terminal:822): Gnome-WARNING **: Accessibility: failed to find module 'libatk-bridge' which is needed to make this application accessible

    Sorry I'm a noob, please help
    Last edited by riiidaa; January 21st, 2006 at 03:30 PM.

  6. #46
    Join Date
    Jun 2005
    Beans
    49

    Re: HowTo: Encode Video for iPod Video

    I got this when trying to convert a .avi video without spaces in the name (both output and input):
    Code:
    What would you like to name the output file (sans extension)?
    cradle_of_filth_-_her_ghost_in_the_fog
    cradle_of_filth_-_her_ghost_in_the_fog will be located in /home/juantxorena/Incoming/videos. Is this acceptable? [y/n]
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    /usr/bin/ipodvidenc: line 16: [: =: unary operator expected
    ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
      configuration:  --build i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis --enable-libogg --enable-theora --enable-a52 --enable-dts --enable-dc1394 --enable-libgsm --disable-debug --prefix=/usr
      built on Sep 29 2005 03:25:16, gcc: 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)
    Input #0, avi, from 'Cradle_of_Filth_-_Her_Ghost_In_The_Fog.avi':
      Duration: 00:04:32.8, start: 0.000000, bitrate: 925 kb/s
      Stream #0.0: Video: msmpeg4, yuv420p, 352x288, 25.00 fps
      Stream #0.1: Audio: wmav2, 44100 Hz, stereo, 64 kb/s
    Unknown codec 'aac'
    I tried to convert it to mpg using ffmpeg and it works, so ffmpeg works.
    "Trying is the first step towards failure."

  7. #47
    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 riiidaa
    Guys,

    I get the video successfuly encoded dialog but i also have no .mov in the destination folder, ran it from command line to find out this:

    riiidaa@flag:~/downloaded-files$ ipodvidenc /home/riiidaa/downloaded-files/24se1 ep1.avi
    Encode a video

    (gnome-terminal:822): Gnome-WARNING **: Accessibility: failed to find module 'libgail-gnome' which is needed to make this application accessible
    GTK Accessibility Module initialized
    sorted this one

    (gnome-terminal:822): Gnome-WARNING **: Accessibility: failed to find module 'libatk-bridge' which is needed to make this application accessible

    Sorry I'm a noob, please help
    Try calling it using this command, instead:

    Code:
    ipodvidenc /home/riiidaa/downloaded-files/24se1\ ep1.avi
    You have to escape the space with a \

    juantxorena: You haven't compiled ffmpeg with AAC support. You need to make sure that ffmpeg is compiled with the --enable-faac flag.

  8. #48
    Join Date
    Jan 2006
    Location
    London
    Beans
    22
    Distro
    Ubuntu

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by endersshadow
    Try calling it using this command, instead:

    Code:
    ipodvidenc /home/riiidaa/downloaded-files/24se1\ ep1.avi
    You have to escape the space with a \
    Thanks but the 'libatk-bridge' issue is nothing to do with spaces in file names, I've tried using many diff source videos, and after reading the other posts I can see spaces in file names do cause problems, so made sure to try using files that don't have any.

    Still looking for a resolution to my libatk-bridge nightmare - it's getting me down lol

    Great work on the ipod vid project btw
    Last edited by riiidaa; January 21st, 2006 at 06:56 PM.

  9. #49
    Join Date
    Jan 2006
    Location
    London
    Beans
    22
    Distro
    Ubuntu

    Thumbs up Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by riiidaa
    Still looking for a resolution to my libatk-bridge nightmare - it's getting me down lol

    Great work on the ipod vid project btw
    HEY, I solved this by installing the at-spi package.


    BUT now it produces no error warnings and still no output file, any ideas?

  10. #50
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    I noticed that you're using Kubuntu, so see if you can encode the video manually with this command:

    ffmpeg -i infile.avi -f mp4 -vcodec mpeg4 -maxrate 1000 -b 700 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 192 -s 320x240 -aspect 4:3 outfile.mov

    If not, post the error messages. The GUI program was written for Gnome

Page 5 of 72 FirstFirst ... 345671555 ... 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
  •