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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#2721 | Link | |
|
Registered User
Join Date: Mar 2006
Posts: 184
|
Quote:
|
|
|
|
|
|
#2722 | Link | |
|
*****
Join Date: Feb 2005
Posts: 5,815
|
Quote:
You can find the latest 'stable' build on www.x264.nl
__________________
MPC-HC 2.7.2 |
|
|
|
|
|
#2724 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,815
|
Its just so that vBulletin automatically makes a clickable link out of it. Otherwise I would have left away the www
__________________
MPC-HC 2.7.2 |
|
|
|
|
#2725 | Link |
|
李姗倩 Lǐ Shān Qiàn
Join Date: Nov 2002
Posts: 1,340
|
it's much easier to config your server by typing a few lines to automaticlly force everyone who use it, than to ask human beings to do what you'd like, no?
![]() Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} www.x264.nl [NC]
RewriteRule ^(.*)$ http://x264.nl/$1 [R=301,L]
|
|
|
|
|
#2726 | Link | |
|
ffdshow user
Join Date: Oct 2005
Location: Romania
Posts: 818
|
ffdshow
Quote:
|
|
|
|
|
|
#2727 | Link | |
|
Registered User
Join Date: Mar 2006
Posts: 184
|
Quote:
Looks like everyone has CPU at least with SSE2. My Sempron 3000 supports SSE2/SSE3/3DNow and P4 2.8 supports SSE2/SSE3. Is there any build with such optimizations. |
|
|
|
|
|
#2728 | Link |
|
Pain and suffering
Join Date: Jul 2002
Posts: 1,337
|
@clsid:
Try: http://x264.nl and press submit. @Liisachan: Way too lazy for that, i have to message people then ![]() @Livesms: As read in this thread, the ffdshow installer has all optimized files in it. Some specific optimizes do not speed up at all. So the build is best for general use. |
|
|
|
|
#2729 | Link | |
|
*****
Join Date: Feb 2005
Posts: 5,815
|
Quote:
And no, not everyone has at least SSE2.
__________________
MPC-HC 2.7.2 |
|
|
|
|
|
#2730 | Link |
|
Brain Dead
Join Date: Nov 2003
Posts: 87
|
I've found a new bug, or really just an unhandled one.
ffdshow doesn't want to play wmv1/7 streams if the first frame is not a key frame (or is a corrupt key frame). In media player black is all that is displayed (for the duration of the video). When the user seeks the video, the video is properly displayed. VLC doesn't choke on this. (i've been using the latest builds) example: http://cabbit.home.comcast.net/russians_300k.wmv
__________________
I'll sell my soul for a cabbit. Last edited by BlindWanderer; 14th October 2006 at 21:48. |
|
|
|
|
#2732 | Link |
|
Brain Dead
Join Date: Nov 2003
Posts: 87
|
Only chips newer then (and including) Pentium 4's support SSE2. I still have a P2 & P3 still in operation. I imagine there are still allot of people using Athlons too. If you checkout the wikipedia sse2 article, they list chips that do and do not support SSE2.
__________________
I'll sell my soul for a cabbit. |
|
|
|
|
#2733 | Link |
|
Registered User
Join Date: Feb 2006
Location: Japan
Posts: 1,560
|
Bug report
WMP11 and mplayer2.exe crashes when decoding MJPEG. Most of the files here crashes. MPC can play them.
The crash occurs in mjpeg_decode_frame in mjpeg.c. Code:
case SOS:
mjpeg_decode_sos(s);
|
|
|
|
|
#2734 | Link | |
|
ffdshow user
Join Date: Oct 2005
Location: Romania
Posts: 818
|
ffdshow
Quote:
http://rapidshare.de/files/36834385/P1020240.MOV.html ffdshow-20060226 is working fine, ffdshow-20060420 is not. Last edited by _xxl; 15th October 2006 at 14:32. |
|
|
|
|
|
#2735 | Link | ||
|
*****
Join Date: Feb 2005
Posts: 5,815
|
List of known issues in revision 413:
1) 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) 2) Loading IFO file in MPC and seeking thru the video instantly crashes MPC. Seeking thru VOB file is fine.(reported by DSP8000) 3) Wavpack decoder crashes on this file. (reported by clsid) 4) ICL9 builds of ffdshow.ax crash on files created by a specific old revision of x264 (don't know the rev number). Funny thing however is that the files play without crash if you first play a good file and then play a 'troublesome' file in the same player instance. Also no crash when using a plain unoptimized debug build. Sample file. (reported by clsid) 5) ffdshow crashes when I try to play snow (encoded with latest mplayer/lavc). (reported by Yong) Sample that crashes during playback at time 00:53. More crash details. 6) image settings->preset autoload conditions-> "on FOURCC match" ain't working. (reported by juskixxx) Reported but unconfirmed bugs: 7) Instant crash when trying to play this MSS2 WMV file. Happens on Windows 2000. No crash on drevil_xxl's XP system. (reported by clsid) 8) The following encoders do not work for me: MPEG 4, MPEG 1, MPEG 2, h.263, H.261 and DV. VirtualDub 1.16.16 gives the following error: "Cannot start video compression. An unknown error occurred (may be corrupt data). (error code -100)". I know that at least some of these encoders do work for others. My system specs: Windows 2000, AMD Athlon Thunderbird. (reported by clsid) 9) QPEL bugs and colour/block trains/displacement. Details. (reported by drevil_xxl) 10) Resize filter alters colors. Details. (reported by Kador) Bugs currently 'fixed' by disabling/removing functionality: 11) VC-1 does not work. ffdshow isn't even placed in the DirectShow graph. (reported by clsid) 12) VMnc crashes with "Integer devision by zero" exception. (reported by clsid) Quote:
Quote:
__________________
MPC-HC 2.7.2 Last edited by clsid; 18th October 2006 at 13:36. |
||
|
|
|
|
#2736 | Link | |
|
Brain Dead
Join Date: Nov 2003
Posts: 87
|
Quote:
Guess i should be greatful it didn't crash instead
__________________
I'll sell my soul for a cabbit. |
|
|
|
|
|
#2737 | Link |
|
Brain Dead
Join Date: Nov 2003
Posts: 87
|
I've been playing with the M$ Vista RC. ffdshow works, only problem is the config interface doesn't quite work properly in one regard. The hack used on the Codecs page to position the dropdown list no longer works. Instead the dropdown list is placed at the top of the column over the column title.
(see attachment)
__________________
I'll sell my soul for a cabbit. Last edited by BlindWanderer; 16th October 2006 at 02:48. |
|
|
|
|
#2738 | Link | |
|
Registered User
Join Date: Feb 2006
Location: Japan
Posts: 1,560
|
Quote:
MPC / Zoom player / Mplayer2.exe Haali Media splitter / MPC's internal matroska RGB out / YUY2 out Resize on / off OS = Windows Xp sp2 CPU = P4HT |
|
|
|
|
|
#2739 | Link | |
|
Registered User
Join Date: Oct 2004
Posts: 223
|
Quote:
edit: My config MPC Haali Media splitter / MPC's internal matroska OS = Windows Xp sp2 CPU = P4HT Last edited by Peuj; 16th October 2006 at 15:56. |
|
|
|
|
|
#2740 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,815
|
It crashes during playback at time 00:53
__________________
MPC-HC 2.7.2 |
|
|
![]() |
|
|