Page 50 of 72 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 711

Thread: HowTo: Encode Video for iPod Video

  1. #491
    Join Date
    Aug 2006
    Beans
    54
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Could someone tell me why this is happening ? I have followed the instructions here to a T but when i type ffmepg in the console i get this
    Code:
     ffmpeg: error while loading shared libraries: libraw1394.so.5: cannot open shared object file: No such file or directory

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

    Re: HowTo: Encode Video for iPod Video

    bennyj: Try this:

    Code:
    sudo apt-get install libraw1394-dev

  3. #493
    Join Date
    Aug 2006
    Beans
    54
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by endersshadow View Post
    bennyj: Try this:

    Code:
    sudo apt-get install libraw1394-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libraw1394-dev is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

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

    Re: HowTo: Encode Video for iPod Video

    Is libraw1394-8 installed?

  5. #495
    Join Date
    Aug 2006
    Beans
    54
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by endersshadow View Post
    Is libraw1394-8 installed?
    I just doubled checked..and yes it is.evrything else went pretty smooth except for this.
    thank for your help and this how to

  6. #496
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Found the problem...it's a backward compatibility bug in 7.04.

    Code:
    sudo ln -s /usr/lib/libraw1394.so.8.1.1 /usr/lib/libraw1394.so.5
    For reference, did you use the with x264 instructions or the without x264 instructions?

  7. #497
    Join Date
    Aug 2006
    Beans
    54
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by endersshadow View Post
    Found the problem...it's a backward compatibility bug in 7.04.

    Code:
    sudo ln -s /usr/lib/libraw1394.so.8.1.1 /usr/lib/libraw1394.so.5
    For reference, did you use the with x264 instructions or the without x264 instructions?
    That did it!thank you so much for the fast reply's.and yes i used it with x264

  8. #498
    Join Date
    Oct 2005
    Location
    Dallas
    Beans
    620
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HowTo: Encode Video for iPod Video

    Awesome

    I'll look into why this happens and perhaps throw in a little bug report if needed for our friends at Launchpad

  9. #499
    Join Date
    Jan 2006
    Location
    MA
    Beans
    97
    Distro
    Xubuntu

    Re: HowTo: Encode Video for iPod Video

    Quote Originally Posted by endersshadow View Post
    What ffmpeg command or options did you use?
    Sorry for the late reply.

    I followed the instructions on page one of this thread (just the ffmpeg install instructions) using the "With x264" instructions (via SVN)

  10. #500
    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 Metallinut View Post
    Sorry for the late reply.

    I followed the instructions on page one of this thread (just the ffmpeg install instructions) using the "With x264" instructions (via SVN)
    It's okay. I meant what options did you use to encode said video that you got the buffer underflow with

Page 50 of 72 FirstFirst ... 40484950515260 ... 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
  •