Answer the question
In order to leave comments, you need to log in
Is it possible to disable video smoothing at the encoding stage?
Is there a parameter in the video (mp4) that is responsible for the presence and type of pixel anti-aliasing in the output? It is necessary that when the video is enlarged, it does not blur, but pixelates.
Answer the question
In order to leave comments, you need to log in
Yes, for H.264:
-x264opts no-deblock
-aq-mode 0
You can also specify it this way.
$(window).scroll(function(){
$('.main-nav-wrap').toggleClass('header-has-background', $(this).scrollTop() > 0);
});
The dude in the comment under the post is right. toggle changes the class, we need addClass instead
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question