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 > (HD) DVD, Blu-ray & (S)VCD > DVD & BD Rebuilder

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th July 2020, 01:58   #29581  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,973
Good to hear... I wasn't expecting that one to get fixed so fast. I'll test it tomorrow. Sigh... now I need to go back through my code and remove all the changes I made for outputting to .m2ts. It resulted in a lot more changes than I'd expected, and I was still testing it and finding stuff. Two steps forward and one step back.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 6th July 2020, 21:13   #29582  |  Link
cartman0208
Registered User
 
Join Date: Jun 2010
Location: Germany
Posts: 205
Quote:
Originally Posted by Mike-uk View Post
yep can confirm it seems fixed stayed arounf 700 Mb, not tested on a disc as not got any RWs

--avhw --vpp-pad 0,276,0,278 -i F:\Movies\uhd2019\BDMV\STREAM\00014.m2ts --codec hevc --preset quality --profile main10 --output-depth 10 --repeat-headers --chromaloc 2 --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --master-display G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1) --qp-min 0 --vbrhq 0 --vbr-quality 25 --sar 1:1 --aud --pic-struct --vbv-bufsize 45000 --max-bitrate 48000 --gop-len 24 --slices 4 -o "D:\test\VID_00000.hevc

RTX 2070 Super

encoded 175243 frames, 62.57 fps, 12390.37 kbps, 10795.88 MB
encode time 0:46:40, CPU: 7.2%, GPU: 6.3%, VE: 99.2%, VD: 18.1%
frame type IDR 7302
frame type I 7302, total size 1246.97 MB
frame type P 43811, total size 4712.77 MB
frame type B 124130, total size 4836.14 MB
I can also confirm, that there is a stable RAM usage.

And the best part ... it doesn't seem to matter which turing chip ... i tried with Mike's settings and got around 61 fps on my 1660ti, while the card costs about half
Maybe a Titan would make a difference ... but people could buy a decent car in that price range

BTW: I think with your settings you actually add some height to the video ( pad: [3840x2160]->[3840x2714] (right=0, left=0, top=276, bottom=278) ) ... forgot some dashes?

@jdobbs: why not use the code from 0.61.0.5 and start over?
cartman0208 is offline   Reply With Quote
Old 6th July 2020, 21:44   #29583  |  Link
Mike-uk
Registered User
 
Join Date: Jun 2018
Location: Dorset
Posts: 164
Quote:
Originally Posted by cartman0208 View Post
I can also confirm, that there is a stable RAM usage.

And the best part ... it doesn't seem to matter which turing chip ... i tried with Mike's settings and got around 61 fps on my 1660ti, while the card costs about half
Maybe a Titan would make a difference ... but people could buy a decent car in that price range
hmm yeh interesting encoding fps is the same
Mike-uk is offline   Reply With Quote
Old 6th July 2020, 22:01   #29584  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Dedicated encoding hardware is probably the same
gonca is offline   Reply With Quote
Old 6th July 2020, 22:47   #29585  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,973
Quote:
Originally Posted by cartman0208 View Post
@jdobbs: why not use the code from 0.61.0.5 and start over?
You underestimate how much code it took to integrate it in. I also have implemented a host of other changes since that version. Anyway, I've already reversed most of the code I'd written for it.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 6th July 2020 at 23:07.
jdobbs is offline   Reply With Quote
Old 6th July 2020, 22:54   #29586  |  Link
Mike-uk
Registered User
 
Join Date: Jun 2018
Location: Dorset
Posts: 164
Quote:
Originally Posted by gonca View Post
Dedicated encoding hardware is probably the same
hmm yeh quite possibly found this on a forum

Turing NVENC is slower at higher quality settings than Pascal NVENC. The NVIDIA application note for NVENC states that at highest quality you should expect no more than 130fps at 1080p (or around 33fps at 4K).
Mike-uk is offline   Reply With Quote
Old 6th July 2020, 23:31   #29587  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Extra switches (cmd line options) available
NVenc is on a dedicated chip, same chip across the "line" (family) of cards
https://developer.nvidia.com/video-e...support-matrix
Chip number and number of encoding chips per card

Last edited by gonca; 6th July 2020 at 23:50.
gonca is offline   Reply With Quote
Old 7th July 2020, 01:50   #29588  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,125
Quote:
Originally Posted by jdobbs View Post
You underestimate how much code it took to integrate it in. I also have implemented a host of other changes since that version. Anyway, I've already reversed most of the code I'd written for it.
Don't you use Revision Control Software? Programs like Git, CVS and SVN (subversion, which I've managed at a work place) would have allowed you to back out those changes. But, as you've pointed out, a little late now.
MrVideo is offline   Reply With Quote
Old 7th July 2020, 12:40   #29589  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,973
Quote:
Originally Posted by MrVideo View Post
Don't you use Revision Control Software? Programs like Git, CVS and SVN (subversion, which I've managed at a work place) would have allowed you to back out those changes. But, as you've pointed out, a little late now.
I am my revision control software.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 7th July 2020, 17:05   #29590  |  Link
cartman0208
Registered User
 
Join Date: Jun 2010
Location: Germany
Posts: 205
Quote:
Originally Posted by Mike-uk View Post
...
Turing NVENC is slower at higher quality settings than Pascal NVENC. ....
I assume, that's because of the B-Frame capability of Turing ... which I don't want to miss, because there is the bitrate saving ...
cartman0208 is offline   Reply With Quote
Old 7th July 2020, 21:56   #29591  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,973
Quote:
Originally Posted by cartman0208 View Post
I assume, that's because of the B-Frame capability of Turing ... which I don't want to miss, because there is the bitrate saving ...
I'm with you. I want the B-Frame efficiency.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 7th July 2020, 23:09   #29592  |  Link
Mike-uk
Registered User
 
Join Date: Jun 2018
Location: Dorset
Posts: 164
jdobbs do you think you'll add true CPU first pass, then GPU second pass ?? seems the only way to get true 2 pass or maybe add it as an option so people can choose what they want,

maybe get some comparisons of CPU first pass and the lookahead feature to see if theres any quality difference

Last edited by Mike-uk; 8th July 2020 at 13:55.
Mike-uk is offline   Reply With Quote
Old 8th July 2020, 00:24   #29593  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,125
Quote:
Originally Posted by jdobbs View Post
I am my revision control software.
MrVideo is offline   Reply With Quote
Old 8th July 2020, 13:56   #29594  |  Link
Mike-uk
Registered User
 
Join Date: Jun 2018
Location: Dorset
Posts: 164
Nvidia 3xx series rumoured to be released in aug, wonder if they have improved NVenc, and x266 being developed ohhhh its like xmas
Mike-uk is offline   Reply With Quote
Old 8th July 2020, 14:46   #29595  |  Link
Mark_Venture
Registered User
 
Join Date: Jan 2010
Posts: 225
Quote:
Originally Posted by cartman0208 View Post
...
And the best part ... it doesn't seem to matter which turing chip ... i tried with Mike's settings and got around 61 fps on my 1660ti, while the card costs about half
Maybe a Titan would make a difference ... but people could buy a decent car in that price range
So are you saying that as long as its card with a Turing chip, the Cuda cores, clock, etc. doesn't really impact the FPS much when using NVEncC? They're all about the same?
Mark_Venture is offline   Reply With Quote
Old 8th July 2020, 20:42   #29596  |  Link
cartman0208
Registered User
 
Join Date: Jun 2010
Location: Germany
Posts: 205
Quote:
Originally Posted by Mark_Venture View Post
So are you saying that as long as its card with a Turing chip, the Cuda cores, clock, etc. doesn't really impact the FPS much when using NVEncC? They're all about the same?
I was wondering, too ...
But i used the same settings as Mike-uk, only a different source (with the same dimensions)
I could try different sources, but my experience so far was an almost unnoticable FPS change, even when changing presets.
We need someone with RTX 2060 / 2080 to verify
cartman0208 is offline   Reply With Quote
Old 8th July 2020, 21:20   #29597  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,973
Quote:
Originally Posted by cartman0208 View Post
I was wondering, too ...
But i used the same settings as Mike-uk, only a different source (with the same dimensions)
I could try different sources, but my experience so far was an almost unnoticable FPS change, even when changing presets.
We need someone with RTX 2060 / 2080 to verify
I'm seeing quite a bit of difference between presets when running against the same source. The "performance" preset, for example, is running much faster than "default" or "quality". It can also change based on whether I am using --vbr or --vbrhq.

For example, on a specific UHD source I'm using for testing with preset "performance" and "--vbr" I am getting 127.49 fps -- the same source with "quality" and "--vbrhq" it is doing 77.67 fps (with an otherwise identical command line).

I am also seeing fluctuations depending upon the size (on disc) of the source. An imported 10GB source M2TS encodes faster than a full 60GB untouched source.

The largest factor to speed I've seen (as you might expect) is whether I am using --avs as the input type as opposed to --avhw or --avsw.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 8th July 2020 at 21:36.
jdobbs is offline   Reply With Quote
Old 8th July 2020, 23:14   #29598  |  Link
cartman0208
Registered User
 
Join Date: Jun 2010
Location: Germany
Posts: 205
Ok, I didn't do extended tests ... only constant QP on a small source file ... I wanted to check out resulting file sizes
cartman0208 is offline   Reply With Quote
Old 9th July 2020, 17:22   #29599  |  Link
Mark_Venture
Registered User
 
Join Date: Jan 2010
Posts: 225
Quote:
Originally Posted by jdobbs View Post
I'm seeing quite a bit of difference between presets when running against the same source. The "performance" preset, for example, is running much faster than "default" or "quality". It can also change based on whether I am using --vbr or --vbrhq.

For example, on a specific UHD source I'm using for testing with preset "performance" and "--vbr" I am getting 127.49 fps -- the same source with "quality" and "--vbrhq" it is doing 77.67 fps (with an otherwise identical command line).

I am also seeing fluctuations depending upon the size (on disc) of the source. An imported 10GB source M2TS encodes faster than a full 60GB untouched source.

The largest factor to speed I've seen (as you might expect) is whether I am using --avs as the input type as opposed to --avhw or --avsw.
you mention different presets. I was wondering about using the same source, with the same preset, across different cards.

cartman0208 indicated using the same command line that Mike-uk posted, resulted in similar FPS using different video cards (GTX1660ti vs RTX 2070 Super) based on their posts. And using the same string Mike-uk posted on a UHD rip on my PC also came out with the same FPS (using GTX1660ti here).

When all is said and done, it will be interesting to compare results if we could each run tests on our respective systems using the SAME pre-sets and (if possible) the same source.
Mark_Venture is offline   Reply With Quote
Old 9th July 2020, 23:38   #29600  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Quote:
Originally Posted by Mark_Venture View Post
you mention different presets. I was wondering about using the same source, with the same preset, across different cards.

cartman0208 indicated using the same command line that Mike-uk posted, resulted in similar FPS using different video cards (GTX1660ti vs RTX 2070 Super) based on their posts. And using the same string Mike-uk posted on a UHD rip on my PC also came out with the same FPS (using GTX1660ti here).

When all is said and done, it will be interesting to compare results if we could each run tests on our respective systems using the SAME pre-sets and (if possible) the same source.
https://forum.doom9.org/showthread.p...67#post1917767
gonca 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 08:11.


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