Hi
a cat here, please respect.
Code:LWLibavVideoSource("temp.mkv")# HD source Spline64Resize(3840,2160) FrameRateConverterMix(50,1,output="flow") QTGMC(InputType=1,EzDenoise=2.0,Preset="Super Fast",SubPel=4) AssumeFPS(50) Prefetch(8)
this is my "intuitive" commandline, not verifiedCode:ffmpeg.exe -threads auto -y -i tempAVS2.avs -i tempAudio_PAIR1_ForFFmbc.wav -pix_fmt yuv420p -c:v libx264 -b:v 5000k -minrate 4000k -maxrate 10000k -bufsize 48000k -x264-params 8x8dct=1 -g 33 -bf 2 -crf 22 -rc-lookahead 32 -rc:v constqp -global_quality 23 -qp 5 -map 0:v -map 1:a -c:a aac -b:a 250k -ar 48000 -aspect 16:9 -r 50 OUTUHD3840x2160.MP4
I wonder: when HD is bring to 4k is there particular parameter shoud be use during the ffmpeg encoding process?![]()
+ Reply to Thread
Results 1 to 2 of 2
-
-
It's getting old, isn't it?a cat here, please respect.
Several things I'm not so sure about in that command, but one thing I'm pretty sure about is that it makes no sense to both use a -crf quality based parameter and specify average, minimum and maximum bitrates. The very purpose of -crf (Constant Rate Factor) is to circumvent the need to specify supposedly optimal bitrates but rather aim for an approximate level of quality preservation and let the encoder allocate the bitrate accordingly. Can't have your kibble and eat it too.Code:ffmpeg.exe -threads auto -y -i tempAVS2.avs -i tempAudio_PAIR1_ForFFmbc.wav -pix_fmt yuv420p -c:v libx264 -b:v 5000k -minrate 4000k -maxrate 10000k -bufsize 48000k -x264-params 8x8dct=1 -g 33 -bf 2 -crf 22 -rc-lookahead 32 -rc:v constqp -global_quality 23 -qp 5 -map 0:v -map 1:a -c:a aac -b:a 250k -ar 48000 -aspect 16:9 -r 50 OUTUHD3840x2160.MP4
Not sure what the purpose of the 2x upscale is, either. Ditto the framerate conversion. Also why add “AssumeFPS(50)” after an explicit conversion to 50FPS.
There has to be a purpose, you claim to be a cat but you're not a porpoise.
If you defeat the purpose you might as well eat your own tail and stay alive to tell the tale.
My German teacher in high school used to play a recording, then simply say those four words: “Wo? Wer? Was? Wenn?” She forgot the most important: “Warum?” As a matter of fact, in our world, more often than not, as they said in Auschwitz: “Hier ist kein Warum” (as reported by Primo Levi in Se questo è un uomo). Yet “Warum?” / “Why?” / “Perché?” / “Pourquoi?” is the most important question, and the very last word in the last movie by Andrei Tarkowski, Offret. (The very last word in the last movie by Stanley Kubrick is “Fuck”, which has to be of equal importance, but it is not a question, and can't possibly have any bearing whatsoever when it comes to video conversion, unless I missed sumpting. Neither of those movies features any cat as far as I remember so you might find them of little interest.)
Brought.I wonder: when HD is bring to 4k
Similar Threads
-
how to optimize transcoding from drone files?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 6th Oct 2024, 08:32 -
Transcoding with the Scene filter in FFmpeg
By o770 in forum Video ConversionReplies: 0Last Post: 24th Aug 2024, 23:21 -
.ts video file problematic for transcoding
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 12th Jul 2023, 11:22 -
Transcoding v proxy
By DeJay in forum ComputerReplies: 0Last Post: 7th Sep 2022, 02:45 -
Some feedbacks on transcoding tools and results
By gringito38 in forum Video ConversionReplies: 16Last Post: 17th Jan 2022, 19:42


Quote