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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th July 2019, 11:40   #661  |  Link
Saturation
Registered User
 
Join Date: Jun 2019
Posts: 2
Then it seems, that UtVideo codec version 20.3.0 is the last for me.
Very sad.
:-(
Saturation is offline   Reply With Quote
Old 14th August 2019, 12:13   #662  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
32bit Windows EOS (End of Support) Announcement

Today, UtVideo drops support of 32bit Windows.

NOTE: 32bit codecs running on 64bit Windows are still supported.
umezawa_takeshi is offline   Reply With Quote
Old 4th September 2019, 11:03   #663  |  Link
djonline
Registered User
 
Join Date: Mar 2011
Posts: 40
I found that UTVideo decoder is not good as Magic. It produce 4:2:0 non smooth line on red edge. It seems like chrome not interpolated after decode.

I apply Unsharp mask in Premiere with amount 350 to show differences.
Left - Magic, Right - UTVideo.
Look at dress/background line, it has vertical pixels in right picture.
djonline is offline   Reply With Quote
Old 4th September 2019, 12:31   #664  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Yes.

For example, in case of internal format is YUV420 (like ULY0) and input/output format is RGB:
- While encoding, chroma is the average of four pixels.
- While decoding, those four pixels use same chroma (i.e. not interpolated).

Last edited by umezawa_takeshi; 4th September 2019 at 14:33. Reason: clarify
umezawa_takeshi is offline   Reply With Quote
Old 4th September 2019, 14:19   #665  |  Link
djonline
Registered User
 
Join Date: Mar 2011
Posts: 40
I work with video in Premiere 2019, there is RGB internal decoding. Screenshots from Premiere too.
What to do to make ut420 decode like magic420 ?

UTVideo 420 - bad chrome upsampling (look to left)


Magic 422 - some bad chrome upsampling, but better that ut420


Magic 420 - good chrome upsampling
djonline is offline   Reply With Quote
Old 4th September 2019, 14:57   #666  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Suppose interpolation is added, there are some implementation options:

- While decoding, how to decide whether to interpolate? (decoders configuration / flag in encoded data)
- There are several interpolation methods (MPEG1, MPEG2, ...). Which one should be adopted?
- How to deal with old format data which is created by old codec that doesn't care of interpolation.

What is the best / preferable choice ?


In case of MagicYUV:
- Encoders have interpolation configuration (ON/OFF).
- Decoders don't have the configuration.
- There is single interpolation method, probably (there is no configuration to select interpolation method)
umezawa_takeshi is offline   Reply With Quote
Old 2nd January 2020, 15:04   #667  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Version 20.6.0 is released

Version 20.6.0 is released.

Performance Improvements
  • UQRG, UQRA: Speed up encoding and decoding.
  • UQxx: Speed up decoding.

License (GPLv2) / readme / Windows (exe) / source code / GitHub
umezawa_takeshi is offline   Reply With Quote
Old 7th January 2020, 10:59   #668  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Version 20.6.1 is released

Version 20.6.1 is released.

Bug fixes
  • Indeterminate behavior in case of frame divide count larger than 64.

License (GPLv2) / readme / Windows (exe) / source code / GitHub

Note that the frame divide count is never larger than 64 if "Same as # of logical processors" in the configuration dialog is checked, even if the actual number of logical processors is larger than 64.

Last edited by umezawa_takeshi; 7th January 2020 at 13:00.
umezawa_takeshi is offline   Reply With Quote
Old 8th January 2020, 13:31   #669  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
So, the last version supporting 32 bits OS is the 20.5.1 ?

Edit Corrected typo...
__________________
My github.

Last edited by jpsdr; 8th January 2020 at 20:33.
jpsdr is offline   Reply With Quote
Old 8th January 2020, 16:39   #670  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Quote:
Originally Posted by jpsdr View Post
So, the last version supporting 32 bits OS is the 2.5.1 ?
I mean "UtVideo supports 32bit Windows" as "I care about whether UtVideo runs on 32bit Windows or not". No version supports 32bit Windows now.

Probably current UtVideo can be installed to / runs on 32bit Windows, but I neither guarantee it nor confirm it.
umezawa_takeshi is offline   Reply With Quote
Old 15th January 2020, 09:34   #671  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Windows 7 EOS (End of Support) Announcement

Today, UtVideo drops support of Windows 7.
umezawa_takeshi is offline   Reply With Quote
Old 18th January 2020, 23:21   #672  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,546
Sorry to hear that.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline   Reply With Quote
Old 25th February 2020, 12:20   #673  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Version 21.0.0 is released

Version 21.0.0 is released.

New features
  • Add a codec whose internal format is YUV420 10bit (FourCC: UQY0).
  • UQY2: Add support of YUV422P16 input/output.
Performance Improvements
  • UQY2: Speed up decoding to v210 a little.

License (GPLv2) / readme / Windows (exe) / source code / GitHub
umezawa_takeshi is offline   Reply With Quote
Old 6th March 2020, 06:12   #674  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Version 21.1.0 is released

Version 21.1.0 is released.

New features
  • UQY2: Add support of P210/P216 input/output.
  • UQY0: Add support of P010/P016 input/output.
Performance Improvements
  • UQY2: Speed up encoding from / decoding to YUV422P16.
  • UQY0: Speed up encoding from / decoding to YUV420P16.

License (GPLv2) / readme / Windows (exe) / source code / GitHub
umezawa_takeshi is offline   Reply With Quote
Old 16th March 2020, 15:18   #675  |  Link
umezawa_takeshi
Unregistered User
 
Join Date: Feb 2015
Location: Tokyo, Japan
Posts: 86
Version 21.2.0 is released

Version 21.2.0 is released.

Performance Improvements
  • ULxx, UQxx: Speed up encoding and decoding for high compression ratio video.

License (GPLv2) / readme / Windows (exe) / source code / GitHub
umezawa_takeshi is offline   Reply With Quote
Old 26th March 2020, 12:10   #676  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,744
Hi,
I couldn't install last version (21.2.0) on XP 32 bit, is it normal ?
Music Fan is offline   Reply With Quote
Old 26th March 2020, 14:21   #677  |  Link
richardpl
Registered User
 
Join Date: Jan 2012
Posts: 271
XP support is removed and also 7 support, it is all explained.
richardpl is offline   Reply With Quote
Old 26th March 2020, 17:00   #678  |  Link
Taurus
Registered User
 
Taurus's Avatar
 
Join Date: Mar 2002
Location: Krautland
Posts: 903
Quote:
Originally Posted by richardpl View Post
XP support is removed and also 7 support, it is all explained.
It installs quite well on Win7 64bit.
Dont know about XP.
Taurus is offline   Reply With Quote
Old 26th March 2020, 18:26   #679  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
For now, it still installs on Win7 x86/x64. The last version working on XP is 13.3.1.
__________________
My github.
jpsdr is offline   Reply With Quote
Old 27th March 2020, 08:09   #680  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,744
Ok thanks, I will have to continue with Lagarith.
That's for an old capture card on an old pc, I'm not sure it could run under Windows 7 64 bit.

Quote:
Originally Posted by richardpl View Post
XP support is removed and also 7 support, it is all explained.
I didn't read the whole topic but I saw this in the first post ;
Quote:
Minimum Requirement (from readme file)

-OS: Windows XP or later

Last edited by Music Fan; 27th March 2020 at 10:22. Reason: spelling
Music Fan is offline   Reply With Quote
Reply


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:24.


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