I read in the help of x264.exe that with proper compiling it can output mp4. I am a total outsider in this territory, I have no idea how to do that compiling. Is there any custom version of the application available somewhere that can already do it? I know FFMPEG can do it, but I am in a kind of rush, already got used to x264.exe parameters, would be more convenient to just download a version that was compiled to output mp4, instead of having to read through the FFMPEG manual and hesitating about parameters.
+ Reply to Thread
Results 1 to 4 of 4
-
-
ffmpeg mapping x264 parameters automatically.
Code:SET x264opts="crf=%vq%:vbv_maxrate=9999:vbv_bufsize=9999:level=4.0:keyint=%key%:ref=7:bframes=4:cabac=1:tff=0:interlaced=0:no_psnr=1:no_ssim=1:open-gop=0:pic_struct=1:aud=1:nal_hrd=vbr:force_cfr=1:bluray_compat=1:fullrange=off:overscan=show:colorprim=smpte170m:transfer=smpte170m:colormatrix=smpte170m:stitchable=0:sliced_threads=0" @ffmpeg -hide_banner -v 32 -stats -y -i %filename% -vf %vproc% -c:v libx264 -x264opts %x264opts% -x264-params %x264opts% -preset medium -tune film -profile:v high -level:v 4.0 -af %aproc% -c:a libmp3lame -q:a %aq% -f mp4 -movflags faststart "%~n1_.mp4"
-
Similar Threads
-
How to get rid of blocks when encoding with x264.exe
By arthurm in forum Video ConversionReplies: 5Last Post: 9th Aug 2021, 18:56 -
Please help with x264.exe command line for Full HD video
By Bencuri in forum Video ConversionReplies: 1Last Post: 24th Nov 2020, 18:52 -
x264 output video is blank when threading is enabled
By cool man in forum Newbie / General discussionsReplies: 0Last Post: 14th Jul 2020, 09:38 -
Add mp4 output on x264 compile
By naoto89 in forum Newbie / General discussionsReplies: 17Last Post: 9th Jul 2020, 16:56 -
How do I use a new x264 encoder version in MeGUI ?
By VideoFanatic in forum Video ConversionReplies: 4Last Post: 17th Apr 2020, 06:39