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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1902 | Link |
|
Un-Registered User
Join Date: Mar 2008
Location: Audio Stream - 0x80
Posts: 341
|
As for timing, I got:
DGIndexNV 2018 15:17 12:22 then with DGIndexNV 2018 Perftest 14:15 11:50 on the same files (Windows 7 x64 here). With the corrupted video, it only appears in the DGIndexNV window, the actual decoded video appears to be fine (albeit, it cannot demux it properly from a few tests). It appears to only happen with MKVs, too. Here are three clips which each produce the issue. http://www.mediafire.com/download.php?n403xuvkaqy BTW-Thanks for the work on speeding up indexing! |
|
|
|
|
|
#1903 | Link |
|
RedDwarf Fan
Join Date: Jun 2005
Location: United Kingdom
Posts: 198
|
I use Win XP Pro x86 and would help test but I don't have a Blu Ray drive so I could only do testing from either DVD or hard drive.
I only have BBC and ITV HD broadcasts which are 1440x1088i@around 9Mbits. So unless there is a source to test with, I cannot really help. I do have a GT 240 1GB which gives around 100fps, typically 95 to 105fps, while previewing BBC HD TS's. Core 2 Q9450@2.66GHz Win XP x86 4GB DDR2 5 SATA hard drives |
|
|
|
|
|
#1904 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
You can test on anything as long as it takes a reasonable amount of time to index. If the stream indexes in 1 second, it's hard to discern any change.
![]() Load the same file 10 times, whatever it takes to make indexing take minutes. |
|
|
|
|
|
#1905 | Link | |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
Quote:
EDIT: It appears that the stream has multiple different PPSs but only one is stored in the MKV's CodecPrivate. Here's what would help me to figure this out. Post a link to the source material used to make the MKV and explain exactly how you create the MKV from the that source material. Last edited by Guest; 3rd July 2010 at 19:56. |
|
|
|
|
|
|
#1906 | Link | |
|
Aging Video Hobbyist
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
|
Quote:
BTW because you always write-out the log as "inputfilename.log" each run will overwrite the previous. Seems to me you should name the .log file with the Save as Project/Output file e.g. then I'd have 3 easy logs: videoIN2016.log, videoIN2018.log, videoINperf.log to go along w/my 3 .dgis? |
|
|
|
|
|
|
#1908 | Link |
|
RedDwarf Fan
Join Date: Jun 2005
Location: United Kingdom
Posts: 198
|
I've just had an error with 2018. A TS was open which I attempted to move to another folder to use for testing. Unlocker opened so I unlocked it and moved the file. I then closed the file in DGIndexNV but when I attempted to open the file in the new folder I got the message GPU decoder: failed to create video decoder[1]. Closing DGIndex and re-opening and it worked fine.
This is what happened with an invalid license file after I moved from 2013 first version to 2018. Not really a big issue, more about error handling. Indexing tests done with a 1 hour 4 minute BBC HD Transport stream Indexed to the same folder: 2018 took 3 mins 21 secs The test version indexing the same file took 2 mins 15 secs Indexed to a different Drive: 2018=3 mins 20 secs Test version=2 mins 51 secs Strangely, the 2018 version took the same amount of time whereas the test version took quite a bit longer than when indexing to the same drive. I've moved to driver 197.45 after getting a BSOD specifying a nVidia driver file with the latest driver. You could provide an option so that people could use whichever provides the best performance for them rather than optimizing it for one version of windows or one type of hardware. |
|
|
|
|
|
#1910 | Link | |
|
Registered User
Join Date: Oct 2003
Posts: 435
|
Quote:
winxp sp3 32bit mech hard drives for files encoding, except the OS drive is ssd. Last edited by woah!; 3rd July 2010 at 22:42. |
|
|
|
|
|
|
#1911 | Link | |
|
Un-Registered User
Join Date: Mar 2008
Location: Audio Stream - 0x80
Posts: 341
|
Quote:
Code:
eac3to.exe "Source" 1) 2: B:\Paycheck\Video.mkv What do you need from the source material? Seeing as it is a full Blu-ray, uploading the whole thing could take a few months and would probably be considered... less than legal.
|
|
|
|
|
|
|
#1913 | Link |
|
Registered User
Join Date: Oct 2009
Location: crow-land
Posts: 544
|
2018 won't open anything
I don't understand ... just copied 2018 over and set the license to #2 (it could have been the wrong one), and used commandline
Code:
"C:\software\DGindex\DGIndexNV.exe" -i "G:\HDTV\Q1.mpg" -a -o "G:\HDTV\Q1.dgi" -e Now doesn't open any pal HD .mpg from either account. Can swap amongst the account and licenses but nothing opens at all. Rebooted same issue stays. What should I do ? edit: XP-sp3 32bit latest nvidia driver 8600GT q6600 edit2: no, I think license 2 was the right one Last edited by hydra3333; 4th July 2010 at 01:35. |
|
|
|
|
|
#1914 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
I don't know anything about "priv" and "non-priv" accounts. You have to be able to read the INI file and it must be set to the right license before opening your file.
If it pops up "could not create decoder" then you are pointing to an old obsolete license. You need to use the regenerated one. |
|
|
|
|
|
#1915 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
Regarding linyx's issue...
There are two things going on. 1. My support for MKV works by reading an entire timecode's worth of data into the buffer. That may include an SPS, PPS, SEIs and the slices of the frame at that timecode. If it is an IDR, it can be quite large. So when I reduced the buffer it became insufficient to hold the MKV data for one timecode. I can fix that by setting a large buffer when an MKV file is loaded. That explains the bad demux and general crappiness. 2. The earlier issue I fixed by revising the strategy for PPS injection needs to be carried over to MKV. But that is broken even in vanilla 2018, as you can see by loading Paycheck.mkv and GOP stepping forward. I can fix 1 easily. For 2 I am putting on my thinking cap. In the meanwhile, do not use 2018 perf test version for MKV. |
|
|
|
|
|
#1916 | Link |
|
Registered User
Join Date: Oct 2009
Location: crow-land
Posts: 544
|
Had just installed a brand-new fresh squeaky clean XP-sp3 with latest drivers, q9450, 8800GT, fully patched, dual-nic gigabyte motherboard on a different machine (same motherboard type).
Checked the right license file and license content (correctly pasted) into license.txt in the same folder as the .exe. Ran it from an admin account, so no likely issues there. Tried to open a .mpg, it threw the error Code:
GPU decoder: failed to create video decoder [1] edit: ugh, just went back to the license generator and it gave me different long strings than last time. Works now Must have missed reading some posts on re-doing the licenses.EDIT2: What ?? ? I just did 4 of these by dragging and dropping the .mpgs onto a .bat file which had that command line and they all worked. Then I tried a 5th and no it only sits there with a blank black area. So I rebooted and re-tried one of those that did work and now same result again no matter what. Help !!! EDIT3: Oh. One of my NICs is connected to another box which I use for other things, and when that box is down the NIC loses connectivity and DGindexNV doesn't work. When it's up then the NIC connection is restored and DG does work ... Is it possible for DG not to depend on the boot state of another machine ? Last edited by hydra3333; 4th July 2010 at 03:08. |
|
|
|
|
|
#1917 | Link |
|
Registered User
Join Date: May 2007
Location: Wisconsin
Posts: 2,272
|
Another XP SP2 system
AMD Quad core 3.2 GHz
SATA HDD (separate from C ![]() GT240 Latest NVidia driver Don't know about the cache issue, but for me there was definitely a difference. The source is a MPEG-2 elementary stream (don't do audio with my jobs, done separately), 11.6 GB. 2018 - 2:41 2018p - 1:43 I think the big reason for the time difference is the lack of waiting for the buffer. The hesitation is gone. There is now a consistent reading of the source file. Based on test results from Win7 users, it is another reason I'm not leaving XP.
Last edited by MrVideo; 4th July 2010 at 18:23. |
|
|
|
|
|
#1918 | Link |
|
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 3,073
|
The test I promised you.
Windows 7 x64 - 3 x Raptor 300GB Raid 0 ~ 300 MB/s average read ![]() Rocky Balboa BD ![]() DGIndex x86 standard - dgi only: 06m36s DGIndex x64 standard - dgi only: 05m15s ![]() DGIndex x86 optimized - dgi only: 04m27s DGIndex x86 standard - dgi with audio: 10m32s DGIndex x64 standard - dgi with audio: 10m30s DGIndex x86 optimized - dgi with audio: 06m00s DGIndex x86 standard - dgi with audio + video: 12m30s DGIndex x64 standard - dgi with audio + video: 14m05s ![]() DGIndex x86 optimized - dgi with audio + video: 10m57s P.S: When reading mpls it could be nice to have language instead of PID XXXX in demuxed audio. ![]() P.P.S: Uh and an audio *beep* when finished should be nice too.
__________________
@turment on Telegram |
|
|
|
|
|
#1919 | Link | |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
Quote:
|
|
|
|
|
|
|
#1920 | Link | |
|
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 3,073
|
Quote:
Moreover: I use x64 and x86, could you please make x64 version look for license file in parent directory too?
__________________
@turment on Telegram |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|