[RESOLVED] Need some testing help please (full info dialog)

Support forum for DGDecNV
Post Reply
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

[RESOLVED] Need some testing help please (full info dialog)

Post by admin »

I need some testing help from you guys, please.

The Info dialog is currently not fully enabled during Save Project due to reports in the past of slowdowns when it is fully enabled on Win7. I recently brought up a Win7 machine and I am not able to duplicate this problem. So I have made a version of DGIndexNV that allows the user to enable or disable the full info log. To get this version just re-download version 2037, as I have slipped it in there.

To enable the full info log, just add the line:

fullinfo

...to the end of your DGIndexNV.ini file.

I need to know if anybody finds a significant difference in the Save Project time for the fullinfo and not fullinfo cases.

Thank you.
DAE avatar
mikeyakame
Posts: 4
Joined: Sun Sep 26, 2010 7:52 am

Re: Need some testing help please (full info dialog)

Post by mikeyakame »

I ran a couple of different test videos indexed with 64-bit DGIndex on Windows 7 SP1 beta with and without fullinfo in the ini.

Results were as follows:

~166000 frame 720x480 High@L4.1 MKV (x264 encoded)

No fullinfo - ~57s
Fullinfo - ~60s

~69600 frame 1920x1080 AVC M2TS (BD / LPCM 2.0 audio)

No fullinfo - ~135s
Fullinfo - ~135s

Results seem ok to me. Hope this helps!
User avatar
laserfan
Posts: 108
Joined: Thu Sep 09, 2010 5:16 pm

Re: Need some testing help please (full info dialog)

Post by laserfan »

I compared the 12/1 version result with the new "fullinfo" option on a 2hr 1080p program:

12/1/2010 version: 10m 53sec
1/14/2011 version: 10m 11sec

Didn't expect it to be faster but there you go. I'm running W7 64-bit, but DGDecNV's 32-bit exe.

May as well post the logs too. Hey DG would it be easy to put the version in the log ;) . I do also CLIP 0 0 0 8 fwiw:

Code: Select all

Stream Type: 
Video Type: AVC
Profile: 
Level: 
Coded Size: 
SAR: 
Display Size: 
Frame Rate: 
Colorimetry: 
Frame Structure: Frame
Frame Type: I
Coded Number: 182700
Playback Number: 182700
Frame Repeats: 0
Field Repeats: 0
Bitrate: 
Bitrate (Avg): 
Bitrate (Max): 
Elapsed: 0:10:53
Remain: 0:00:00
FPS: 
Info: Finished!

Code: Select all

Stream Type: Elementary
Video Type: AVC
Profile: High
Level: 4.1
Coded Size: 1920x1088
SAR: 1:1
Display Size: 1920x1080
Frame Rate: 23.976024 fps
Colorimetry: BT.709 [1]
Frame Structure: Frame
Frame Type: I
Coded Number: 182700
Playback Number: 182700
Frame Repeats: 0
Field Repeats: 0
Bitrate: 
Bitrate (Avg): 
Bitrate (Max): 
Elapsed: 0:10:11
Remain: 0:00:00
FPS: 
Info: Finished!
DAE avatar
ZooStation
Posts: 3
Joined: Sat Oct 02, 2010 8:02 pm

Re: Need some testing help please (full info dialog)

Post by ZooStation »

Athlon64 X2 @ 2,6 Ghz
2 GB of RAM
460 GTX 768 MB
Windows Seven x64 doing nothing but testing.

Tested with two files on the first partition of an auxiliary 1 TB HDD, neglectable fragmentation, no throughput issue.
6 runs in a row, program restarted after each set of runs, times in seconds.

Code: Select all

- File #1

H264 MBAFF raw file
1440*1088
142440 frames
3.04 GB

no fullinfo:  41, 41, 41, 42, 41, 41
		
   fullinfo:  43, 43, 43, 43, 43, 43


- File #2 

MPG container
720*576 mpeg2, one 192 mp2 audio stream
135360 frames
3.00 GB

no audio demux, no fullinfo:  58, 59, 57, 58, 58, 57

no audio demux,    fullinfo:  59, 58, 59, 59, 59, 60

   audio demux, no fullinfo:  45, 44, 45, 46, 45, 45

   audio demux,    fullinfo:  46, 46, 47, 47, 47, 46
Yes, demuxing the audio stream brings better performance. :shock:

Unrelated stuff: While testing with audio demuxing, I noticed that the stream only appears in the information window during the first run, not during the following runs (although demuxed again).
Post Reply