Android Community
Results 1 to 2 of 2

Thread: thought my 1st post would be on getting your vids to play nice w/your new droid

  1. #1
    Join Date
    Oct 2009
    Posts
    6

    Default thought my 1st post would be on getting your vids to play nice w/your new droid


    I updated my ffmpeg script on my Linux box that served me well during my e71 days...love the new resolution

    source file info:
    $ file TEST.HDTV.XviD.avi
    TEST.HDTV.XviD.avi: RIFF (little-endian) data, AVI, 624 x 352, 23.98 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)


    encode script example:
    $ cat testscript.sh
    #!/bin/sh
    ffmpeg -y -i $1 -acodec libfaac -ab 160k -s 720x480 -aspect 16:9 -vcodec libx264 -b 500k \
    -qcomp 0.6 -qmin 16 -qmax 51 -qdiff 4 -flags +loop -cmp +chroma -subq 7 -refs 6 -g 300 \
    -keyint_min 25 -rc_eq 'blurCplx^(1-qComp)' -sc_threshold 40 -me_range 12 -i_qfactor 0.71 \
    -directpred 3 outputTEST.mp4
    exit

    syntax:
    ./testscript.sh TEST.HDTV.XviD.avi


    720x480 works like a charm...wish I could say the same for 848x480

    Tried a few variations, unfortunately I'm experiencing some pretty bad pixelation during playback of higher res. output mp4 files...

    I understand ffmpeg is available for windows...your mileage may vary

    manny

  2. #2
    Join Date
    Mar 2009
    Location
    California
    Posts
    1,967

    Default Re: thought my 1st post would be on getting your vids to play nice w/your new droid


    I was gonna say you should take this to xda devs but uh that's an HTC phone site so eh.

Similar Threads

  1. FYI - it appears Droid can't play .m4r files
    By bravo4 in forum General Motorola Chat
    Replies: 3
    Last Post: 11-07-2009, 10:40 AM
  2. Doggcatcher can't play podcasts? Or phone can't play mp3?
    By Pinesal in forum All About Andorid Software
    Replies: 1
    Last Post: 01-18-2009, 12:43 PM
  3. Can I put Itunes vids on my G1 SD card?
    By dylntro in forum General HTC Chat
    Replies: 3
    Last Post: 11-12-2008, 10:32 PM
  4. where can i legally get MPEG-4 vids?
    By antgoalie135 in forum General HTC Chat
    Replies: 3
    Last Post: 10-28-2008, 02:10 PM
  5. I thought TuneWiki could play videos....
    By MrGibbage in forum General Phone Chat
    Replies: 3
    Last Post: 10-21-2008, 07:36 PM

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
  •