Hello!
I'm using MeGUI... Is it possible to get x264 "stats" file from CRF-based encoding?
I've tried to put:
or evenCode:--stats ".stats"
in "custom command line" of the x264 settings dialog but nothing happens, it simply encodes the video...Code:--pass 1 --slow-firstpass --stats ".stats"
+ Reply to Thread
Results 1 to 3 of 3
-
-
The 2nd should work. Maybe megui enters some hardcoded values, or you have other options entered like NUL for a "normal" 1st pass which wouldn't encode anything
Try using CLI. Normally it looks like this for crf with stats (encoded)
Code:x264.exe --pass 1 --slow-firstpass --crf 18 --stats "stats.stats" -o "output.264" "input.ext"
Similar Threads
-
Tool to batch rename video files based on "encoded date"
By O0O0 in forum ComputerReplies: 49Last Post: 10th Jan 2020, 04:39 -
Why x264 "placebo" preset produce bigger file than "very slow"?
By aleaksunder in forum Video ConversionReplies: 21Last Post: 2nd Mar 2019, 07:25 -
DVDFab 9 CRF, Handbrake/Vidcoder x264 CRF
By hogger129 in forum Video ConversionReplies: 10Last Post: 30th Dec 2015, 10:51 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
How to convert "Still Image" to "AVC file" (like as Godzilla Blu ray Menu)
By ningnong132 in forum Video ConversionReplies: 2Last Post: 8th Sep 2014, 04:23