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 17th June 2022, 09:49   #21  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
They may need someone using Linux to update the man page. The shell script in /tools did not work under MSYS2, seems to be unable to redirect the output of the Windows application executed in backticks.

Ah, someone did.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 17th June 2022 at 10:03.
LigH is offline   Reply With Quote
Old 20th June 2022, 08:23   #22  |  Link
Fador
Registered User
 
Join Date: Apr 2017
Location: Tampere, Finland
Posts: 8
Quote:
Originally Posted by LigH View Post
Ah, someone did.
Yes I actually had to fix something in the script, but Windows Subsystem for Linux also works nicely 😁

It's not really a tool you normally need to run so it's not that big of a problem if it's not working in MSYS2, but I might take a look later.
Fador is offline   Reply With Quote
Old 15th July 2022, 15:18   #23  |  Link
vjs
Registered User
 
Join Date: Jul 2022
Posts: 1
There seems to be an issue with too many threads with uvg266. While testing uvg266 I noticed that contrary to expectations encoding the same file with exactly the same parameters does not produce the same output file. Even the file sizes differ.

I used the newest 0.4.1 release and on linux and macos I did compile it myself, but on windows I used @Barough's precompiled binary. However specifying "--threads 8" does fix this issue and then uvg does produce same bitstream every time. Seems that 32 threads with Ryzen 5950x is too many for uvg, this should be fixed. If you need help, I can provide some time & effort for testing.
vjs is offline   Reply With Quote
Old 26th July 2022, 10:19   #24  |  Link
MartinEesmaa
Registered User
 
Join Date: Jun 2022
Location: Anywhere
Posts: 10
Windows MPV Player (libvvdec build)

I built Windows MPV Player (libvvdec support), it works on AMD and Intel to play VVC, even mp4 file too.

See documentation: https://github.com/MartinEesmaa/VVCE...ibvvdec-plugin

See top-left information of the image:



- Martin Eesmaa
MartinEesmaa is offline   Reply With Quote
Old 27th July 2022, 20:40   #25  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753


and welcome on the doom9 board.



Just the generic VVC thread is that one, this here is for the uvg266 encoder, specifically.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 27th July 2022 at 20:47.
LigH is offline   Reply With Quote
Old 30th July 2022, 21:22   #26  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
New upload:

uvg266 0.4.1-cd2d406 [GNU 12.1.0] 2022-07-30
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 9th September 2022, 07:13   #27  |  Link
edison
Registered User
 
Join Date: Dec 2005
Posts: 106
Quote:
Originally Posted by MartinEesmaa View Post
I built Windows MPV Player (libvvdec support), it works on AMD and Intel to play VVC, even mp4 file too.

See documentation: https://github.com/MartinEesmaa/VVCE...ibvvdec-plugin

See top-left information of the image:


- Martin Eesmaa
"On Windows, you can copy mpv-2.dll, mpv-vvceasy and mpv-vvceasy of DLL to mpv.net of https://github.com/stax76/mpv.net"

Where is the .dll files can I find ?
edison is offline   Reply With Quote
Old 10th September 2022, 02:47   #28  |  Link
MartinEesmaa
Registered User
 
Join Date: Jun 2022
Location: Anywhere
Posts: 10
Hi, edison. Sorry, I forgot to add libmpv.dll on it, but I need static link with my Visual Studio, because my MSYS2 static links only file type with .a. Visual Studio links with .dll. I'll might try as possible to build libmpv.dll static.

EDIT: It worked with --enable-libmpv-shared with --enable-static-build, but it did not link of two files containing: libgcc_s_seh-1.dll & libwinpthread-1.dll.

- Martin Eesmaa

Last edited by MartinEesmaa; 10th September 2022 at 03:19.
MartinEesmaa is offline   Reply With Quote
Old 10th September 2022, 06:48   #29  |  Link
MartinEesmaa
Registered User
 
Join Date: Jun 2022
Location: Anywhere
Posts: 10
edison, I released my mpv.net latest build to include mpv-2.dll of VVC + xHE-AAC support.

https://github.com/MartinEesmaa/VVCE...d0509fbd6c3806
MartinEesmaa is offline   Reply With Quote
Old 10th September 2022, 11:41   #30  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
Again:

This is the thread for the uvg266 VVC encoder only.

For general VVC content, please use this thread.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 10th September 2022, 13:55   #31  |  Link
birdie
Artem S. Tashkinov
 
birdie's Avatar
 
Join Date: Dec 2006
Posts: 337
Quote:
Originally Posted by LigH View Post
Again:

This is the thread for the uvg266 VVC encoder only.

For general VVC content, please use this thread.
I guess EasyVVC warrants a separate topic.

The existing H.266 topic is about the codec issues/development/future in general.
birdie is offline   Reply With Quote
Old 29th September 2022, 20:59   #32  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 480
uvg266 VVC v0.4.1-c6764df
Built on September 29, 2022, GCC 12.2.0

https://github.com/ultravideo/uvg266/commits/master


DL :
https://www.mediafire.com/file/d1gpm4q748gj50d
Barough is offline   Reply With Quote
Old 1st October 2022, 04:19   #33  |  Link
benwaggoner
Moderator
 
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,752
Any changelog?
__________________
Ben Waggoner
Principal Video Specialist, Amazon Prime Video

My Compression Book
benwaggoner is offline   Reply With Quote
Old 1st October 2022, 15:43   #34  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
Only few new commits in commits/master (sufficient to read for me).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 23rd February 2023, 01:05   #35  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
New upload:

uvg266 0.4.1-c6764df [GNU 12.2.0]


No panic, I am just late
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 28th September 2023, 00:24   #36  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 480
uvg266 VVC v0.8.0-e5e32d6
Built on September 27, 2023, GCC 13.2.0

https://github.com/ultravideo/uvg266/tree/master
https://github.com/ultravideo/uvg266...ses/tag/v0.8.0


DL :
https://www.mediafire.com/file/jwcc02lvwqym3gm
__________________
Do NOT re-post any of my Mediafire links. Download & re-host the content(s) if you want to share it somewhere else.
Barough is offline   Reply With Quote
Old 1st March 2024, 21:46   #37  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
New upload:

uvg266 0.8.0-63da667 [GNU 13.2.0]
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Reply

Tags
video encoder, vvc

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 00:31.


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