Skip to content

How can I encode from video to VVC 10 bit and decode back from VVC to AV1? #102

Answered by adamjw24
MartinEesmaa asked this question in Q&A
Discussion options

You must be logged in to vote

You cannot decode a video back to a different format, this is not a thing.

You can only decode the video from any format format back to raw video (raw YUV) and encode this raw YUV to another format. This is called transcoding. For VVenC, you'd need to actually create the intermediate YUV file or use piping, since it is not yet integrated into FFmpeg. For formats that have both encode and decode integration in FFmpeg, you don't need to create the intermedia files, since the decoding is done in FFmpeg memory, and the encoder uses it as a source.

If I understand correctly, you want to encode VVC, and transcode (decode to raw YUV and encode) it to some other format for viewing. You'd have to …

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
5 replies
@MartinEesmaa
Comment options

@adamjw24
Comment options

@MartinEesmaa
Comment options

@adamjw24
Comment options

@MartinEesmaa
Comment options

Answer selected by MartinEesmaa
Comment options

You must be logged in to vote
6 replies
@MartinEesmaa
Comment options

@adamjw24
Comment options

@MartinEesmaa
Comment options

@adamjw24
Comment options

@MartinEesmaa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #101 on October 15, 2021 14:15.