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

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th June 2007, 14:46   #1541  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Well, since we're on the topic of ffdshow...

I'm currently working on a (to my surprise rather small) patch to scale all configuration dialogs horizontally - it's already working almost correctly, I've only got to fix a few small display problems and add an option to the translation templates that lets you choose the amount of scaling. Basically I'm just taking the dialogs created in Twindow's CreateDialog (IIRC) and stretch all controls horizontally, as Windows' mechanism of creating dialogs from templates is horribly un-configurable.

It's main purpose is to give the German translation more room for it's usually longer labels *WITHOUT* resorting to using Times New Roman as dialog font... *shudder*

I'm curious - who else here that could use a bit more horizontal space for translations? (Or maybe for the English version, even...)
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 27th June 2007, 15:01   #1542  |  Link
Seb.26
20-35 a win for Revolver.
 
Seb.26's Avatar
 
Join Date: Mar 2004
Location: FR.26
Posts: 221
Quote:
Originally Posted by foxyshadis View Post
It'd help if you can first raise yours to current SVN, in case there are any conflicts that you would know better how to take care of, but not necessary.
Ok, I will do this 3 points ( update&merge / upload on tracker / link release here )

Thanks for your help !
Seb.26 is offline   Reply With Quote
Old 27th June 2007, 16:43   #1543  |  Link
multiblitz
Registered User
 
Join Date: Dec 2004
Posts: 39
Quote:
Originally Posted by DeepBeepMeep View Post
Good to read that Haali and the ffdshow team have progressed on this issue ! As long as the IVTC flags are given by the the splitter and the timestamps are properly set, there isn't any need to implement RFF (that is to repeat fields in the output). This flag is only useful to display progressive content on an interlaced display (by turning a 24fps progressive movie into a 30 fps interlaced movies). The only thing that may be required is to further adjust the timestamps if RFF is detected.
Hi, guys, any news on this one (the HD-DVD Video /audio -Sync-Issue )...?
multiblitz is offline   Reply With Quote
Old 28th June 2007, 14:04   #1544  |  Link
albain
Media Control author
 
Join Date: Dec 2006
Location: Paris
Posts: 1,014
Hi,

I am trying to instanciate the FFDShow decoder filter inside my application.
It works if I try to retrieve the FFDShow interfaces, but not with the IBaseFilter interface :
IffDecoder *ffdshowVideo;
CoCreateInstance(CLSID_FFDSHOW, NULL, CLSCTX_INPROC, IID_IffDecoder, (LPVOID *)&ffdshowVideo); => OK

IBaseFilter *ffdshowVideo;
CoCreateInstance(CLSID_FFDSHOW, NULL, CLSCTX_INPROC, IID_IBaseFilter, (LPVOID *)&ffdshowVideo); => KO

This is weird because FFDShow decoder implements this interface. How can it be added to a graph if it is not the case ?

Any help would be appreciated
Thanks

EDIT : never mind, I found why. This is because visual studio (or my executable) is not in the supported applications inside FFDShow configuration

Last edited by albain; 28th June 2007 at 16:36.
albain is offline   Reply With Quote
Old 28th June 2007, 20:29   #1545  |  Link
_xxl
ffdshow user
 
_xxl's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 818
I can't commit anything to SVN.
_xxl is offline   Reply With Quote
Old 28th June 2007, 21:29   #1546  |  Link
fastplayer
Registered User
 
Join Date: Nov 2006
Posts: 799
^I couldn't access SVN log for the entire day. Now it works...
fastplayer is offline   Reply With Quote
Old 1st July 2007, 13:17   #1547  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,640
@all, a pre-beta3 build is now available at sourceforge. Please test it. If no big problems are reported in the next 24 hours, this build will become official beta3.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 1st July 2007, 15:48   #1548  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Quote:
Originally Posted by clsid View Post
@all, a pre-beta3 build is now available at sourceforge. Please test it. If no big problems are reported in the next 24 hours, this build will become official beta3.
Whoops, I guess my configuration dialog changes commit came at a bit of an odd time then?

(Checking here before committing might have been a good idea, of course...)

Back them out if you want or branch on the revision before my checkin...

np: Lusine - Everything Under The Sun (Lawrence Mix) (Podgelism)
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 1st July 2007, 18:46   #1549  |  Link
deets
Registered User
 
Join Date: Jan 2005
Location: london, england
Posts: 509
i need help

would someone post a 64bit version of one of the updated ffdshow tryouts? the problem is this, vista 64 limits the digital output to only 64 bit players, which i think is currently only wmp11 64bit. The problem is that it seems the h.264 support in the ffdshow 64 bit i can find is broken, only outputs green.

coreavc doesnt work in the 64 wmp but does in 32 bit, but not digital out.


Dr. Pizza compiled a version, but sadly i cant find it anywhere and the link he posted is dead.

anyone help
deets is offline   Reply With Quote
Old 1st July 2007, 20:23   #1550  |  Link
Amour
Registered User
 
Amour's Avatar
 
Join Date: May 2003
Location: France
Posts: 192
Quote:
Originally Posted by clsid View Post
@all, a pre-beta3 build is now available at sourceforge.
I just love the name of it.
__________________
Mystérieuse Amour
Amour is offline   Reply With Quote
Old 1st July 2007, 21:51   #1551  |  Link
Amour
Registered User
 
Amour's Avatar
 
Join Date: May 2003
Location: France
Posts: 192
Feature request:
I cannot read the TechSmith Screen Capture Codec with ffdshow. For a sample video:
http://www.planet-minesweeper.com/be...houten_exp.avi
__________________
Mystérieuse Amour
Amour is offline   Reply With Quote
Old 1st July 2007, 22:03   #1552  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,640
That file plays perfectly fine with ffdshow.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 2nd July 2007, 00:10   #1553  |  Link
haruhiko_yamagata
Registered User
 
Join Date: Feb 2006
Location: Japan
Posts: 1,560
Quote:
Originally Posted by deets View Post
i need help

would someone post a 64bit version of one of the updated ffdshow tryouts? the problem is this, vista 64 limits the digital output to only 64 bit players, which i think is currently only wmp11 64bit. The problem is that it seems the h.264 support in the ffdshow 64 bit i can find is broken, only outputs green.
First, update your video driver if available. Next, unchecking YV12 (and YUY2?) in ffdshow output page may fix the problem.
__________________
[ Download ffdshow | Wiki ]
haruhiko_yamagata is offline   Reply With Quote
Old 2nd July 2007, 03:32   #1554  |  Link
Jeremy Duncan
Didée Fan
 
Jeremy Duncan's Avatar
 
Join Date: Feb 2006
Location: Canada
Posts: 1,079
Quote:
Originally Posted by clsid View Post
@all, a pre-beta3 build is now available at sourceforge. Please test it. If no big problems are reported in the next 24 hours, this build will become official beta3.
Works fine.
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity.
Jeremy Duncan is offline   Reply With Quote
Old 2nd July 2007, 04:33   #1555  |  Link
deets
Registered User
 
Join Date: Jan 2005
Location: london, england
Posts: 509
Quote:
Originally Posted by haruhiko_yamagata View Post
First, update your video driver if available. Next, unchecking YV12 (and YUY2?) in ffdshow output page may fix the problem.
oh man, that worked, many thanks

would be great if coreavc was also 64bit so we could use that if we wanted.

edit: well i say it worked, the screen is no longer green, but something very odd is going on as the audio is out of sync and the picture gets jumpy. not upto full cpu usage though.

Last edited by deets; 2nd July 2007 at 16:34. Reason: more testing...
deets is offline   Reply With Quote
Old 2nd July 2007, 14:17   #1556  |  Link
Amour
Registered User
 
Amour's Avatar
 
Join Date: May 2003
Location: France
Posts: 192
Quote:
Originally Posted by clsid View Post
That file plays perfectly fine with ffdshow.
MPC gives me:
Quote:
C:\Documents and Settings\Amour\Bureau\marc_shouten_exp.avi::Output
AVI Splitter::Stream 00

Media Type 0:
--------------------------
Video: TSCC 504x364 (7794:7423) 15.00fps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {63637374-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 0
bTemporalCompression: 1
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(0,0)
rcTarget: (0,0)-(0,0)
dwBitRate: 0
dwBitErrorRate: 0
AvgTimePerFrame: 666666

BITMAPINFOHEADER:
biSize: 40
biWidth: 504
biHeight: 364
biPlanes: 1
biBitCount: 24
biCompression: tscc
biSizeImage: 1100736
biXPelsPerMeter: 1142
biYPelsPerMeter: 866
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0020: 00 00 00 00 00 00 00 00 2a 2c 0a 00 00 00 00 00 ........*,......
0030: 28 00 00 00 f8 01 00 00 6c 01 00 00 01 00 18 00 (...ø...l.......
0040: 74 73 63 63 c0 cb 10 00 76 04 00 00 62 03 00 00 tsccÀË..v...b...
0050: 00 00 00 00 00 00 00 00 ........
And GSpot:
Quote:
Failed to connect Output pin 0x0093624c ("Stream 00") on AVI Splitter to input pin 0x06490054 ("In") on filter 0x039bbb6c ("ffdshow Video Decoder").ConnectDirect() failed. Error: 0x80040207: [unknown]
And WMP:
Quote:
0xC00D119A : Impossible to read file
__________________
Mystérieuse Amour

Last edited by Amour; 2nd July 2007 at 14:21.
Amour is offline   Reply With Quote
Old 2nd July 2007, 15:11   #1557  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,640
Then Techsmith is probably disabled in your ffdshow configuration.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 2nd July 2007, 16:35   #1558  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Quote:
Originally Posted by clsid View Post
Then Techsmith is probably disabled in your ffdshow configuration.
It didn't work for me with drevil_xxl's 1325 build either (and yes, Techsmith was set to libavcodec), but after installing your 1245 build (the last one before the big fourCC prune) it suddenly worked, and after installing 1325 on top of that it continued to work...

Not that I'd have an idea why it worked, but it did...

np: The Orb - Sun Of (Orb Sessions Volume 1)
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 2nd July 2007, 18:26   #1559  |  Link
_xxl
ffdshow user
 
_xxl's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 818
Vista DVD Maker and Windows Movie Maker crashes due to ffdshow:
http://sourceforge.net/tracker/index...61&atid=471490
and
http://sourceforge.net/tracker/index...61&atid=471490
Please test if true.
_xxl is offline   Reply With Quote
Old 3rd July 2007, 05:04   #1560  |  Link
Fizick
AviSynth plugger
 
Fizick's Avatar
 
Join Date: Nov 2003
Location: Russia
Posts: 2,183
Quote:
Originally Posted by Leak View Post
I'm curious - who else here that could use a bit more horizontal space for translations?
Yes, we need in space for Russian translation.
__________________
My Avisynth plugins are now at http://avisynth.org.ru and mirror at http://avisynth.nl/users/fizick
I usually do not provide a technical support in private messages.
Fizick is offline   Reply With Quote
Reply

Tags
ffdshow, ffdshow tryouts, ffdshow-mt, ffplay, icl

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 07:26.


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