Search:

Type: Posts; User: endersshadow; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    I don't know, I haven't installed/tested Gutsy. However, you can encode it with the mov format, mpeg4 video and mp3 audio for the codecs.
  2. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    My fault, it needs to be:


    sudo ldconfig -v
  3. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    It's all right.

    The commands should be:


    sudo gedit /etc/ld.so.conf

    Scroll to the end and type or paste in this line at the very bottom:
  4. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Here's the answer:

    http://ubuntuforums.org/showpost.php?p=3243712&postcount=627

    Edit the /etc/ld.so.conf file (using sudo), and add this line:


    /usr/local/lib

    Save and exit and then run...
  5. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Hey folks, I'm really sorry about not getting right back to you. I happen to have just moved half way across the country and just started a new job. As one can imagine, it really interferes with my...
  6. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Well then, that's just rather odd. Can I suggest the Medibuntu repo and installing ffmpeg from there?
  7. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Hey Tom, do you have libfaac0 installed?
  8. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    I believe it's the SVN version of ffmpeg and it sometimes installs libavformat to /usr/local/lib instead of /usr/lib. Simple enough fix, though :)
  9. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Mr. Green: You'll need to edit the /etc/ld.so.conf file (using sudo), and add this line:


    /usr/local/lib

    Save and exit and then run this command:


    ldconfig -v
  10. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Metallinut try using the async flag. You can get more info here.
  11. Replies
    10
    Views
    888

    Re: Odd php/mysql output

    Well, test.php works for me, as well, so I'm in the dark. Did you cut and paste code to test.php?
  12. Replies
    10
    Views
    888

    Re: Odd php/mysql output

    Not a problem. Just comb through your echo statements and make sure you're not echoing a result set.
  13. Replies
    10
    Views
    888

    Re: Odd php/mysql output

    Generally this happens when you assign a variable as a resource and mistake it for the data you want. See here.

    Anything more than that, and I at least need to see the relevant source code...
  14. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    MrGreen, simply run this command:


    sudo apt-get install gtkpod-aac

    And all should be well in your world :)
  15. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    What's the ffmpeg output (i.e.-the terminal output)?
  16. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    First of all, apologies on the tardiness. I actually just got a job (woot!) and will be moving half way across the country very shortly, so things are a bit crazy. If I don't immediately respond,...
  17. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Hey everybody, I'm actually out of town for the moment, but I'm heading back Monday and I'll get to everybody's questions upon return :)
  18. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Try bumping the Audio Bitrate down to 128kbps. I see in the tech specs that it's only allowed to play up to 160kbps, so that may be the problem. The video codecs and bitrates all look good.
  19. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    It's not unusual w/ ffmpeg to have that version.

    As for the video, does it play correctly on your computer?
  20. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Rename it trueromance.mov and try again. It seems silly, but that's the way it is.
  21. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    Just a couple questions, ibelwich:

    1. What version of gtkpod are you using?
    2. What options did you use to encode the video?
    3. What's the filename of the video?
  22. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    I built it on an i386, and Sourceforge's compile farm is now dead and buried so I can't compile it on x64. Assumedly, the code works if built by a 64-bit gcc. Medibuntu definitely has the x64...
  23. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    You'll need to install libgnomeui-dev to compile from source. If you were just using the Debian package, you'd need libgnomeui-0 and libgnomeui-common.
  24. Replies
    710
    Views
    378,577

    Re: HowTo: Encode Video for iPod Video

    92bek: These errors happen when the download wasn't completed correctly. Try redownloading the files and making sure that their sums are okay.

    Here's the MD5 sum of the tar.gz and the .deb,...
  25. Replies
    3
    Views
    434

    Re: quick C++ question

    else (hours > 40);

    This line is missing an "if" and has an extra ;

    It should look like this:


    else if (hours > 40)
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4