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 > Announcements and Chat > General Discussion

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th June 2009, 22:45   #241  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by rica View Post
Confirmed for Vista32+DVBViewer as well.
We have two graphs behind the application as you know; one for capturing, the other one for playing.
When i connect and disconnect and after try to connect again to the playing graph, i can't see that but untouched capture graph remains but you will see both graphs in second trial with graphedit.
Still same here...

Last edited by rica; 14th June 2009 at 23:39.
rica is offline   Reply With Quote
Old 14th June 2009, 23:17   #242  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
Is DVD rendering implemented yet? The option always remains greyed out on the File menu. Thanks.
Inspector.Gadget is offline   Reply With Quote
Old 15th June 2009, 00:37   #243  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Quote:
Originally Posted by Inspector.Gadget View Post
Is DVD rendering implemented yet? The option always remains greyed out on the File menu. Thanks.
I've said it before, I'll say it again:
Code:
void CGraphView::OnFileRenderdvd()
{
}
No, it's not implemented. Yet.

np: B. Fleischmann - Aldebaran Waltz (Not Given Lightly (Disc 2))
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 15th June 2009, 09:33   #244  |  Link
RadScorpion
Registered User
 
Join Date: Jul 2003
Location: Bratislava, Slovakia
Posts: 147
... and I was beginning to worry that there was nothing left for me to finish.
RadScorpion is offline   Reply With Quote
Old 15th June 2009, 18:33   #245  |  Link
SurFan
Registered User
 
Join Date: May 2003
Posts: 2
Hi,

saving to xml still doesn't save pin connections

Ralph
SurFan is offline   Reply With Quote
Old 30th June 2009, 20:01   #246  |  Link
CiNcH
Registered User
 
CiNcH's Avatar
 
Join Date: Jan 2004
Posts: 567
Hi,

got a question...

is every filter in a graph able to trigger stop/run or just the host application or Graph Builder? Is it possible to find out who did that, so can graph messages be caught somehow?
__________________
Bye
CiNcH is offline   Reply With Quote
Old 3rd July 2009, 19:57   #247  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
I tried to run Decoder Performance test with Microsoft DTV-DVD Video Decoder (on Windows7) and result was quite promising!

Is this just me or this is some kind of bug?
Keiyakusha is offline   Reply With Quote
Old 4th July 2009, 02:01   #248  |  Link
Brazil2
Registered User
 
Join Date: Jul 2008
Posts: 532
It would be nice to add MTS and M2TS to the list of extensions for video files in the Open window dialog
Brazil2 is offline   Reply With Quote
Old 7th July 2009, 22:32   #249  |  Link
ipanema
Registered User
 
Join Date: Apr 2009
Posts: 93
I just found this thread - looks interesting.

The original GraphEdit seems to be unable to open .grf files which contain filters which are not present on the PC on which it is run. This might happen if the .grf file was created on a different PC, or one of more of the filters is "built-into" the program that created it (not an external DirectShow filter).

It's quite frustrating to be prevented from seeing any of the details in these .grf files when maybe only 1 filter is not present on your PC.

It would be great if it was possible to open these .grf files and see the filters and GUIDs, connections and media types even if some of the filters do not actually exist on the current PC.

Can this version of GraphEdit do that?

Later: I just managed to find a .grf file created by a program with an "internal" filter, and in GraphStudio it causes an error box which just says "Can not open file". Although the filter can not be found "externally" on the PC, the .grf file presumably still contains its GUID and information about how its pins are connected and their connection media types. So isn't it possible to just draw a dummy box for these filters labelled just with their GUID and with the pins properly connected?

Last edited by ipanema; 7th July 2009 at 22:50.
ipanema is offline   Reply With Quote
Old 10th July 2009, 14:27   #250  |  Link
JonE
Registered User
 
JonE's Avatar
 
Join Date: Sep 2008
Location: Birmingham (UK)
Posts: 69
@RadScorpion,
Minor bug to report.

I've had an instance of GraphStudio throwing an exception when interogating connected filter pins.

Exception is caused by not checking for a NULL when a media type indicates FORMAT_VideoInfo but pbFormat is NULL. (eg line 482 of object_details.cpp).

Strictly speaking, I guess this situation shouldn't occur ? However thing is this does not seem to effect the ye olde Microsoft GraphEdt.

Keep up the good work - GraphStudio is a fantastic util

TTFN,
Jon

PS : Forgot to note version I downloaded via SVN but first line of changes.txt is "[0.3.1.0 - Beta 13/December/2008]"
Attached Images
 
JonE is offline   Reply With Quote
Old 22nd July 2009, 14:06   #251  |  Link
Nexin
Registered User
 
Join Date: Dec 2007
Posts: 150
re-write:

Icons disapearing from view, forever chasing them and keeping graphstudio work are clean.

Can we not find a better way of dealing with this. I had tried smaller icons but feel 100% it just perfect.

Rather not have icons dissapear with each filter insert etc vertically downwards, or horizontal sideways.

What of inset and they get added to a list (not favourite but on the graphedit workspace. As favourite list is for most used not the tryout filters.

I don't know but something better would be nice.





Other things:

A 10 second time out for incompatible filters, 3 seconds would be nice if 10 seconds really isn't essential.

The favourite filter list having a right click option to remove a filter.

Connection manager i notice likes to crash out same as graphedit does.

Last edited by Nexin; 22nd July 2009 at 16:15.
Nexin is offline   Reply With Quote
Old 22nd July 2009, 14:09   #252  |  Link
Nexin
Registered User
 
Join Date: Dec 2007
Posts: 150
HAve been trying to build a graph recently for streaming pc1 to pc2 using a mpeg2 clip.

I have the stream via http file load thing and able to play it. Then it all goes wrong in trying to get it to transcode with directx xvid codec. I can do the audio but the video part find no filters to connect to the xvid encoder. Anyone through some help what goes between the avi mux and xvid encoder ?
Nexin is offline   Reply With Quote
Old 9th October 2009, 06:09   #253  |  Link
Valeron
Registered User
 
Join Date: Feb 2004
Location: Canton
Posts: 230
Problems with Chegepuga filter

I just try measuring decoder performance with Chegepuga filter in GraphStudio, but that seems it doesn't work. I've unchecked "Use Clock", but it still playback at constant fps.

I've just try graphedit, it works. So I think this might be a bug in GraphStudio, I'm using the lastest 0.3.2.0 beta.
Valeron is offline   Reply With Quote
Old 11th October 2009, 16:15   #254  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
Is there any info when we can expect new version?
Small feature request: UAC elevation when user trying to unregister filter, change merit or something. Also it will be nice to add "register" button somewhere near "unregister".
Keiyakusha is offline   Reply With Quote
Old 14th October 2009, 15:36   #255  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Is it me or the madVR is not listed as Renderer in the combobox from the Video Decoder Performance Test window ?

I'm using the last version...
Kurtnoise is offline   Reply With Quote
Old 14th October 2009, 19:39   #256  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
It's listed under "Graph" -> "Insert Filter", but not under "Graph" -> "Insert Video Renderer".

My assumption would be that an unknown DirectShow filter cannot be classified as being a renderer easily and MadVR simply isn't in GraphStudio's list of "known" renderer's yet
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 14th October 2009, 21:20   #257  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Anything with only input pins is likely to be a "Renderer".

Possible issue :- Daft filters that grow output pins after input connections. Hopefully the set size == 0
IanB is offline   Reply With Quote
Old 14th October 2009, 21:51   #258  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by IanB View Post
Anything with only input pins is likely to be a "Renderer".
Likely, but not necessary. There are other "sink" filters, like DirectShowSource in Avisynth and stuff.

Also: Is the number/kind of pins known in advance, before instantiating a filter ???
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 15th October 2009, 09:13   #259  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by LoRd_MuldeR View Post
Also: Is the number/kind of pins known in advance, before instantiating a filter ???
I think yes...
Kurtnoise is offline   Reply With Quote
Old 15th October 2009, 21:36   #260  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Quote:
Originally Posted by LoRd_MuldeR View Post
Likely, but not necessary. There are other "sink" filters, like DirectShowSource in Avisynth and stuff.
I guess it depends on your definition of renderer. To me DSS is a renderer (it renderers to AVS video frames and audio buffers). I guess the FileWriter might be the example you were looking for, but also that could be viewed as rendering to a file.

Quote:
Also: Is the number/kind of pins known in advance, before instantiating a filter ???
Well a filter only has to expose 1 pin at startup (else it's a pretty lame filter ) and can grow pins as requires, i.e. Infinite Tee. And I guess this lameness definition implies that at least 1 input and 1 output pin be required at startup.

As for "before instantiating" well I guess it is very hard to IPin::EnumPins() without doing so. Suggestion withdrawn
IanB 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 13:52.


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