what causes this stuter with a simple script like this
https://forum.videohelp.com/images/imgfiles/QvMhEUN.jpg
https://forum.videohelp.com/images/imgfiles/3EQSq0W.jpg
v = LWLibavVideoSource("d:\4.mp4", fpsnum=30000, fpsden=1001, format="YUV420P8")
a = LWLibavAudioSource("d:\4.mp4")
AudioDub(a,v)
ConvertToYV12()
ColorMatrix(mode="Rec.601->Rec.709")
ColorYUV(cont_u=20, cont_v=20)
nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=1280, fheight=720)
i guess it doesnt take the source really well
any suggestions?
+ Reply to Thread
Results 1 to 11 of 11
-
-
Stuter? You mean stutter? How can one see stutter with two still frames? What are the two images showing us?
-
sorry that i wast clear do you see the difference in the images?
they are identical exept one is the original and one is encoded by the script you see how it resulted in some kind of back ground noise and became less clear
that is what i am asking
for example look at the glasses
after the encode they became like less straight i can say -
But the output screenshot is not directly from the script, is it? You probably encoded using a lossy encoder (x264?) that introduced additional quality loss - that's what lossy encoders do. If you want less quality loss you need to put in more bitrate and/or CPU time (different preset or even x265) and/or otherwise better tuning.
Of course your process is questionably anyways. You aren't really filtering out any artifacts. It's not worth re-encoding that way IMHO. -
-
So the first image is the original video upscaled to 1920x1080 by the player and the second image is the video upscaled to 1280x720 via nnedi3, encoded with a lossy codec, then upscaled to 1920x1080 by the player? I'd agree with sneaker, you made no attempt to reduce artifacts in your source so they were accentuated by the first upscale. Then the encoding was at too low a bitrate for the material, generating more artifacts. Then player upscaled and accentuated the artifacts even more.
In the future it would be better if you uploaded a sample of your source, and a sample of your final video. -
i now see that if i mimp up the bit rate like to 3000 in x265 it looks better
also how do i remove some of the artifacts and why are they caused?
why if i put it trough the encoder and spit it out at the same bit rate why doesnt it come the same?
sorry i really dont know about this stuff
thank you for trying to help me -
They are caused by the lossy compression of your source. DCT ringing and blocking artifacts.
https://en.wikipedia.org/wiki/Compression_artifact
The bigger frame needs more bitrate. Each round of lossy compression adds more artifacts. -
-
You can reduce ringing artifacts with de-ringing filters, blocking artifacts with deblocking filters. Use higher bitrates to keep such artifacts from coming back when you re-compress. And better encoder settings.
Look into Toon() or Deen() for animated material. Your video probably needs levels adjustments too. -
umm it looks like i dont understand nothing in this stuff
should i encode something with like 10000 bit rate x265 and then use something like handbrake?
because with even with 5000 bit rate it looks grate and even the artifacts that were present in the original video disappeared and it looks smoothLast edited by zanzar; 20th May 2016 at 10:17.
Similar Threads
-
can i fix this video ?
By abdorefky in forum EditingReplies: 6Last Post: 1st Jan 2016, 00:24 -
How can I fix this?
By gil900 in forum AudioReplies: 0Last Post: 18th Dec 2015, 11:29 -
How to fix this video?
By jentayu7 in forum RestorationReplies: 11Last Post: 3rd Mar 2013, 12:07 -
Movie Fix 2.0
By tarzan54 in forum ComputerReplies: 3Last Post: 19th Dec 2012, 22:45 -
A/V Sync fix.
By SushiSky in forum Newbie / General discussionsReplies: 1Last Post: 28th Jul 2012, 11:17