Log in

View Full Version : New ffdshow build (?)


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72

Eragon4ever
19th September 2006, 15:24
All translations are incomplete: this is a developpement branch of ffdshow, so new features are added everyday. Even the Japanese version where haruhiko_yamagata is working on won't have everything translated (DeBand, Treshold, Output queueing, ...).

Look what was his answer:

I'm aware of this (well, I didn't think about the other translations).
I didn't want to say it must be perfect in a project with this high activity, however some - I assume they are - old things are completely english. (Just looked ist 2/3 or more english)

And about the patch: Neither have I an idea how to make one nor is my english well enough to translate it correctly.

@foxyshadis: It's the AVI Splitter but exept that you are right.
And yes, libavcodec should decode "WMV3/9". Maybe this is the "incomplete" part.:rolleyes:

Amour
19th September 2006, 17:24
And about the patch: Neither have I an idea how to make one nor is my english well enough to translate it correctly.
In fact, you cannot imagine how difficult it is to translate this project. Each phrase is assign a number AND a group number. You have to find both numbers in order to be able to translate one phrase. There is no list of phrases-to-translate. You have to find them one by one among all the source files of the project...

But before you can even start translating, you need to learn about some alien thing called SVN, and finally learn about how to do a patch... I hope I will make it one day.

Other softwares I know have easy XML files available for translation.

\src\settings\filters\TresizeAspectSettings.cpp
strncatf(buf,len,_l(", horizontal warp: %-5.3f, verticalWarp: %-5.3f"),simpleWarpXparam/1000.0f,simpleWarpYparam/1000.0f);
Should be:
strncatf(buf,len,_l(", horizontal warp: %-5.3f, vertical warp: %-5.3f"),simpleWarpXparam/1000.0f,simpleWarpYparam/1000.0f);

\src\settings\filters\TsubtitlesSettings.cpp
tsprintf(s,_l("%s %3i%% (%s)"),w?w->_(id):_l("Horizontal position"),x,w?w->_(id,posS):posS);
Should be:
tsprintf(s,_l("%s %3i%% (%s)"),w?w->_(id):_l("Horizontal position:"),x,w?w->_(id,posS):posS);

I will try to propose a patch for all those corrections during the week.

foxyshadis
19th September 2006, 18:24
Actally clsid has been fixing the typos as you've found them. Thanks for searching, btw, it must be very tedious.

clsid
19th September 2006, 18:31
@Amour, I have added all your text fixes to the SVN.

TFM_TheMask
19th September 2006, 19:15
I think I found a bug in the latest tryouts.

It seems like when your source is *.MOV with AAC 6 channel audio (for example the HD trailers from Apple (http://www.apple.com/trailers/)) and you want to encode the audio to AC3 with the ffdshow AC3 encoder there are a lot of downmix overflows. The sound seems to be distorted as if the volume is to high.

Now I have installed back an old version of ffdshow (dated 24-11-2005) and the sound is Ok now when doing the AC3 encoding. No downmix overflows.

How about this bug???

LoRd_MuldeR
19th September 2006, 19:56
@drevil_xxl
Is it possible that your builds turn off the H.264 deblocking?
I installed your rev202 today and I was wondering why my H.264 video look so much blocky.
Then I noticed deblocking was turned off completely :scared:
But I cannot remember to have done that...

haruhiko_yamagata
20th September 2006, 00:06
But before you can even start translating, you need to learn about some alien thing called SVN, and finally learn about how to do a patch... I hope I will make it one day.
Oh, I'm sorry. If making a patch troubles you, please submit the whole translations file.
As for the typo, patches are more desirable though.

BlindWanderer
20th September 2006, 07:29
I think the deblocking turn off may have been a new feature (i don't remember it existing before).

I installed rev202 sse build and it works (but i did set the installer this time to erase my settings) so all is good in the world again.

I peaked at the ffmpeg source and I understand r6290 (and why it was required) but the more i wrap my brain about the source; the less it makes sence... suppose a proper education would help ^^;

_xxl
20th September 2006, 07:38
I think the deblocking turn off may have been a new feature (i don't remember it existing before).
http://i9.tinypic.com/3zk5kkn.jpg

ianken
20th September 2006, 07:57
How about this bug???

I too have found that AC3 encoder and output does not work for any build newer than 20051129.

Which is a bummer since that is one of the coolest features, particluarly if you've got aome AAC 5.1 stuff.

I also use it for XP-MCE to handle layer 2 audio for live tv, do volume normalization and output DD 2.0

BlindWanderer
20th September 2006, 07:59
http://i9.tinypic.com/3zk5kkn.jpg

Yeah, that checkbox is what i was reffering to (i found it while looking for checkboxes).

haruhiko_yamagata
20th September 2006, 11:17
@developpers

I'm trying to install hook script for the svn to send notify e-mails. Untill it begin to work, you may have weird e-mail from sf.net. Please ignore.

_xxl
20th September 2006, 11:30
I think it should have been working in old ffdshow.
I have ffdshow-20040806.exe and ffdshow-20050303-sse.exe.
ffdshow-20040806.exe don't have strereoscopic option.
ffdshow-20050303-sse.exe have stereoscopic and does not crash, but it's not viewable.
Because building from old svn is hard, could someone help me?
ffdshow-20050703.exe works ok.
ffdshow-20050822.exe is not.

LoRd_MuldeR
20th September 2006, 11:52
Yeah, that checkbox is what i was reffering to (i found it while looking for checkboxes).

But why disable deblocking? Maybe usefull when you know what you are doing, but should not be disable for normal users. They might think H.264 looks very blocky and switch to WMV9 instantly...

haruhiko_yamagata
20th September 2006, 11:57
ffdshow-20050703.exe works ok.
ffdshow-20050822.exe is not.
Thank you. I deleted stereoscopic subtitle because nobody seems to need it. If anyone need it, we can revert anytime.

clsid
20th September 2006, 12:09
List of known issues in revision 209:

1) VC-1, VMnc, and VP6F do not work. ffdshow isn't even placed in the DirectShow graph. (reported by clsid)
2) VP6 has artifacts and weird colors when decoded. (reported by clsid)
3) SVQ3 crashes when used in combination with Haali's MP4 splitter. Possibly not a ffdshow issue. (reported by Peuj)
4) Some SVQ3 files play with artifacts / color shifts / totally messed up picture. (reported by Peuj)
5) If there's an error in avisynth script in ffdshow, the error message is displayed on top of video. That's ok, but interestingly enough, even if I uncheck the whole avisynth page in ffdshow, the error message still remains. (reported by Egh)
6) When there's more than one audio-stream in the file and you're using ffdshow's built-in audio-switcher, ffdshow performs all audio post-processing on all of the streams, thus slowing it way down. (reported by flanger216)
7) When outputting the audio to AC3 using the ffdshow AC3 encoder there are a lot of downmix overflows. The sound seems to be distorted as if the volume is to high. (reported by TFM_TheMask)

Notes:
- Problem 2 does NOT occur in FFplay. So FFMPEG/libavcodec code is working.
- Problem 4 also occurs in FFplay, so problem is likely due to incompleteness of SVQ3 in FFMPEG code.

KoD
20th September 2006, 12:27
The h264 in-loop deblocker must be enabled at all times. It's part of how h264 works. Which means that "skip deblocking always" checkbox must be unchecked.

LoRd_MuldeR
20th September 2006, 13:31
The h264 in-loop deblocker must be enabled at all times. It's part of how h264 works. Which means that "skip deblocking always" checkbox must be unchecked.

It can be chcked for better performance, but it definitely should not be checked by default.

Egh
20th September 2006, 15:10
Yeah, that checkbox is what i was reffering to (i found it while looking for checkboxes).

I suggested some time ago that those checkboxes need to be moved to another page ^^ Decoding options looks like proper candidate for them.

And the best solution is to redo them as in CoreAVC -- single combobox with "standard deblocking, no b-frame deblocking, no deblocking" options in it. This would make is much less confusing for the users, who discover a checkbox more than a year after it was introduced ^^

Jeremy Duncan
21st September 2006, 01:35
Software.

Decoders:
DScaler 5008 Video Decoder
NVidia Video Decoder from Theatretek, file version 11.0.0.28844
Cyberlink Video Decoder from Powerdvd 6.0

Players:
Media Player Classic 6.4.9.0
Zoomplayer 451pro

Other stuff:
Reclock & DScaler Audio Decoder, FFdshow rev 195 clsid

DVD's used for testing:
Over Canada: an Aerial Adventure
Equilibrium

Test configuration 1
Movie: Equilibrium
Media Player classic using,
Reclock,
DScaler video decoder set to output YV12,
DScaler audio decoder default,
FFdshow has nothing checked but Output queue samples, Input All supported, output YV12.
Selecting the Navigate to Root Menu freezes the player with queue output samples checked.
Unchecking queue output smaples lets me use the navigate to root menu screen.
During Movie playback same thing, with output quoue samples checked, I can't use the seek bar.

Test configuration 2
Movie: Over Canada: an Aerial Adventure
Media Player classic using,
Reclock,
DScaler video decoder set to output YV12,
DScaler audio decoder default,
FFdshow has nothing checked but Output queue samples, Input All supported, output YV12.
Selecting the Navigate to Root Menu freezes the player with queue output samples checked.
Unchecking queue output smaples lets me use the navigate to root menu button.
During Movie playback with output queue samples checked, the played does not freeze.
It's fine with queue output samples checked or unchecked and using the seek bar.

Test configuration 3
Movie: Equilibrium, Over Canada: an Aerial Adventure
Media Player classic using,
Reclock,
NVidia Video Decoder from Theatretek, file version 11.0.0.28844
Cyberlink Video Decoder from Powerdvd 6.0
DScaler audio decoder default,
FFdshow has nothing checked but Output queue samples, Input All supported, output YV12.
No problems navigating to the root menu or using the seek bar during movie playback in either movie.

Test configuration 4
Movie: Equilibrium, Over Canada: an Aerial Adventure
ZoomPlayer using,
Reclock,
DScaler Video Decoder,
NVidia Video Decoder from Theatretek, file version 11.0.0.28844
Cyberlink Video Decoder from Powerdvd 6.0
DScaler audio decoder default,
FFdshow has nothing checked but Output queue samples, Input All supported, output YV12.
No problems navigating to the root menu or using the seek bar during movie playback in either movie.

I just tested MPC using the Cyberlink video decoder in my last test report.
Sorry about the misunderstanding.

Jeremy Duncan
21st September 2006, 08:15
is DeviL.dLL a part of FFdshow's code ? Or is the only program that uses it Avisynth ?

clsid
21st September 2006, 09:25
It's not part of ffdshow.

_xxl
21st September 2006, 11:40
wmv1, wmv2, wmv3, vc-1 ffmpeg encoders aren't working.
http://img18.imagevenue.com/loc329/th_34624_vfw_122_329lo.jpg (http://img18.imagevenue.com/img.php?image=34624_vfw_122_329lo.jpg)

haruhiko_yamagata
21st September 2006, 12:34
I found a bug.

If ffdshow is inputing DVD decoder's output as raw video,
and if mpeg2 is disabled or DVD decoding is unchecked,
and if Subtitles is unchecked and "File" is valid,
the video shows subtitle unrelated to the DVD movie.

haruhiko_yamagata
21st September 2006, 12:54
Test configuration 1
Movie: Equilibrium
Media Player classic using,
Reclock,
DScaler video decoder set to output YV12,
DScaler audio decoder default,
FFdshow has nothing checked but Output queue samples, Input All supported, output YV12.
Selecting the Navigate to Root Menu freezes the player with queue output samples checked.
Unchecking queue output smaples lets me use the navigate to root menu screen.
During Movie playback same thing, with output quoue samples checked, I can't use the seek bar.
In my reproduce test, DScaler DVD decoder+Queue is problematic. It works with MPC's internal DVD decoder.
Interestingly, if mpeg2 decoder of ffdshow is enabled and DVD decoding is checked, the problem goes. ffdshow does not decode actually. Please see if it is true with your case.

Egh
21st September 2006, 14:03
and if Subtitles is unchecked and "File" is valid,
the video shows subtitle unrelated to the DVD movie.

I think i reported that bug to Milan more than a year ago. Looks like nothing was corrected over that time ^^

clsid
21st September 2006, 14:47
List of known issues in revision 215:

1) VMnc and VP6F do not work. ffdshow isn't even placed in the DirectShow graph. (reported by clsid)
2) VC-1 crashes (FourCC wmva). (reported by clsid)
3) VP6 has artifacts and weird colors when decoded. No such problem occurs in FFMPEG's own FFplay program. (reported by clsid)
4) SVQ3 crashes when used in combination with Haali's MP4 splitter. Possibly not a ffdshow issue. (reported by Peuj)
5) Some SVQ3 files play with artifacts / color shifts / totally messed up picture. Same issues in FFplay, so it is likely due to incompleteness of SVQ3 in FFMPEG code. (reported by clsid)
6) If there's an error in avisynth script in ffdshow, the error message is displayed on top of video. That's ok, but interestingly enough, even if I uncheck the whole avisynth page in ffdshow, the error message still remains. (reported by Egh)
7) When there's more than one audio-stream in the file and you're using ffdshow's built-in audio-switcher, ffdshow performs all audio post-processing on all of the streams, thus slowing it way down. (reported by flanger216)
8) When outputting the audio to AC3 using the ffdshow AC3 encoder there are a lot of downmix overflows. The sound seems to be distorted as if the volume is to high. (reported by TFM_TheMask)
9) Output queue enabled + VMR9 renderless + RGB32 + specific video cards + pause = blackout problem
10) If ffdshow is inputing DScaler DVD decoder's output and queue is enabled, seek does not work. (reported by Jeremy Duncan)
11) If ffdshow is inputing DVD decoder's output as raw video, and if mpeg2 is disabled or DVD decoding is unchecked, and if Subtitles is unchecked and "File" is valid, the video shows subtitle unrelated to the DVD movie. (reported by haruhiko_yamagata)
12) H.264 deblocking options should be moved to 'Decoder options' as single combobox with "standard deblocking, no b-frame deblocking, no deblocking" options in it. (suggested by Egh)

Jeremy Duncan
21st September 2006, 15:06
In my reproduce test, DScaler DVD decoder+Queue is problematic. It works with MPC's internal DVD decoder.
Interestingly, if mpeg2 decoder of ffdshow is enabled and DVD decoding is checked, the problem goes. ffdshow does not decode actually. Please see if it is true with your case.

Movies: Equilibrium, Over Canada: An Aerial Adventure.
Media Player Classic 6.4.9.0
External filters:
Reclock
DScaler 5008 audio decoder, default setting.
DScaler 5008 video decoder, output YV12.

FFdshow rev 195 clsid
Codecs: Mpeg2 set to use either libmpeg2, or libavcodec,
and checking "DVD decoding (not working yet)"
Input: All supported, Output: YV12.
Using denoise3d: 0.00, 2.00, 4.00, HQ
Levels: input 0, 235, Output, 0, 255
Resize & Aspect: New Size: 1280, 720, No aspect ratio correction, Lanczos, lumasharpen 1.60
Queue output samples checked

I can skip to root menu and use the seek bar during movie playback.
Without mpeg2 enabled to either libmpeg2, or libavcodec, and just checking "DVD decoding (not working yet)" it freezes when I skip to the root menu or use the seek bar.
Same thing with mpeg2 enabled to either libmpeg2, or libavcodec, but not checking "DVD decoding (not working yet)".

haruhiko_yamagata
21st September 2006, 15:07
9) Various output queue issues.

I don't like this. should be

9) Output queue enabled + VMR9 renderless + RGB32 + specific video cards + pause = blackout problem
10) If ffdshow is inputing DScaler DVD decoder's output and queue is enabled, seek does not work.

haruhiko_yamagata
21st September 2006, 15:11
Without mpeg2 enabled to either libmpeg2, or libavcodec, and just checking "DVD decoding (not working yet)" it freezes when I skip to the root menu or use the seek bar.
Same thing with mpeg2 enabled to either libmpeg2, or libavcodec, but not checking "DVD decoding (not working yet)".
Thank you. Then I think I'm reproducing your problem properly.

Amour
21st September 2006, 22:11
\src\subtitles\TsubtitlesFile.cpp
const char_t* TsubtitlesFile::mask=_l("Subtitles (*.utf;*.sub;*.srt;*.smi;*.rt;*.txt;*.ssa;*.aqt;*.mpl;*.idx)\0*.utf;*.sub;*.srt;*.smi;*.rt;*.txt;*.ssa;*.aqt;*.mpl;*.usf;*.idx\0All filter (*.*)\0*.*\0");

Should be:
const char_t* TsubtitlesFile::mask=_l("Subtitles (*.utf;*.sub;*.srt;*.smi;*.rt;*.txt;*.ssa;*.aqt;*.mpl;*.idx)\0*.utf;*.sub;*.srt;*.smi;*.rt;*.txt;*.ssa;*.aqt;*.mpl;*.usf;*.idx\0All files (*.*)\0*.*\0");


I will attach my French update tonight.

Amour
21st September 2006, 22:21
Here is my work on the translation. It is not complete at all, but it's better than previous version (compare the file size...). I've included some small test phrases, because I'm not sure about how the all thing works, and I do not know how to compile/test by myself.

[edit: file is in the patch section of sourceforge]

haruhiko_yamagata
22nd September 2006, 12:15
@Amour
@Jeremy Duncan

Here (http://www.mytempdir.com/944519)'s a test build.

Thank you very much for the French translations.
Your translations are included. Please see if it works.

Seek problem with DScaler DVD decoder is fixed. Please check.

Windows NT 4.0 sp6 have not been supported by my builds. This time I have built custom msvcr80.dll to support NT 4.0 sp6. If you are a user of NT 4.0 sp6, please test. If you are not a user of NT 4.0, normal msvcr80.dll is installed.

The build is labeled 228, but it does not include the change of 227 (simply timing issue).

clsid
22nd September 2006, 12:24
rev231 build (http://prdownloads.sourceforge.net/ffdshow-tryout/ffdshow_rev231_20060922_clsid.exe?download)

List of known issues in revision 231:

1) VMnc and VP6F do not work. ffdshow isn't even placed in the DirectShow graph. (reported by clsid)
2) VC-1 crashes (FourCC wmva). (reported by clsid)
3) SVQ3 crashes when used in combination with Haali's MP4 splitter. Possibly not a ffdshow issue. (reported by Peuj)
4) Some SVQ3 files play with artifacts / color shifts / totally messed up picture. Same issues in FFplay. (reported by clsid, Peuj)
5) If there's an error in avisynth script in ffdshow, the error message is displayed on top of video. That's ok, but interestingly enough, even if I uncheck the whole avisynth page in ffdshow, the error message still remains. (reported by Egh)
6) When there's more than one audio-stream in the file and you're using ffdshow's built-in audio-switcher, ffdshow performs all audio post-processing on all of the streams, thus slowing it way down. (reported by flanger216)
7) When outputting the audio to AC3 using the ffdshow AC3 encoder there are a lot of downmix overflows. The sound seems to be distorted as if the volume is to high. (reported by TFM_TheMask)
8) Output queue enabled + VMR9 renderless + RGB32 + specific video cards + pause = blackout problem
9) If ffdshow is inputing DVD decoder's output as raw video, and if mpeg2 is disabled or DVD decoding is unchecked, and if Subtitles is unchecked and "File" is valid, the video shows subtitle unrelated to the DVD movie. (reported by haruhiko_yamagata)
10) H.264 deblocking options should be moved to 'Decoder options' as single combobox with "standard deblocking, no b-frame deblocking, no deblocking" options in it. (suggested by Egh)
11) Decoding VP60 and VP61 gives black screen.

Amour
22nd September 2006, 13:38
Your translations are included. Please see if it works.
Looks ok, but the shortcuts from the Start Menu aren't translated (audio decoder configuration, uninstall ffdshow, ...). I'll try to investigate. [edit] It's because I didn't translate it... gomen.

My small test is conclusive: the phrases to translate are case-sensitive (so you need both to translate “None” and “none” for example).

Clsid builds do not offer language choice at installation time. Maybe an auto-detect language script would be convenient.

Now it needs to complete the translation work (add the GNU licence, fix layout for long phrases, complete the translation(s)). I will see another day. :)

Amour
22nd September 2006, 14:21
Hum, couldn't find anywhere the files with the following phrases:
“Installer Language”
“Please select a language.”

Jeremy Duncan
22nd September 2006, 16:22
Movies: Equilibrium, Over Canada: An Aerial Adventure.
Media Player Classic 6.4.9.0
External filters:
Reclock
DScaler 5008 audio decoder, default setting.
DScaler 5008 video decoder, output YV12.

FFdshow ffdshow-20060923-rev228-Q.exe
Codecs: raw video, all supported.
Input: All supported, Output: YV12.
Using denoise3d: 0.00, 2.00, 4.00, HQ
Levels: input 0, 235, Output, 0, 255
Resize & Aspect: New Size: 1280, 720, No aspect ratio correction, Lanczos, lumasharpen 1.60
Queue output samples checked

I can skip to root menu and use the seek bar during movie playback.

It's working great now ! :thanks:

Egh
22nd September 2006, 20:27
@ clsid:

just a minor complaint about installer: all your last builds have trouble identifying whenever "raw video" input is enabled for ffdshow.

Despite having "all supported" option chosen in RAW video in ffdshow, your installed still doesn't have "RAW video" box checked automatically.

khagaroth
22nd September 2006, 20:59
Here is my work on the translation. It is not complete at all, but it's better than previous version (compare the file size...). I've included some small test phrases, because I'm not sure about how the all thing works, and I do not know how to compile/test by myself.

[edit: file is in the patch section of sourceforge]

How to translate ffdshow (http://ffdshow.sourceforge.net/tikiwiki/tiki-index.php?page=Translating+ffdshow)

Eragon4ever
22nd September 2006, 21:04
@Amour: I'm currently working on the German translation (I found more or less out how it works:D ) and you only have to save the file and (re)open the ffdshow window.

Edit: @khagaroth: Thank you very much!!:thanks:
This really helps.

clsid
23rd September 2006, 00:08
@ clsid:

just a minor complaint about installer: all your last builds have trouble identifying whenever "raw video" input is enabled for ffdshow.

Despite having "all supported" option chosen in RAW video in ffdshow, your installed still doesn't have "RAW video" box checked automatically.
The installer doesn't check the boxen (in the installer) based on the current settings in the registry. It will re-use the settings chosen during a previous installation, or else use it own defaults. I can change the behaviour to read settings from the registry if there is enough demand for it.

LoRd_MuldeR
23rd September 2006, 01:16
The installer doesn't check the boxen (in the installer) based on the current settings in the registry. It will re-use the settings chosen during a previous installation, or else use it own defaults. I can change the behaviour to read settings from the registry if there is enough demand for it.

So if your installer can "remember" the settings from a previous installation, this means you save those settings to some place in the registry. But why save the settings in installer-specific registry keys when ffdshow saves the settings in the regsitry anyway? Wouldn't it make more sense to use the same registry keys for ffdshow and the installer? I personally would appreciate if your installer could load my current ffdshow settings from the registry.

Anyway, thanks for keeping the builds up-to-date :)

Jeremy Duncan
23rd September 2006, 07:27
Yes, thank you all for helping to make a program like FFdshow.
Thank you very much.

:thanks:

clsid
23rd September 2006, 11:07
So if your installer can "remember" the settings from a previous installation, this means you save those settings to some place in the registry. But why save the settings in installer-specific registry keys when ffdshow saves the settings in the regsitry anyway? Wouldn't it make more sense to use the same registry keys for ffdshow and the installer? I personally would appreciate if your installer could load my current ffdshow settings from the registry.

Anyway, thanks for keeping the builds up-to-date :)The installer software stores that information in its uninstall reg key by default. Its not like I coded it specially for ffdshow. Its a pretty normal behaviour. But I will add some code to read the ffdshow settings when I got some spare time.

Edit: rev236 build (http://prdownloads.sourceforge.net/ffdshow-tryout/ffdshow_rev236_20060923_clsid.exe?download) :D

Eragon4ever
23rd September 2006, 17:15
A patch for the German translation is available on sourceforge.
It is still very incomplete (mainly the encoding and the audio windows) but much better than before.
@anyone who speaks German: Könnt ihr bitte schauen ob (besser wo:rolleyes: ) ich mich beim übersetzen geirrt habe oder was man besser machen kann?

LoRd_MuldeR
23rd September 2006, 17:29
A patch for the German translation is on sourceforge.
It is still very incomplete (mainly the encoding and the audio windos) but much better than before.
@anyone who speaks German: Könnt ihr bitte schauen ob (besser wo:rolleyes: ) ich mich beim übersetzen geirrt habe oder was man besser machen kann?

Ich kann mal drüber schauen, wenn ich Zeit hab.
Wird heute aber nix mehr ;)

Amour
23rd September 2006, 19:29
Liebe sounds like Liberty. :D
Sorry, Ich spreche kein Deutsch.

Eragon4ever
23rd September 2006, 19:52
Liebe sounds like Liberty. :D
Sorry, Ich spreche kein Deutsch.

In this case it is pretty good. :)

deadfones
24th September 2006, 05:29
The installer software stores that information in its uninstall reg key by default. Its not like I coded it specially for ffdshow. Its a pretty normal behaviour. But I will add some code to read the ffdshow settings when I got some spare time.

Edit: rev236 build (http://prdownloads.sourceforge.net/ffdshow-tryout/ffdshow_rev236_20060923_clsid.exe?download) :D

rev 236 is seeking flawlessly and quickly with many different codecs in MPC 6.4.9.0. :thanks:

Bathrone
24th September 2006, 07:02
Yes, revision 236 is working well for me on Vista RC1 v5728. In fact I consider this the best Vista solution for multimedia, with Haali's matroska splitter.

Though, can someone please explain:

1. Why the default install overwrites mp1, mp2, mp3 and lcpm used in windows with open source ones?

2. Why the default install has flac disabled?

Thanks alot of ffdshow.