S
S
SH0N2017-10-07 17:09:52
JavaScript
SH0N, 2017-10-07 17:09:52

Does the quality of FullHD video improve when rendering in 2k?

Silly question, but still. The question relates mostly to Youtube (quality).
I heard that in order to increase the quality (bitrate) of a FullHD video, you can render it at a resolution of 2560 × 1440 (2k or 2.5k). After this manipulation, the video quality supposedly should get better, but it turns out that the video will be uploaded in 2k quality and not in FULLHD as it was originally. The question is, who would not try to do this, and in general, is there any sense in this?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nameless Man, 2019-11-24
@Almas_Almuhametov

///////////////////////////
const GROUP_ID = 178157883;

const mentionPattern = new RegExp(
    String.raw`^(?:\[-${GROUP_ID}\|[^\]]+\])(?:[\s.,\'\"!?\-+]+|$)`,
    'i'
);

vk.updates.on('message', (context, next) => {
    if (context.isChat && !mentionPattern.test(context.text)) {
        return;
    }

    if (context.text) {
        context.text = context.text.replace(mentionPattern, '');   
    }

    return next();
});
//////////////////////////

D
Dmitry Derepko, 2019-07-01
@xEpozZ

write to the support for the bot developers.

N
Nikita, 2019-07-02
@fwervbyberstvrstrf

It seems to me that the @bot mention is incorrect.
Answer from the VK FAQ database:
Therefore, you need to mention exactly your community / page, to which or to which the bot is attached.
And one more nuance, Callback (if your bot is a community) there is no difference in @ or * (in the form of a mention), there it will be only in one form [club***|Community name], where *** is your community id .

G
GavriKos, 2017-10-07
@SH0N

У вас есть колбаса длиной 30 см. Как вы ее не нарезайте - объем полезного количества колбасы не изменится. Можно конечно напихать в нее говна и палок - и визуально будет не 30 см, а все 60 - но количество колбасы останется неизменным.
Так вот. Откуда в вашем случае возмется полезная для кадра информация?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question