Results 1 to 3 of 3

Thread: Iriver u10 video encoding on linux

  1. #1
    Join Date
    Apr 2006
    Location
    UK
    Beans
    41

    Iriver u10 video encoding on linux

    Just incase someone has a u10 and wants to know how to encode video in linux then heres a little script, to find out how to use it run "u10ner.sh --help"


    the critical line i found on a forum, but i cant find it again so if you need it its:

    Code:
    /usr/bin/mencoder "outputfile.avi" -o "inputfile.avi" -ovc xvid -xvidencopts bitrate=384:max_bframes=0 -oac mp3lame -lameopts mode=0:cbr:br=128  -ofps 14.9 -af resample=44100:1:2 -vf-add scale=320:240,expand=320:240 -vf-add harddup -quiet
    seems to work flawlessly!
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Iriver u10 video encoding on linux

    Hi,

    Hmmm.... I have seen the same syntax here and there on the internet. Would be improved by double pass encoding?

    Andrew
    You think that's air you're breathing now?

  3. #3
    Join Date
    Apr 2006
    Location
    UK
    Beans
    41

    Re: Iriver u10 video encoding on linux

    the u10 has a very nice screen for an mp3 player but its still an mp3 player, i think quicker encoding is probably more useful then two passes?

    the biggest problem is as the iriver doesn't support B frames it gets out of sink a lil, after 20 if mins, but pausing and skipping around a lil sorts that,

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
  •