P
P
photosho2021-10-20 09:33:35
Video
photosho, 2021-10-20 09:33:35

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

3 answer(s)
@
@nidalee, 2021-10-20
_

Yes, for H.264:

-x264opts no-deblock
-aq-mode 0

https://forum.videohelp.com/threads/390298-FFmpeg-...

D
Dmitry Kulik, 2014-12-25
@lnkvisitor

You can also specify it this way.

$(window).scroll(function(){
    $('.main-nav-wrap').toggleClass('header-has-background', $(this).scrollTop() > 0);
});

A
Alexey ZloDeeV, 2014-12-25
@ZloDeeV

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 question

Ask a Question

731 491 924 answers to any question