I'm converting a 400x300 .flv to mpeg4 h.264 and am getting some strange behavior from the WinFF presets. On the video tab, I set size to 720x480 and aspect ratio to 4:3. (WinFF version 1.4.2)
The -crf 15.0 preset works as it's supposed to...
but the -crf 35.0 preset produced a video without the specified 4:3 aspect ratio. I've checked the properties in Media Player Classic and the aspect ratio info is missing.
I also created my own preset by changing the -crf number to 25.0, leaving all other parameters the same. It produces a file with audio, but the video is a black screen, and the aspect ratio is incorrect here as well. BTW, if I change size to 640x480 the aspect ratio of course looks correct but "4:3" doesn't show in properties and the video is still blank
Why is the -crf 15.0 preset producing the video with the specified settings but the other presets aren't?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Can you post the full ffmpeg command line?
You could also try another ffmpeg frontend like hybrid or xmedia recode. -
These are the 3 command lines. But I'm adding resolution and aspect ratio in the video tab.
-crf 15.0 -vcodec libx264 -acodec libfaac -ar 48000 -b:a 192k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 0 -qmax 69 -qdiff 4 -bf 8 -refs 16 -direct-pred 3 -trellis 2 -wpredp 2 -rc_lookahead 60 -threads 0
-crf 35.0 -vcodec libx264 -acodec libfaac -ar 48000 -b:a 128k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 0 -qmax 69 -qdiff 4 -bf 3 -refs 5 -direct-pred 3 -trellis 1 -wpredp 2 -rc_lookahead 50 -threads 0
-crf 25.0 -vcodec libx264 -acodec libfaac -ar 48000 -b:a 160k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 0 -qmax 69 -qdiff 4 -bf 3 -refs 8 -direct-pred 3 -trellis 2 -wpredp 2 -rc_lookahead 60 -threads 0
Similar Threads
-
"Pass Thru" presets for WinFF.
By bat999 in forum User guidesReplies: 6Last Post: 14th Aug 2014, 16:33 -
Importing many presets in WinFF
By Klagar in forum Video ConversionReplies: 6Last Post: 28th Sep 2010, 15:44 -
Big proble here! Camcorder is producing a strange noise
By Fidla in forum Newbie / General discussionsReplies: 10Last Post: 8th Sep 2010, 08:46 -
x264 Producing Strange Artifacts in Fields of Light Color
By WhoThatBe in forum DVD RippingReplies: 5Last Post: 13th Mar 2009, 15:53 -
SVN ffmpeg now supports iTunes friendly muxer: WinFF presets
By GMaq in forum LinuxReplies: 0Last Post: 26th Oct 2008, 14:32