I'm using X264.exe and I'm making sure that I have:
--profile baseline
However when the encoding starts, I noticed that it always says "Profile: Main, Level 3.0"
Is there a way to make the Baseline command actually stick?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Please,
1) the entire command-line you're using,
2) version of x264 you have -
Here's my command line:
C:\Users\*******\x264\x264.exe --profile baseline --bitrate 1600 --threads 1
--fps 29.97 --video-filter resize:640,480 --output "test.mp4"
"C:\Users\*******\Documents\test.flv"
I'm not sure of the version. The zip extracted to a folder named "x264_2008_32" -
-
-
-
You need to look at both profile and level
for example, baseline@L4.0 can go 2048x1024 at 30FPS
http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels
baseline@L3.0 would allow for 640x480 at 30FPS -
I tried your command line and it works, it encodes baseline, try to upgrade as it was suggested. I use baseline for SD, no problems.
ABR is not the best, you might try CRF and VBV method, compare result.
I tried this:
Code:x264.exe --profile baseline --bitrate 1600 --threads 1 --fps 29.97 --video-filter resize:640,480 --output "test.264" "input.avs"
Code:C:\Users\*******\x264\x264.exe --crf=18 --profile baseline --level 3.0 --ref 1 --threads 1 --fps 29.97 --video-filter resize:640,480 --vbv-bufsize 1800 --vbv-maxrate 1400 --output "test.mp4" "C:\Users\*******\Documents\test.flv"
Similar Threads
-
What's best profile for HD-DVD to MKV(x264)
By moh3en in forum Blu-ray RippingReplies: 7Last Post: 3rd Sep 2013, 10:57 -
How can I convert MKV profile high@5.1 to MKV profile 4.1 ?
By utahmar in forum Video ConversionReplies: 53Last Post: 4th Nov 2012, 08:03 -
Need help matching x264 profile
By koobluh in forum Video ConversionReplies: 6Last Post: 27th May 2011, 10:28 -
Conversion of x264 High Profile 5.1 MKV 1080p to accomodate GPU
By cmwill3407 in forum Video ConversionReplies: 2Last Post: 27th Oct 2009, 23:18 -
DVP5990 reverts back to 480P on my Mits 1080i TV
By dagmando in forum DVD & Blu-ray PlayersReplies: 1Last Post: 20th Feb 2009, 11:08