Skip to content

Can the vvenc support input yuv loop encoding? #307

Answered by lehmann-c
MichaelMM12 asked this question in Q&A
Discussion options

You must be logged in to vote

That is not possible with VVenC, but you can use third-party apps as ffmpeg to loop the input and pipe it into the vvenc application.
e.g. ffmpeg with the options -stream_loop
ffmpeg -stream_loop 1 -s 1920x1080 -pix_fmt yuv420p10le -i myinput1080p.yuv -vcodec rawvideo -f rawvideo - | vvencapp -i - -s 1920x1080 -c yuv420_10 -o out.266

That will loop the 10bit RAW file once..

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MichaelMM12
Comment options

Answer selected by MichaelMM12
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