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

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 23rd November 2008, 13:27   #21  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
I guess because all of the broadcast related stuff like PID, PAT and all the other things you need careful worked out parser logic for that (what do you parse?,when do you parse?,in which situations do you override bitstream values with container level values?)
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 23rd November 2008 at 13:30.
CruNcher is offline  
Old 23rd November 2008, 14:32   #22  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by CruNcher View Post
in which situations do you override bitstream values with container level values?)
There is no container for transport streams, there is only the bitstream.
Guest is offline  
Old 23rd November 2008, 23:55   #23  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
Of course you right, for transport stream every Video related decision is left @ the bitstream level and it's flags, it would only count for the other most used formats
Maybe in bob0r example the problem of not being able to parse those files is caused by missing PAT/PMT or not able to find the correct PID ?
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 23rd November 2008 at 23:58.
CruNcher is offline  
Old 23rd November 2008, 23:59   #24  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by CruNcher View Post
Maybe in bob0r example the problem of not being able to parse those files is caused by missing PAT/PMT or not able to find the correct PID ?
Could be. If he would post one, I could determine that.
Guest is offline  
Old 24th November 2008, 06:38   #25  |  Link
Sagekilla
x264aholic
 
Join Date: Jul 2007
Location: New York
Posts: 1,752
@neuron2: Is there any possibility of a merge of DGVC1DevNV and DGAVCDecNV into one program, possibly when both are more mature?
__________________
You can't call your encoding speed slow until you start measuring in seconds per frame.
Sagekilla is offline  
Old 24th November 2008, 13:56   #26  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,281
rambo2.split.49.ts
Audionut is offline  
Old 24th November 2008, 14:18   #27  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Sagekilla View Post
@neuron2: Is there any possibility of a merge of DGVC1DevNV and DGAVCDecNV into one program, possibly when both are more mature?
It's possible but I'll decide that later.
Guest is offline  
Old 25th November 2008, 12:49   #28  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
Might be a stupid question, but will I be able to use this tool w/o a nVidia card?
liquidator87 is offline  
Old 25th November 2008, 13:03   #29  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,281
Quote:
Originally Posted by liquidator87 View Post
Might be a stupid question, but will I be able to use this tool w/o a nVidia card?

From the first post in this thread.

Quote:
Originally Posted by neuron2 View Post
For those not acquainted with my tools, the NV on the end denotes a version that runs on an Nvidia graphics card GPU.
Audionut is offline  
Old 25th November 2008, 18:27   #30  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
Soooo.... well, another question: assuming I've an nVidia card, any chance to get this tool on linux?
liquidator87 is offline  
Old 25th November 2008, 19:03   #31  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Avisynth does not run under Linux.
Guest is offline  
Old 25th November 2008, 21:10   #32  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
Well in some ways... it does. Using avs2yuv and wine, I'm able to make encodes, if the source is something that does not depend from DirectShow (which obviously doesn't exist on linux).
For example, DGAVCDec and DGMPGDec are great for this, but with VC1 there's not a reliable source filter yet, since FFMpegSource is still young and DirectShowSource can't work on linux...
liquidator87 is offline  
Old 25th November 2008, 21:46   #33  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
That's not really Linux.. Wine is a Windows Emulator so it's basically Windows. And add to that the added complexity of low level hardware drivers that you need to wrap around to - apparently some have done it but I have my doubts that you'll get any kind of support for such a hack from either nVidia or neuron2. There's a reason why nVidia just recently released VDPAU..

And I think it's time to get back on topic.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 25th November 2008, 23:02   #34  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
CUDA video decoding is currently tied to D3D so porting to Linux is not an option.

DGVC1IndexNV is finished. I hope to have the source filter done by Monday. Then I'll make a release. BTW, existing licenses will work for this and any future closed tools I may make.

Last edited by Guest; 25th November 2008 at 23:05.
Guest is offline  
Old 27th November 2008, 04:19   #35  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Here's a pre-alpha of DGVC1IndexNV. Your existing DGAVCDecNV license file can be used.

I'd appreciate any test results. I'm starting the DGVC1DecodeNV component now.

http://neuron2.net/misc/DGVC1IndexNV.zip

It supports Advanced profile ES, TS, and M2TS. Please update nvcuvid.dll with the included one.
Guest is offline  
Old 27th November 2008, 05:15   #36  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,281
Working fine here with the few streams I have.

I've got some more VC1 blu-ray on their way.
Audionut is offline  
Old 27th November 2008, 05:44   #37  |  Link
bigotti5
Spielberger
 
bigotti5's Avatar
 
Join Date: Feb 2005
Posts: 838
Should 'Honor Pulldown Flags' work?
It does not here...
bigotti5 is offline  
Old 27th November 2008, 06:06   #38  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Not yet implemented. May I please have your stream for testing?
Guest is offline  
Old 27th November 2008, 07:15   #39  |  Link
woah!
Registered User
 
Join Date: Oct 2003
Posts: 435
with the 00006.m2ts file i linked earlier too, i get a error 700 message with it. not with the other 2 tho...






and here another clip for you..

http://tinyurl.com/6bsdt4
woah! is offline  
Old 27th November 2008, 07:36   #40  |  Link
bigotti5
Spielberger
 
bigotti5's Avatar
 
Join Date: Feb 2005
Posts: 838
Here are real interlaced samples, PAL and NTSC

Pulldowned stream is only a selfmade bars sample
Attached Files
File Type: rar 1920_Pd.rar (7.4 KB, 44 views)
bigotti5 is offline  
Closed Thread

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 21:09.


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