Log in

View Full Version : TRP to AVI video encoding help


Pages : 1 [2] 3

PzSniper
22nd September 2009, 22:31
I specifically asked where to get the MEGUI you are using. I am not going to keep asking you for things twice.

Second, this stream mixes MBAFF and PAFF and so you cannot decode it properly with DGAVCDec. You need DGAVCDecNV.

Oh ok, i'll try DGAVCDecNV Version 1.0.13 in few mins.

Sorry, i just missed that part: MuGui came from here http://sourceforge.net/projects/megui/ latest .1056 release.

Any luck with your TRP encoding yet?

PS:
Donald, don't be so angry with me, already stated i'm a noob on video encoding..c'on :) *hugs*

PzSniper
22nd September 2009, 22:34
No, dropping my HD .trp on DGAVCDecNV complains abt a missing "license"...what's that? O_o

PzSniper
22nd September 2009, 22:47
No, dropping my HD .trp on DGAVCDecNV complains abt a missing "license"...what's that? O_o

Ok check PM here, i gave you my 15$ bucks for the "development support" heheh.

Hope this will solve my problems, and i'm quite happy to help you developing amazing tools like this.

Now i become a registered supporter of neuron2.net, can i ask you which are the other "licensed tools" you wrote?

PS:
I suggest you to add on missing license nag some more text lines like:

This program requires a license that you can obtain from me by donating $15.00 to become a registered supporter of neuron2.net.
Purchase it at: http://neuron2.net/dgavcdecnv/dgavcdecnv.html

that would be more user friendly hehe :)

Guest
22nd September 2009, 23:41
I hope you have a supported Nvidia graphics card. Which one do you have?

PzSniper
23rd September 2009, 19:46
I hope you have a supported Nvidia graphics card. Which one do you have?


8800 GTS 320Mb latest forceware

Oh god... -_- another problem...

Guest
23rd September 2009, 20:11
That card is not supported as it has a VP1 engine.

http://en.wikipedia.org/wiki/PureVideo#Table_of_PureVideo_.28HD.29_GPUs

Would you like me to refund your donation?

PzSniper
23rd September 2009, 21:09
That card is not supported as it has a VP1 engine.

http://en.wikipedia.org/wiki/PureVideo#Table_of_PureVideo_.28HD.29_GPUs

Would you like me to refund your donation?

Oh great!
It's not about money, just send me the license b/c i'm gonna change my whole pc in 1 months, it's becase now i dunno how to index those trp!

e, help me... suggest me somether way to create a working files form MeGui like NON HD trp.. please :(

It's 3rd time i ask you how went with TRP file you downloaded..please tell me something sinceu wrote before "not going to keep asking you for things twice." :P

Guest
23rd September 2009, 21:37
Oh great!
It's not about money, just send me the license b/c i'm gonna change my whole pc in 1 months, it's becase now i dunno how to index those trp! I need the machine ID to make the license, so if you don't have the machine yet I can't give you the license. It won't work with your current graphics card.

e, help me... suggest me somether way to create a working files form MeGui like NON HD trp.. please :( Use DSS2() as your source filter.

It's 3rd time i ask you how went with TRP file you downloaded..please tell me something sinceu wrote before "not going to keep asking you for things twice." :P It decodes perfectly with DGAVCDecNV as I expected. I haven't had time to look at the problem with the analysis in MEGUI, but who cares anyway? The analysis feature is unreliable and, IMHO, should be avoided anyway because you can do a much better job using your own eyes and brain.

PzSniper
23rd September 2009, 22:52
I Use DSS2() as your source filter.


Can you "elaborate" this?

Inspector.Gadget
23rd September 2009, 23:03
DSS2 is DirectShowSource 2. Unlike the original DSS, it is frame-accurate. If it matters, DSS2 does not do audio. The required plugin is called AVSS.dll and comes with the download of Haali's Media Splitter - simply copy it to your Avisynth\plugins folder and invoke it in your script as follows:

DSS2("C:\Users\PzSniper\Myfile.trp")

Because it does not do audio, you'll have to do something else if you want to re-encode audio; either:

1) Use eac3to to demux the audio from your source TS (TRP) and load it into MeGUI's audio section as usual; -OR-
2) Open your source TS directly in the audio section and see if MeGUI's behind-the-scenes use of DirectShowSource works to pass the data to your chosen audio encoder.

The no PAT/PMT thing may mess either of these methods up; neuron2 will of course know more about that than I do.

PzSniper
23rd September 2009, 23:10
DSS2 is DirectShowSource 2. Unlike the original DSS, it is frame-accurate. If it matters, DSS2 does not do audio. The required plugin is called AVSS.dll and comes with the download of Haali's Media Splitter - simply copy it to your Avisynth\plugins folder and invoke it in your script as follows:



Because it does not do audio, you'll have to do something else if you want to re-encode audio; either:

1) Use eac3to to demux the audio from your source TS (TRP) and load it into MeGUI's audio section as usual; -OR-
2) Open your source TS directly in the audio section and see if MeGUI's behind-the-scenes use of DirectShowSource works to pass the data to your chosen audio encoder.

The no PAT/PMT thing may mess either of these methods up; neuron2 will of course know more about that than I do.


Ok thanx lot Inspector, for now i'm not going to change my pc for 1 month or 2, ater that will use the tool of neuron2 i've already bought.

I'm going thru the 1 option and report back.

Thanx!

PS:
when you have time, please, downlaod my sample and process it... hope you don't mind..

Guest
23rd September 2009, 23:14
Bear in mind that to use DSS2() you'll need a functioning DirectShow decoder for AVC video.

when you have time, please, downlaod my sample and process it... hope you don't mind.. How would that help you?

PzSniper
23rd September 2009, 23:18
Bear in mind that to use DSS2() you'll need a functioning DirectShow decoder for AVC video.


Ehm, you are very helpful guys and can't thank you both enought.

But i'm lost here how do i user thso"DSS2("C:\Users\PzSniper\Myfile.trp") " on the script, now i put avss.dll inside plugin folder...

please be good, talk like a 5yo children hehe...

DirectShow decoder for AVC? How do i get it?

Guest
23rd September 2009, 23:36
Moved to Newbies and removed "[RESOLVED]" in the title.

Inspector.Gadget
23rd September 2009, 23:44
But i'm lost here how do i user thso"DSS2("C:\Users\PzSniper\Myfile.trp") " on the script, now i put avss.dll inside plugin folder...

You can use that as the first line of a script that you make in Notepad. Alternately, open your TRP directly in MeGUI's Avisynth script creator and set up all your processing BUT before encoding replace MeGUI's DirectShowSource() line entirely with DSS("") pointing to your source file between the quotes.

DirectShow decoder for AVC? How do i get it?

Download and install ffdshow-tryouts latest 32-bit build from the SourceForge page. In "video encoder configuration", under the "Codecs" tab, set the decoder for AVC/H.264 to be "ffmpeg-mt". Make sure none of the processing filters are checked and that in the "Ouput" tab YV12 is checked and I420/IYUV is unchecked.

PzSniper
24th September 2009, 01:16
You can use that as the first line of a script that you make in Notepad. Alternately, open your TRP directly in MeGUI's Avisynth script creator and set up all your processing BUT before encoding replace MeGUI's DirectShowSource() line entirely with DSS("") pointing to your source file between the quotes.


I'm stuck here, it complains can't find the Nationalgeo Hd @1231a894.demuxed.avi file, and tha's true coz DGAVCIndex gave me Nationalgeo Hd @1231a894.demuxed.264

DSS2("J:\Archivio REC\Nationalgeo Hd @1231a894\Nationalgeo Hd @1231a894.dga")
Load_Stdcall_Plugin("V:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=1)
#crop
#resize
#denoise


This happen when i click SAVE on script.

***UPDATE***
Weird, i restarted the process and now MeGUi accepted the scrip, fine, but can i use Nationalgeo Hd @1231a894 PID 9d3 3_2ch 48KHz 384Kbps DELAY -1127ms.ac3 created by DGAVCIndex on audio field?

Inspector.Gadget
24th September 2009, 01:28
Yes, that will be fine on the audio. And you don't need to demux any video when encoding a source indexed with DGAVCIndex! Demux the audio, and load the project file; leave the video in the container.

Inspector.Gadget
24th September 2009, 01:34
Also, I follow this thread. In all likelihood I will be automatically alerted before checking my private messages.

Guest
24th September 2009, 02:14
I don't know about you PzSniper. You just don't LISTEN.

I told you not to use DGAVCDec on this as it will not decode it properly.

We also told you to use DSS2() on your transport stream, not on an AVI or DGA file.

I'm going to recuse myself until you show some signs of paying attention.

PzSniper
24th September 2009, 02:24
Ok now i've finished, encoding seems fine but video quality is not, unfortunately i have video artifacts, so please judge yourself downloading it here: http://rapidshare.com/files/284165904/Nationalgeo_Hd__1231a894-muxed.avi

General
Complete name : J:\Archivio REC\Nationalgeo Hd @1231a894\Nationalgeo Hd @1231a894-muxed.avi
Format : AVI
Format/Info : Audio Video Interleave
Format profile : OpenDML
File size : 26.4 MiB
Duration : 1mn 59s
Overall bit rate : 1 849 Kbps
Writing application : AVI-Mux GUI 1.17.7, Aug 8 2006 20:59:17

Video
ID : 0
Format : MPEG-4 Visual
Format profile : AdvancedSimple@L5
Format settings, BVOP : Yes
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 1mn 59s
Bit rate : 1 722 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.033
Stream size : 24.6 MiB (93%)
Writing library : XviD 1.2.1 (UTC 2008-12-04)

Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Codec ID : 55
Codec ID/Hint : MP3
Duration : 1mn 58s
Bit rate mode : Variable
Bit rate : 115 Kbps
Nominal bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 1.63 MiB (6%)
Alignment : Aligned on interleaves
Interleave, duration : 24 ms (0.60 video frame)
Interleave, preload duration : 200 ms
Title : Nationalgeo Hd @1231a894 PID 9d3 3_2ch 48KHz 384Kbps DELAY 0ms
Writing library : LAME3.98r
Encoding settings : -m j -V 4 -q 2 -lowpass 17 --abr 128




Video came from 136mb TRP to 27mb XVID :)
For now i've preferred encofinh it as normal divx/mp3 we did until now, after i will tweak process as you taught me on second page :)

Thanx as always Inspector

@neuron2

Please stop treating me like an idiot, if you do not wish to *waste* time helping me out just click other topics, i stated i'm new, i'm not motherenglish, i need patience, i don't know very well tools and yout techy terms. Inspector gadget maybe isn't expert like you but have something you sometimes miss reading your words: kind and patience.
Tak o offence from my word, i'm just tired to read "hate" underlines when you talk to me on PM or Board.

back in topic..

DGAVCDec is my only option...
i've thought to use DSS2 on my .trp AFTER DGAVCDec demux...ok, i did a mistake, maybe i misunderstood something... that's all. I dunno why, but in someway it worked anyway, program complained abt an avi, but maybe it just need a restart, so don't care.

Now, if you wish take a look at the final avi, in meantime i will try this procedure on TRP directly.

Apologies if i'm so "stupid" -_-

PzSniper
24th September 2009, 02:28
Dropping .trp into MeGui Avisynth script creator video imput,program show this:

Unable to render the file. You probably don't have the correct filters installed.

Should i just ignore it? I can't set any option then, they are all greyed out.

PzSniper
24th September 2009, 19:47
Inspector.Gadget i did what you said, now i'm back from work and i can't continue coz, as you read above, last night used DSS2() on my trp but MeGui won't let me. Something wrong happened, please help :(

Inspector.Gadget
24th September 2009, 20:04
Unable to render the file. You probably don't have the correct filters installed.

You need a DirectShow H.264 decoder. Install botH Haali Media Splitter and ffdshow-tryouts latest (make sure to configure it as I described at 18:44)

Inspector.Gadget
24th September 2009, 20:05
Also:

Bit rate : 1 722 Kbps
Width : 1 920 pixels
Height : 1 080 pixels


The quality here has got to be AWFUL. Either vastly shrink the frame dimensions or vastly increase the bitrate.

PzSniper
24th September 2009, 20:14
You need a DirectShow H.264 decoder. Install botH Haali Media Splitter and ffdshow-tryouts latest (make sure to configure it as I described at 18:44)

Above all, thanx for coming here Inspector, as always...

I've already installed Haali Media Splitter 1.9.42.1 and ffdshow rev3055 2009.08-16.

Should i unistall ffdshow install ffdshow-tryouts?

Inspector.Gadget
24th September 2009, 20:15
No, that's fine: newer ffdshow updates ARE part of the ffdshow-tryouts fork. Make sure to configure it as above and then try your script again (making sure to modify it to use DSS2 after detecting interlacing, etc.)

PzSniper
24th September 2009, 20:40
In "video encoder configuration", under the "Codecs" tab, set the decoder for AVC/H.264 to be "ffmpeg-mt". Make sure none of the processing filters are checked and that in the "Ouput" tab YV12 is checked and I420/IYUV is unchecked.

All setting were as you write by stock... so this isn't a problem because error happened anyway.

Try other ffdshow? I set DSS2 even befoe but deinterlacing has to be set manully following same of NOT HD .TRP option.

So now, i'm running out of option..

Inspector.Gadget
25th September 2009, 00:28
What error are you getting?

Also, I misspoke: do all that in the video decoder configuration (I hope you caught my error).

PzSniper
25th September 2009, 00:32
Tried to write AVS script manually and just loading it directly into MeGui

DSS2("J:\Archivio REC\Nationalgeo +1 @12443adb\Nationalgeo Hd @1231a894.trp")
Load_Stdcall_Plugin("V:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=-1)
#crop
#resize
#denoise

This give me "Can't open...bla bla... Nationalgeo +1 @12443adb.trp: 80040216 Error" on .trp file when script is dragged inside MeGui AVS fiels

IDEA!
Should i add "LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\avss.dll")" somewhere?

Guest
25th September 2009, 00:56
If you were missing the plugin you would have got a different error message.

I tried your sample with both DirectShowSource() and DSS2() in conjunction with CoreAVC, and with both the transport stream and the demuxed elementary stream. I could not get either one to work. I don't know why and it's not my code so please don't ask me to do anything about it. Haali is the guy.

However, DGAVCDecNV handles it perfectly. So go out and buy a supported Nvidia card. You can get them for $50 and up.

PzSniper
25th September 2009, 01:07
If you were missing the plugin you would have got a different error message.

I tried your sample with both DirectShowSource() and DSS2() in conjunction with CoreAVC, and with both the transport stream and the demuxed elementary stream. I could not get either one to work. I don't know why and it's not my code so please don't ask me to do anything about it. Haali is the guy.

However, DGAVCDecNV handles it perfectly. So go out and buy a supported Nvidia card. You can get them for $50 and up.

Thank you very very much for your time on this topic (and have dl my sample to process), i hope at least it could be useful for other ppl here, we have reached a decent 1000+ visit :)

Ok Neuron2 at this point i'm going to put this project on HOLD until i'll upgrade my whole pc. I'm not hurry to decode those TRP they can wait (wasting 50€ isn't wise, i fortunately don't have money problem, but wasting is bad.). I'm happy to have bought DGAVCDecNV and will contact you when new GPU will be here.

I also wish to say: thank you very very much Inspector Gadget, you helped me from beginning and every small steps forward on a/v coding knoweldge it's a great goal for me.

I'm sure we will read us soon again guys.

Out.

Inspector.Gadget
25th September 2009, 01:33
One last thing to try: Gabest's MPEG-TS splitter instead of Haali's.

Guest
25th September 2009, 01:53
I don't think it's the splitter, because the ES would also not open.

Inspector.Gadget
25th September 2009, 02:29
OK, thanks for the clarification.

Inspector.Gadget
25th September 2009, 06:08
Messed around with the sample tonight and found the following:

If you demux the video stream with eac3to to a new MKV, and open that in MeGUI's AVS script creator using DirectShowSource (which calls Haali's Media Splitter -> CoreAVC Video Decoder), your source can be opened in MeGUI. Seeking works fine with DSS so I think frame accuracy with DSS2 should be OK. Here's the problem: as neuron2 mentioned above, this stream contains some types of interlacing. Normally, CoreAVC can decode them without fail. In the present case, using the script creator, CoreAVC will decode the video fine but will not apply deinterlacing regardless of the settings used - even though, AFAIK, the interlacing information is all still present in the H.264 stream.

So you can open the newly muxed MKV with DSS2 and then call YADIF or whatever, but this remains a subpar situation because YADIF is "dumb" relative to the decoder in DGIndexNV and will read interlacing information from Avisynth rather than from the stream.

Edit: TS Doctor does nothing but crash on my Vista Home Premium x64 SP2 install so I have been unable to find out whether that might allow for more direct workarounds - which would presumably still leave you with the MBAFF decoding issue.

PzSniper
29th September 2009, 20:02
However, DGAVCDecNV handles it perfectly. So go out and buy a supported Nvidia card. You can get them for $50 and up.

I'm back... hi neuron2,

As you know today at my office pc i tried to process file with DGAVCDecNV ans worked fine on 8600GT.

So app gave me:

Nationalgeo Hd @12305897.Joined.demuxed.264
Nationalgeo Hd @12305897.Joined.dga
Nationalgeo Hd @12305897.Joined PID 9d3 3_2ch 48KHz 384Kbps DELAY -1143ms.ac3

what should i do now? Which steps with MeGui?

PS:
Tried to drag .dga to megui avs script but give me this:
http://i37.tinypic.com/wa3tso.jpg

Can i ask you to be more detailed on what you did last night with my trp?

Guest
29th September 2009, 23:39
I don't support MEGUI but I can tell you that you may need to configure it to point to the correct components. You should go to the MEGUI thread for support. Are you aware that you can do things manually without MEGUI?

Also, don't try to drag a DGA file to MEGUI. Just open your AVS script in the usual way. Forget the script creator and all that silliness.

I now deprecate anything but NV beta 10. I explained in email to you how to make that work. Upgrade to the latest Nvidia driver. If that is not possible, then set UseD3D=1.

Regarding your clip, I simply opened it in DGAVCIndexNV beta 10 and played it.

PzSniper
30th September 2009, 00:32
I don't support MEGUI but I can tell you that you may need to configure it to point to the correct components. You should go to the MEGUI thread for support. Are you aware that you can do things manually without MEGUI?

Also, don't try to drag a DGA file to MEGUI. Just open your AVS script in the usual way. Forget the script creator and all that silliness.


Ehm... sorry but i tried something following your post above but can't process file as i did before errors errors errors... can you help me following me to avoid issues and errore manually? Or at least create a sample .avs to load into MeGui (Inspector.Gadget?)

Guest
30th September 2009, 00:39
You have to tell us what you did and what the errors were.

Manual operation is easy.

1. Open your TRP in DGAVCIndexNV.

2. Save Project.

3. Make AVS script as described in Quick Start guide.

4. Start the CUVIDServer.

5. Run x264.exe on the AVS script. Or HCEnc if you want to make MPEG2.

6. Mux resulting 264 file with the audio into MKV using mkvtoolnix.

Try that and say when you run into a problem and what it is. I'm here all night and will try to keep you moving along.

PzSniper
30th September 2009, 01:06
Oh thanx a lot for your support neuron2, but before starting process, i need to ask if on these steps it's needed the supported GPU as usual, if so, i need to postpone everythings tomorrow morning at my office.

Since i already have Nationalgeo Hd @12305897.Joined.demuxed.264 and .ac3 can i jump straight to step 6? I wish to have a normal MPEG2 Xvid with HD res 1920x1080 and high bitrate (8000?).

Guest
30th September 2009, 01:20
Since i already have Nationalgeo Hd @12305897.Joined.demuxed.264 and .ac3 can i jump straight to step 6? I wish to have a normal MPEG2 Xvid with HD res 1920x1080 and high bitrate (8000?). First, there is no such thing as an MPEG2 Xvid. Xvid is MPEG4. So tell me what you really want: MPEG2 or Xvid.

Either way, you cannot jump straight from a demuxed 264 elementary stream to MPEG2 or Xvid. You have to do the transcoding. Transcoding requires decoding the source and then encoding the target file. This is what will happen:

Decoding: use DGAVCDecodeNV DLL via the AVS script. This will run on the GPU.

Encoding: Open the AVS script in the encoder you want.

BTW, you did not need to demux the video and it will not be used in the process. DGAVCDecodeNV will read from the transport stream.

PzSniper
30th September 2009, 01:34
First, there is no such thing as an MPEG2 Xvid. Xvid is MPEG4. So tell me what you really want: MPEG2 or Xvid.

Sorry, just a typo, i meant Xvid MPEG4, like all files i've encoded since now.


Decoding: use DGAVCDecodeNV DLL via the AVS script. This will run on the GPU.

Encoding: Open the AVS script in the encoder you want.


Ok that's the problem, so i can't run this on my home pc.. too bad, need to keep free time tomorrow at office then.

I tried to open this:

LoadPlugin("F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\dgavcdecnv1013\DGAVCDecodeNV.dll")
AVCSource("J:\Archivio REC\Nationalgeo Hd @12305897\Nationalgeo Hd @12305897.Joined.dga")
#deinterlace
#crop
LanczosResize(1920,1080) # Lanczos (Sharp)
#denoise

into VirtualDub-1.9.6 but i can't with this old GPU. Can you at least tell me if this script would work?

For the audio is this one correct?
LoadPlugin("...\DGAVCDecodeNV.dll")
video=AVCSource("Nationalgeo Hd @12305897.Joined.dga")
audio=AC3Source("Nationalgeo Hd @12305897.Joined PID 9d3 3_2ch 48KHz 384Kbps DELAY -1143ms.ac3")
AudioDub(video,audio)

What abt usual deinterlace i applied before? See post above, 23rd on 2nd page. This videos come directly from Sky broadcast.

Last step, i've read this into your guide: "If you just want to make an AVI out of your video, it's easy. Open the AVS in VirtualDub, set your compression, and do Save AVI". This is for me right?

Guest
30th September 2009, 01:57
I tried to open this:

LoadPlugin("F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\dgavcdecnv1013\DGAVCDecodeNV.dll")
AVCSource("J:\Archivio REC\Nationalgeo Hd @12305897\Nationalgeo Hd @12305897.Joined.dga")
#deinterlace
#crop
LanczosResize(1920,1080) # Lanczos (Sharp)
#denoise

into VirtualDub-1.9.6 but i can't with this old GPU. Can you at least tell me if this script would work? I've already told you twice to use NV beta 10. This is the third time. Download it and use the documents and executables from the NV beta 10 ZIP.

For the audio is this one correct?
LoadPlugin("...\DGAVCDecodeNV.dll")
video=AVCSource("Nationalgeo Hd @12305897.Joined.dga")
audio=AC3Source("Nationalgeo Hd @12305897.Joined PID 9d3 3_2ch 48KHz 384Kbps DELAY -1143ms.ac3")
AudioDub(video,audio) See above.

What abt usual deinterlace i applied before? See post above, 23rd on 2nd page. This videos come directly from Sky broadcast. To deinterlace, either enable it with the DGSource() call, or add an external one in your script.

Last step, i've read this into your guide: "If you just want to make an AVI out of your video, it's easy. Open the AVS in VirtualDub, set your compression, and do Save AVI". This is for me right? Yes.

PzSniper
30th September 2009, 17:06
To deinterlace, either enable it with the DGSource() call, or add an external one in your script.


Please elaborate this with an example script...

Ok now i'm at office and did this:

1- Got Nationalgeo Hd @12319ba8.Joined.trp and processed with DGAVCIndexNV.exe beta, it opens and play fine.

2- It gave me Nationalgeo Hd @12319ba8.Joined.dga, Nationalgeo Hd @12319ba8.Joined.trp and Nationalgeo Hd @12319ba8 PID 9d3 3_2ch 48KHz 384Kbps DELAY -759ms.ac3

here's the log:

Stream Type: Transport [188]
Profile: Main
Level: 4
Coded Size: 1920x1088
SAR: 1:1
Display Size: 1920x1080
Frame Rate: 25.000000 fps
Colorimetry: BT.709 [1]
Frame Structure: Fields (TFF)
Frame Type: P
Coded Number: 79745
Playback Number: 79745
Frame Repeats: 0
Field Repeats: 0
Bitrate: 4.701
Bitrate (Avg): 8.803
Bitrate (Max): 19.764
Audio Stream: 9d3: AC3 3/2 48 384
Elapsed: 0:01:59
Remain: 0:00:00
FPS:
Info: Finished!


3- Following DGAVCDecNV Quick Start Guide Version 1.0.13, manually created this script:

LoadPlugin("E:\NVbeta\DGAVCDecodeNV.dll")
AVCSource("E:\Nationalgeo Hd @12319ba8\Nationalgeo Hd @12319ba8.Joined.dga")

4- Started the CUVID Server

6- Dragging into VirtualDub 1.9.6.. DOESN'T WORK... here's the error:
http://i38.tinypic.com/j7c8ba.jpg

I can't continue...

PS:
I don't have nvcuvid.dll inside your .zip just got it from my nvidia driver version: 8.16.11.9103 dated 19/09/2009
I moved DGDecodeNV.dll to C:\Program Files\AviSynth 2.5\plugins to be sure.

Guest
30th September 2009, 18:42
I assume you are using NV beta 10 as I asked.

Then, you need this script:

LoadPlugin("E:\NVbeta\DGDecodeNV.dll")
DGSource("E:\Nationalgeo Hd @12319ba8\Nationalgeo Hd @12319ba8.Joined.dga")

Sorry, I have the wrong QuickStart guide in the ZIP file. I'll fix that tonight.

If the DLL is in plugins, then omit the LoadPlugin() call.

PzSniper
30th September 2009, 20:16
Thanx neuron2, but i must wait tomorrow morning to test this... will report back

PzSniper
28th October 2009, 23:00
Hi Neuron,

As you know i'm back with new rig and GTX295 VC4.

My file is Discovery Hd @12334954 .trp

Read all my previous steps and did the same as i wrote 2 post above: 30th September 2009, 18:06

Well, obviously used dgdecnv200b1 and saved only file, NOT demuxed.

After i've got this:

Discovery Hd @12334954 PID 5dd 3_2ch 48KHz 384Kbps DELAY -1694ms.ac3
Discovery Hd @12334954.dga

Stream Type: Transport [188]
Profile: Main
Level: 4
Coded Size: 1920x1088
SAR: 1:1
Display Size: 1920x1080
Frame Rate: 25.000000 fps
Colorimetry: BT.709 [1]
Frame Structure: MBAFF
Frame Type: B
Coded Number: 8367
Playback Number: 8367
Frame Repeats: 0
Field Repeats: 0
Bitrate: 8.261
Bitrate (Avg): 6.663
Bitrate (Max): 14.301
Audio Stream: 5dd: AC3 3/2 48 384
Elapsed: 0:00:17
Remain: 0:00:00
FPS:
Info: Finished!


Created script like this:
LoadPlugin("F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\dgdecnv200b1\DGAVCDecodeNV.dll")
DGSource("F:\1- AV SOSPESI\Discovery Hd @12334954\Discovery Hd @12334954.dga")

i also dropped DGAVCDecodeNV.dll inside: C:\Program Files\AviSynth 2.5\plugins AND into F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\VirtualDub-1.9.6\plugins

After loading it on Virtualdub gave same error...

please, help... :(

PS:
CUVIDServer.exe Often crash, dunno why...
Faulting application name: CUVIDServer.exe, version: 0.0.0.0, time stamp: 0x4ae390f0
Faulting module name: nvcuvid.dll, version: 8.16.11.9107, time stamp: 0x4ac006e3
Exception code: 0xc0000005
Fault offset: 0x0002527a
Faulting process id: 0x8bc
Faulting application start time: 0x01ca581ad07831a9
Faulting application path: F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\dgdecnv200b1\CUVIDServer.exe
Faulting module path: C:\Windows\system32\nvcuvid.dll
Report Id: 53c74988-c40e-11de-9b12-90e6ba6031a9

Running 191.07 Forceware on Windows 7 Retail.
nvcuvid.dll is 8.16.11.9107

Guest
28th October 2009, 23:58
There is no DGAVCDecodeNV.dll in the 200b1 distribution.

Why are you using it?

Use DGDecodeNV.dll from the ZIP file.

PzSniper
29th October 2009, 18:43
You are right it was just a typo since i copied from old script, here's new fixed .avs

LoadPlugin("F:\Archivio File\C-Tech 5000 HD Combo Plus\LINK CONVERSIONE\dgdecnv200b1\DGDecodeNV.dll")
DGSource("F:\1- AV SOSPESI\Discovery Hd @12334954\Discovery Hd @12334954.dga")

When dragged into Virtualdub mouse waiting pointer appear and then CUVIDServer.exe crash.... i've installed Win 7 two days ago. Obviously also Nvidia drivers...

Guest
30th October 2009, 00:27
Are you running the latest 200b1 CUDVIDServer?

Did you get rid of all copies of nvcuvid.dll that may be lying around except the one installed by the latest Nvidia driver?

You try the CUVIDClient sample application too, to see if that also crashes.