Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > New and alternative video codecs

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th February 2023, 19:03   #1  |  Link
ShortKatz
Registered User
 
Join Date: Aug 2018
Location: Germany
Posts: 118
Looking for a x266 (VVC) sample file

I've searched the web already with no success. I'm looking for a sample video file with a VVC video stream in MKV or MP4 container. I also tried already to encode my own one, but failed.
Can somebody guide me to a sample file?
ShortKatz is offline   Reply With Quote
Old 9th February 2023, 22:01   #2  |  Link
therube
Registered User
 
Join Date: Aug 2013
Posts: 191
From, https://www.isize.co/portfolio/demo2/
Here, https://www.dropbox.com/s/v5oforc2nq..._2019.zip?dl=0

Oh, I'm not sure?
It has .vcc, & it has .mp4, but I guess it is not .vcc in a .mp4?

(I have no idea what vcc is ;-).)


Someone who frequents these parts posted, VVC (H.266) needs support in demultiplexers, primarily MP4, that looks to have a sample in a .mp4.

Code:
Format                                   : vvc1
Codec ID                                 : vvc1

Last edited by therube; 9th February 2023 at 22:15.
therube is offline   Reply With Quote
Old 10th February 2023, 09:30   #3  |  Link
Dann0245
Registered User
 
Join Date: Apr 2020
Posts: 23
samples: https://drive.google.com/drive/folde...I4?usp=sharing

VVC file can be added into MP4 contaner, but not MKV at the moment.

To encode:
VVenC encoder and mp4box: https://drive.google.com/drive/folde...usp=share_link

Code:
ffmpeg -i input.mkv -pix_fmt yuv420p10le -strict -1 -f yuv4mpegpipe - | vvencapp -i - --y4m --preset fast --qp 24 --qpa 1 --threads 16 -o "out.266"
then put into mp4

Code:
mp4box -add "video.266" -add "audio.m4a" -new "video.mp4"

Last edited by Dann0245; 10th February 2023 at 09:37.
Dann0245 is offline   Reply With Quote
Old 10th February 2023, 11:03   #4  |  Link
birdie
Artem S. Tashkinov
 
birdie's Avatar
 
Join Date: Dec 2006
Posts: 337
That's because you weren't looking for it right.

You should be looking for H.266 sample files not x266 sample files. H.266/VVC is a codec, not x266 which is an encoder.

https://www.elecard.com/videos
birdie is offline   Reply With Quote
Old 10th February 2023, 16:05   #5  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
Quote:
Originally Posted by birdie View Post
You should be looking for H.266 sample files not x266 sample files. H.266/VVC is a codec, not x266 which is an encoder
Also, the only ones who have x266 encoded files are the Multicoreware guys at this stage and they made some tests and comparison for x266 v0.x which isn't public yet as it's still missing features and it's being worked on. They're currently working on v1.0. It's slightly worse than VVEnc in terms of encoding efficiency at this very early non public stage, but it's much faster thanks to manually written assemblies/intrinsics.
FranceBB is offline   Reply With Quote
Old 11th February 2023, 23:49   #6  |  Link
ShortKatz
Registered User
 
Join Date: Aug 2018
Location: Germany
Posts: 118
Thanks, now I do have some samples.

Quote:
Originally Posted by Dann0245 View Post
samples: https://drive.google.com/drive/folde...I4?usp=sharing

VVC file can be added into MP4 contaner, but not MKV at the moment.

...
Ah, this also worked. I already tried it with VVenC encoder itself, but it only accepts yuv input. So I've tried to convert an mkv sample to yuv and then converted it with VVenC encoder. But this did not work. Your one line solution then did the trick. And the mp4box was also helpful.
ShortKatz is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:19.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.