I'm trying to convert a video for my Galaxy Blaze Samsung using the following command.
It use to work and now it complains with the following error.Code:ffmpeg -i o.mp4 -vcodec libx264 -crf 20 -threads 4 -flags +loop+mv4 -deblockalpha 0 -deblockbeta 0 -cmp 256 -partitions +parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -subq 7 -refs 5 -bf 0 -flags2 +mixed_refs-fastpskip -coder 0 -me_method full -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -qmin 10 -qmax 51 -qdiff 4 -vsync 2 -acodec libfaac -ac 2 -ab 160k -vol 1280 -async 1 -f mp4 -vf "scale=800:428,pad=800:480:0:26:white" sample.mp4
“Unknown encoder 'libfaac'
”
Info about o.mp4
Code:Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'o.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 encoder : Lavf52.31.0 Duration: 00:02:00.44, start: 0.000000, bitrate: 869 kb/s Stream #0.0(und): Video: h264 (High 10), yuv420p10le, 1280x688 [PAR 1:1 DAR 80:43], 783 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc Metadata: creation_time : 1970-01-01 00:00:00 Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 84 kb/s Metadata: creation_time : 1970-01-01 00:00:00
ffmpeg version:
Debian SqueezeCode:ffmpeg version 0.8.5-6:0.8.5-1~bpo60+1
Does anyone suggest a better ffmpeg command to transcode my video for the Galaxy Blaze Samsung?
Thanks
+ Reply to Thread
Results 1 to 6 of 6
-
-
-
[ SOLUTION SOLVED ]
bat999, I love the internet and smart people like you on it. Your suggestion worked.
Code:ffmpeg -i o.mp4 -vcodec libx264 -crf 20 -threads 4 -flags +loop+mv4 -deblockalpha 0 -deblockbeta 0 -cmp 256 -partitions +parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -subq 7 -refs 5 -bf 0 -flags2 +mixed_refs-fastpskip -coder 0 -me_method full -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -qmin 10 -qmax 51 -qdiff 4 -vsync 2 -acodec aac -strict experimental -ac 2 -ab 160k -vol 1280 -async 1 -f mp4 -vf "scale=800:428,pad=800:480:0:26:white" sample.mp4
-
Hi
I think some of the options in your command are obsolete.
Maybe you can tidy it up like this:-
Code:ffmpeg -i o.mp4 -vcodec libx264 -crf 20 -preset medium -acodec aac -strict experimental -ab 160k -ar 44100 -ac 2 -vf "scale=800:428,pad=800:480:0:26:white" sample.mp4
Similar Threads
-
? ffmpeg (or x264) settings for PAL SD -> play on samsung galaxy tab 2 10.1
By hydra3333 in forum Video ConversionReplies: 6Last Post: 31st Dec 2012, 19:23 -
Samsung Galaxy Gio: E Book?
By Tom Saurus in forum Off topicReplies: 9Last Post: 16th Aug 2012, 03:10 -
About Samsung Galaxy 4.0 Player
By shans in forum Portable VideoReplies: 0Last Post: 4th Apr 2012, 01:39 -
Wi-Fi Problems With Samsung S2 Galaxy
By Nitro89 in forum Newbie / General discussionsReplies: 0Last Post: 24th Aug 2011, 05:35 -
Importing Video from Samsung Galaxy S
By kepadams in forum Off topicReplies: 1Last Post: 6th Feb 2011, 18:06