Thread: ffmpeg to convert for Motorola Xoom
i trying convert home videos playback on motorola xoom.
have used openshot , handbrake, cli ffmpeg command recommended work xoom.
unfortunately, openshot , ffmpeg great pictures, no sound (i've tried using aac codec). handbrake, using profile recommended xoom -- sound, picture choppy+++.
video 3 methods plays on ubuntu (11.04)
here background info on supported media formats xoom -- although doesn't mean me:
http://developer.android.com/guide/a...mats.html#core
here ffmpeg command have tried:
ffmpeg -i <in file> -vcodec mpeg4 -b 4048k -s 720x480 -acodec libfaac -ab 128k -ac 2 -ar 48000 -f mp4 <out file>
got handbrake profile xoom chris dibona:
https://sites.google.com/a/dibona.co...ww/filestorage
ideas how solve problem?
edit: changed handbrake video codec h264 mp4 (ffmpeg) , handbrake produces video sound (hooray!), still understand of little better can use right codec on openshot (for editing home videos) , maybe batch old videos using cli or script.
i found ffmpeg command line options here:
https://develop.participatoryculture...nversionmatrix
had modify few commands work, encoding now, test shortly.
code:ffmpeg -i input -y -acodec libfaac -ac 2 -ab 160k -vcodec libx264 -vpre ipod640 -vpre lossless_slow -f mp4 -threads 0 output.mp4
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [all variants] ffmpeg to convert for Motorola Xoom
Ubuntu
Comments
Post a Comment