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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th April 2013, 15:33   #15141  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
It is dead.
The full source is available, so you can make your own debug build.

If you only need a decoder, then LAV Filters is a superior alternative.
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 18th April 2013, 15:42   #15142  |  Link
vedmysh
Registered User
 
Join Date: Jan 2013
Posts: 2
Quote:
Originally Posted by clsid View Post
It is dead.
The full source is available, so you can make your own debug build.

If you only need a decoder, then LAV Filters is a superior alternative.
I already support both in my software - FFDSHOW and LAV.
Anyway, pity. It was a greate codec project.
BTW any faq/howto about building ffdshow project available (caveats, used compilers&tools, etc)?
vedmysh is offline   Reply With Quote
Old 18th April 2013, 15:59   #15143  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
You need:
1) Visual Studio 2010
2) MingW.
Extract MinGW to c:\msys
Add c:\msys\bin and c:\msys\mingw\bin to %PATH%
3) DirectX SDK june 2010
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 24th April 2013, 14:34   #15144  |  Link
_xxl
ffdshow user
 
_xxl's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 818
I agree with you Clsid, maybe some parts of FFdshow are old and need updates, but the name is a "legend" if you understand me... millions of users use it. Maybe a merge of ffdshow and LAV could make a good choise....
_xxl is offline   Reply With Quote
Old 24th April 2013, 14:38   #15145  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,348
Quote:
Originally Posted by _xxl View Post
Maybe a merge of ffdshow and LAV could make a good choise....
Not going to happen.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 24th April 2013, 14:39   #15146  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
I have already made preparations that make it possible to install just the ffdshow processing filters. Optionally loading those into the playback graph after the LAV decoders is on the ToDo list of LAV Filters.
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 26th April 2013, 11:54   #15147  |  Link
ipanema
Registered User
 
Join Date: Apr 2009
Posts: 93
I have been experimenting with using the ffdshow-tryouts encoder (MJPEG selected) and getting some strange results, so I tried using it in a simple Graph Studio filter graph consisting of

File Source Async (Lagarith AVI file 1920x1080) > AVI Splitter > AVI Decompressor > ffdshow video codes > AVI Mux > File writer

effectively this is just transcoding a Lagarith AVI file to an MJPEG compressed AVI file.

The file it produces has the correct imagery, but is EXTREMELY grainy looking. I tried ffdshow video codec and ffdshow video encoder (not sure if they are really the same thing under the hood). Also, strangely, if you delete the ffdshow block and re-insert it and connect the graph up again and run it you either get an output file that has noticeable MJPEG artifacts (as if it was encoded at a much lower quality level than set in the ffdshow properties), or a complete random mess of pixels, or a fatal error "This application has requested the runtime to terminate in an unusual way".

I'm using version 4500 Jan 6 2013.

Is there a known problem with using ffdshow-tryouts as an MJPEG encoder, or am I doing something wrong?

It has been a while since I visited these parts, so am saddend to see that the ffdshow tryouts projects is dead. Where has everyone moved onto? I noticed that LAV decoders are mentioned, and Microsoft are moving from DirectShow to Media Foundation - is LAV using Media Foundation only?

What other other options are there for plug-in encoders if I can't get the ffdshow-tryouts encoder to work?
ipanema is offline   Reply With Quote
Old 26th April 2013, 14:45   #15148  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
Yes, it is possible it is buggy. That functionality hasn't been actively maintained or tested for a very long time.

There are plenty of alternatives. VFW instead of DirectShow. Or something FFmpeg based, such as Handbrake.
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 27th April 2013, 00:23   #15149  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Quote:
Originally Posted by clsid View Post
I have already made preparations that make it possible to install just the ffdshow processing filters. Optionally loading those into the playback graph after the LAV decoders is on the ToDo list of LAV Filters.
Nice, looking forward to this.
ryrynz is offline   Reply With Quote
Old 29th April 2013, 10:05   #15150  |  Link
dimitrik
Registered User
 
Join Date: Mar 2004
Location: London, UK
Posts: 79
Quote:
Originally Posted by clsid View Post
I have already made preparations that make it possible to install just the ffdshow processing filters. Optionally loading those into the playback graph after the LAV decoders is on the ToDo list of LAV Filters.
That sounds very useful.

I suppose this will allow us the flexibility of using the player of choice, e.g. for using LAV filters in WMC without external players, while still taking advantage of the upscaling/post-processing/subtitle filters that ffdshow included.
dimitrik is offline   Reply With Quote
Old 29th April 2013, 15:46   #15151  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
It is actually already possible right now to use ffdshow as a post-processor after LAV Video decoder. Benefit of the proposed method is that it allows using a small whitelist, and thus less chance of compatibility issues with other apps.

It is unknown when or if it will be implemented in LAV. So it could take a long time before it is available.
__________________
MPC-HC 2.2.1
clsid is offline   Reply With Quote
Old 13th May 2013, 15:36   #15152  |  Link
FlashGordon
Registered User
 
Join Date: Oct 2010
Posts: 42
I understand development on this project is inactive, but I have a quick question. Has anyone ever been able to get the Crop/Zoom function to work properly? It seems cropping is uneven no matter if all sides are set to the same value. For example, if horizontal and vertical zoom are set to 1, it'll crop more on the bottom than on the rest of the sides. I tested both Crop and Zoom at different settings using a variety of builds (including last one) with a Spears & Munsil test pattern with no luck.

I use mpc-hc and the PnS Inc Size command isn't very precise (it'll crop too much). Basically, I'd like the ability to crop in smaller increments on the fly and in an even manner. Any ideas?
FlashGordon is offline   Reply With Quote
Old 13th May 2013, 17:47   #15153  |  Link
mandarinka
Registered User
 
mandarinka's Avatar
 
Join Date: Jan 2007
Posts: 729
IIRC the crop requires rather large increments to be used (4 or even 8?). I suggest using avisynth filtering...
mandarinka is offline   Reply With Quote
Old 22nd May 2013, 21:23   #15154  |  Link
mindbomb
Registered User
 
Join Date: Aug 2010
Posts: 576
question about LFE crossover:
"Remove low frequencies added to LFE from left and right channel" - does this also remove the low frequencies from the center and surround in a 5.1 configuration?
mindbomb is offline   Reply With Quote
Old 26th May 2013, 01:35   #15155  |  Link
gonwk
Registered User
 
Join Date: Aug 2006
Posts: 164
Quote:
Originally Posted by clsid View Post
Please understand that ffdshow development is inactive. ....
Hi clsid,

Q: What is the last "Stable" version that would work good with Vista?

Thanks,

G!

Last edited by gonwk; 26th May 2013 at 01:52.
gonwk is offline   Reply With Quote
Old 26th May 2013, 02:03   #15156  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Any of them since the last stable release really, current is 4512.
ryrynz is offline   Reply With Quote
Old 26th May 2013, 04:12   #15157  |  Link
gonwk
Registered User
 
Join Date: Aug 2006
Posts: 164
Quote:
Originally Posted by ryrynz View Post
Any of them since the last stable release really, current is 4512.
Hi ryrynz,

Thanks! Just out of curisoity ... is this what you are running and what is your OS?

G!
gonwk is offline   Reply With Quote
Old 26th May 2013, 06:32   #15158  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Running Eric Gur's 4512 build found here on Windows 7 x64.
ryrynz is offline   Reply With Quote
Old 2nd June 2013, 22:06   #15159  |  Link
filler56789
SuperVirus
 
filler56789's Avatar
 
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,351
Latest revision is 4514. Available at xvidvideo.ru
filler56789 is offline   Reply With Quote
Old 10th June 2013, 12:00   #15160  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Hey clsid, are there any chances of getting something like on 'directory name match' added to the preset auto conditions? Surely it it be fairly trivial to add this feature?
ryrynz is offline   Reply With Quote
Reply

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


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 04:14.


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