Martin Eesmaa
Martin Eesmaa
@forart, thanks for interesting to my repository :). To all participants: VVC should be ready stream compatability in 2024, but MX Player (tv streamer) and Spin Digital are closed source...
Same, but different encode with my compiler: ``` C:\Users\marti\Downloads\nokia\vvenc\bin\release-static>vvencapp -i "VTS_01_1.yuv" -o "trybestway1.vvc" -v 6 -t 8 -s 718x404 -r 25 -c yuv420 -g 16 -ip 256 --internal-bitdepth 10 --bitrate...
@hallapur, here is my report log: gdrenabled option is removed, but the GDR options shows: ``` #======== GDR options ================ --GdrPocStart [-1] GDR poc start --GdrPeriod [-1] Number of frames...
@hallapur, This is my second try of report log: Verbose log of debug before start: ``` Input File : VTS_01_1.yuv Bitstream File : trybestway1.266 Reconstruction File : RC Statistics File...
Thanks @Limeysoda1, but I got a different error. I think maybe issue for PyTorch: ``` Traceback (most recent call last): File "C:\Users\marti\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...
> I found a work around. I converted the aac file to .m4a using ffmpeg. Did you convert to normal AAC codec with FFmpeg, but not xHE-AAC? Note: Sorry, I...
> And MPV with xheaac and VVC (both linux and windows) too? Windows is already done, but Linux there's a lot of distros. I try to build static without mess...
@baxxtor & @NoUserNameForYou See the static build problem issue: https://github.com/fraunhoferhhi/vvdec/issues/107#issuecomment-1217735276 I try to build static vvdec with MinGW, but FFmpeg does not recognize only static build. - Martin Eesmaa
@baxxtor & @NoUserNameForYou, The FFmpeg complete static of vvc and xHE-AAC is here: https://github.com/MartinEesmaa/VVCEasy/commit/c102e8923bc1ef12fa85315a92ee2c2682a2b1dc - Martin Eesmaa
@baxxtor & @NoUserNameForYou, I have two problems on FFmpeg and MPV of Linux static build only. 1. After building FFmpeg, I tried to playback vvc files on ffplay and gave...