Results 1 to 2 of 2

Thread: Daewoo DMV-G264 - Portable Video

  1. #1
    Join Date
    Oct 2006
    Location
    Panama
    Beans
    114
    Distro
    Lubuntu

    Daewoo DMV-G264 - Portable Video

    I bought a Daewoo DMV-G264 portable video player. It happens that the software to convert videos only works with Winblows. Well, looking here and there I just found that the said software use Mencoder, well after some testing I found that any owner of this kind of device can use the command line in order to convert any video format to the one compatible with this little bastard.

    mencoder -ofps 20 -vf-add scale=320:180 -vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=450:max_bframes=0:quant_type=h263:me_quali ty=4 -oac lavc -lavcopts acodec=mp2:abitrate=64 input.file -o outputfile.avi

    That should do it, of course remember that mencoder must be installed

    Best Regards

    MepisReign
    Last edited by MepisReign; April 21st, 2011 at 03:13 AM.
    "Beware the Almighty Command Line"

  2. #2
    Join Date
    Oct 2006
    Location
    Panama
    Beans
    114
    Distro
    Lubuntu

    Re: Daewoo DMV-G264 - Portable Video

    The best video quality can be achieved with this command


    mencoder -ofps 20 -vf-add scale=320:240 -vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=600:max_bframes=0:quant_type=h263:me_quali ty=4 -oac lavc -lavcopts acodec=mp2:abitrate=128 input.avi -o output.avi

    Adding subtitles to the video file

    mencoder -ofps 20 -vf-add scale=320:240 -vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=600:max_bframes=0:quant_type=h263:me_quali ty=4 -oac lavc -lavcopts acodec=mp2:abitrate=128 inputfile.avi -sub subtitlefile.srt -o outputfile.avi
    Last edited by MepisReign; April 6th, 2011 at 07:09 PM. Reason: adding extra options
    "Beware the Almighty Command Line"

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
  •