XBox [FAQ] Questions / Reponses - ... XBox + Xbmc evidement ...
Forum DivX de Ri4m - Encoder et réencoder les videos - DivX - XviD - RV10 - RV9 - VP6 - VP7

Bienvenue invité ( Connexion | Inscription )

> 

2 Pages V   1 2 >  
Reply to this topicStart new topic
Seb.26
posté 21/03/2005 16:55
Message #1


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



Voila, etant donné qu'a chaque post où la xBox est mentionnée ça prend beaucoup de place, je propose de faire ici un grand post avec toutes les infos + question/reponses dedans ... j'y repondrais du mieux que je peux quand je le pourrais ...

-------------------------------------------------------------------------------------------------
Lexique:

XBMC = Xbox Media Center

CVS = Concurrent Versions System ... En gros, la version "CVS" represente la derniere version des sources ( sur sourceforge.net ) ...

-------------------------------------------------------------------------------------------------
Les liens utiles:

Le site de officiel XBMC.

Le manuel online de XBMC

L'etat de la version CVS en cours : changelog.txt

Un site avec pas mal de skin pour XBMC : allxboxskins.com/XBMC

-------------------------------------------------------------------------------------------------

Ce message a été modifié par Seb.26 - 25/03/2005 15:24.
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 16:58
Message #2


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



Super ça (IMG:http://forum.ripp-it.com/style_emoticons/default/aga.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 16:59
Message #3


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



Dans le xbmc, il y a un fichier "codec.conf", c'est lui qui indique au player quelle dll utiliser pour decoder tel ou tel flux, voici donc dans la CVS du 21/03/2005 les codecs compatibles ( video )

(IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

;=============================================================================
;  Default codecs config file. It replaces the old codecs.c file!
;  Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================

;=============================================================================
;                  VIDEO CODECS
;=============================================================================

; mpeg 1/2 decoding:
; Note: mpegpes is preferred for hw decoders:

videocodec mpegpes
  info "Mpeg PES output (.mpg or Dxr3/DVB card)"
  comment "for hardware decoding"
  status working
  format 0x10000001  ; mpeg 1
  format 0x10000002  ; mpeg 2
  driver mpegpes
  out MPES

videocodec mpeg12
  info "MPEG 1 or 2 (libmpeg2)"
  comment "with postprocessing"
  status working
  format 0x10000001  ; mpeg 1
  format 0x10000002  ; mpeg 2
  driver libmpeg2
;  dll "libmpeg2"
  out YV12,I420,IYUV
  out 422P

videocodec ffmpeg1
  info "FFmpeg MPEG 1"
  status working
  format 0x10000001  ; mpeg 1
  fourcc mpg1
  fourcc PIM1        ; Pinnacle hardware-mpeg1
  fourcc VCR2
  driver ffmpeg
  dll "mpeg1video"
  out YV12,I420,IYUV

videocodec ffmpeg2
  info "FFmpeg MPEG 2"
  status working
  format 0x10000002  ; mpeg 2
  fourcc mpg2
  driver ffmpeg
  dll "mpeg2video"
  out YV12,I420,IYUV
  out 422P,444P

; for backward compatibility
videocodec ffmpeg12
  info "FFmpeg MPEG 1/2"
  status working
  format 0x10000001  ; mpeg 1
  format 0x10000002  ; mpeg 2
  fourcc mpg1,mpg2
  fourcc PIM1        ; Pinnacle hardware-mpeg1
  fourcc VCR2
  driver ffmpeg
  dll "mpegvideo"
  out YV12,I420,IYUV
  out 422P,444P

videocodec ffmpeg12mc
  info "FFmpeg MPEG 1/2 (XvMC)"
  status buggy
  format 0x10000001  ; mpeg 1
  format 0x10000002  ; mpeg 2
  fourcc mpg1,mpg2
  fourcc PIM1        ; Pinnacle hardware-mpeg1
  driver ffmpeg
  dll "mpegvideo_xvmc"
  out IDCT_MPEG2
  out MOCO_MPEG2

; we have only native opensource codecs for these:

videocodec nuv
  info "NuppelVideo"
  status working
  fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
  driver nuv
  out I420,IYUV

videocodec mpng
  info "PNG images decoder"
  status working
  comment "Gray scaled PNG with Alpha channel not supported"
  fourcc mpng,MPNG
  fourcc "png " ; for PNG-encoded Quicktime files
  dll "libpng"
  driver mpng
  out BGR32,BGR24

videocodec mtga
  info "TGA images decoder"
  status working
  comment "Only 24bpp and 32bpp RGB TGA files supported"
  fourcc mtga,MTGA
  driver mtga
  out BGR32,BGR24

videocodec sgi
  info "SGI images decoder"
  status working
  fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC
  driver sgi
  out BGR24

videocodec ffindeo3
  info "FFmpeg Intel Indeo 3.1/3.2"
  status working
  fourcc IV31,iv31
  fourcc IV32,iv32
  driver ffmpeg
  dll indeo3
  out YVU9

videocodec fffli
  info "Autodesk FLI/FLC Animation"
  status working
  fourcc FLIC ; FLIC is an internal MPlayer FOURCC
  driver ffmpeg
  dll "flic"
  out BGR8

videocodec ffqtrle
  info "Quicktime Animation (RLE)"
  status working
  format 0x20656C72 ; "rle "
  driver ffmpeg
  dll "qtrle"
  out BGR32,RGB24,BGR15,BGR8 query

videocodec ffrpza
info "Quicktime Apple Video"
status working
fourcc rpza,azpr
driver ffmpeg
dll "rpza"
out BGR15

videocodec ffsmc
  info "Apple Graphics (SMC) codec"
  status working
  format 0x20636d73 ; "smc "
  driver ffmpeg
  dll "smc"
  out BGR8

videocodec ff8bps
  info "Planar RGB (Photoshop)"
  status working
  fourcc 8BPS
  driver ffmpeg
  dll "8bps"
  out BGR32,BGR24,BGR8 query

videocodec ffcyuv
  info "Creative YUV (libavcodec)"
  status working
  fourcc cyuv,CYUV
  driver ffmpeg
  dll "cyuv"
  out 411P

videocodec ffmsrle
  info "Microsoft RLE"
  status working
  format 0x1
  format 0x2
  driver ffmpeg
  dll "msrle"
  out BGR8

videocodec ffroqvideo
  info "Id RoQ File Video Decoder"
  status working
  fourcc RoQV ; RoQV is an internal MPlayer FOURCC
  driver ffmpeg
  dll "roqvideo"
  out YV12

videocodec lzo
  info "LZO compressed"
  status working
  fourcc LZO1
  driver lzo
  dll "liblzo"
  out YV12,I420
  out BGR24 flip

videocodec theora
  info "Theora (free, reworked VP3)"
  status working
  fourcc theo,Thra
  format 0xFFFC
  driver theora
  dll libtheora
  out YV12

; prefer native codecs over win32?
; the win32 codecs probably are (better) optimized and support direct
; rendering, so this may be not the best idea...

;WIN32:

videocodec cram
  info "Microsoft Video 1"
  comment "-vf palette required for 8bpp"
  status buggy
  fourcc cram,CRAM CRAM
  fourcc msvc,MSVC CRAM
  fourcc wham,WHAM CRAM
  driver vfw
  dll "msvidc32.dll"
  out BGR24,BGR15,BGR8 static,query

videocodec ffcvid

  info "Cinepak Video (native codec)"
  status working
  fourcc cvid,CVID
  driver ffmpeg
  dll "cinepak"
  out YV12,BGR8 query

videocodec cvidvfw
  info "Cinepak Video"
  status working
  fourcc cvid
  driver vfw
  dll "iccvid.dll"
;  out YUY2
;  out UYVY
  out BGR24,BGR15 static

videocodec huffyuv
  info "HuffYUV"
  status buggy
  fourcc HFYU
  driver vfw
  dll "huffyuv.dll"
  out YUY2 flip,noflip,query
;  out UYVY flip
  out BGR32,BGR24 flip,query

;NATIVE:

videocodec ffvideo1
  info "Microsoft Video 1 (native codec)"
  status working
  fourcc cram,CRAM
  fourcc msvc,MSVC
  fourcc wham,WHAM
  driver ffmpeg
  dll "msvideo1"
  out BGR15,BGR8 query

videocodec ffmszh
  info "AVImszh (native codec)"
  status working
  fourcc MSZH
  driver ffmpeg
  dll "mszh"
  out BGR24

videocodec ffzlib
  info "AVIzlib (native codec)"
  status working
  fourcc ZLIB
  driver ffmpeg
  dll "zlib"
  out BGR24

; time to decide what to do with the mpeg4/divx variants...
; ff* is fastest...

videocodec ffhuffyuv
  info "FFmpeg HuffYUV"
  status working
  fourcc HFYU,FFVH
  driver ffmpeg
  dll huffyuv
  out YUY2,422P,YV12
  out BGR32,BGR24

videocodec ffv1
  info "FFV1 (lossless codec)"
  status working
  fourcc FFV1
  driver ffmpeg
  dll ffv1
  out 411P,444P,422P,YV12,I420,IYUV,YVU9
  out BGR32

videocodec ffsnow
  info "FFSNOW (Michael's wavelet codec)"
  status working
  fourcc snow,SNOW
  driver ffmpeg
  dll snow
  out YV12

videocodec ffasv1
  info "FFmpeg ASUS V1"
  status working
  fourcc ASV1
  driver ffmpeg
  dll asv1
  out YV12,I420,IYUV

videocodec ffasv2
  info "FFmpeg ASUS V2"
  status working
  fourcc ASV2
  driver ffmpeg
  dll asv2
  out YV12,I420,IYUV

videocodec ffvcr1
  info "FFmpeg ATI VCR1"
  status working
  fourcc VCR1
  driver ffmpeg
  dll vcr1
  out YVU9

videocodec ffcljr
  info "FFmpeg Cirrus Logic AccuPak (CLJR)"
  status working
  fourcc CLJR
  driver ffmpeg
  dll cljr
  out 411P

videocodec ffsvq1
  info "FFmpeg Sorenson Video v1 (SVQ1)"
  status working
  fourcc SVQ1,svq1
  driver ffmpeg
  dll svq1
  out YVU9

videocodec ff4xm
  info "FFmpeg 4XM video"
  status working
  fourcc 4XMV
  driver ffmpeg
  dll 4xm
  out BGR16

videocodec ffvixl
  info "Miro VideoXL codec"
  status working
  fourcc VIXL
  driver ffmpeg
  dll xl
  out 411P

videocodec ffqtdrw
  info "QuickDraw native decoder"
  status working
  fourcc qdrw
  driver ffmpeg
  dll qdraw
  out RGB24

videocodec ffflv
  info "FFmpeg Flash video"
  status working
  fourcc FLV1
  driver ffmpeg
  dll flv
  out YV12

videocodec ffdivx
  info "FFmpeg DivX (IMG:http://forum.ripp-it.com/style_emoticons/default/wink.gif) (MS MPEG-4 v3)"
  status working
  fourcc MPG3,mpg3 div3
  fourcc MP43,mp43 div3  ; M$ MPEG4 v3  (fourcc mapping to div3)
  fourcc DIV5,div5 div3  ; DivX 3.20
  fourcc DIV6,div6 div4  ;  -||-
  fourcc DIV3,div3,DIV4,div4
  fourcc AP41 div3  ; AngelPotion stuff
  fourcc COL1,col1,COL0,col0 ; Cool codec (based on mpg4ds32.ax)
  fourcc 3IVD,3ivd    ; divxdoctored files (3ivx.com)
  driver ffmpeg
  dll msmpeg4
  out YV12,I420,IYUV
 
videocodec ffmp42
  info "FFmpeg M$ MPEG-4 v2"
  status working
  fourcc DIV2,div2 mp42
  fourcc MP42,mp42
  driver ffmpeg
  dll msmpeg4v2
  out YV12,I420,IYUV

videocodec ffmp41
  info "FFmpeg M$ MPEG-4 v1"
  status working
  fourcc DIV1,div1 mpg4
  fourcc MPG4,mpg4
  driver ffmpeg
  dll msmpeg4v1
  out YV12,I420,IYUV

videocodec ffwmv1
  info "FFmpeg M$ WMV1/WMV7"
  status working
  fourcc WMV1,wmv1
  driver ffmpeg
  dll wmv1
  out YV12,I420,IYUV

videocodec ffwmv2
  info "FFmpeg M$ WMV2/WMV8"
  status buggy
  fourcc WMV2,wmv2
  driver ffmpeg
  dll wmv2
  out YV12,I420,IYUV
 
videocodec ffh264
  info "FFmpeg H.264"
  status working
  fourcc H264,h264
  fourcc avc1
  format 0x10000005
  driver ffmpeg
  dll h264
  out YV12,I420,IYUV

videocodec ffsvq3
  info "FFmpeg Sorenson Video v3 (SVQ3)"
  status working
  fourcc SVQ3
  driver ffmpeg
  dll svq3
  out YV12,I420,IYUV

videocodec ffodivx
  info "FFmpeg MPEG-4"
  status working
  fourcc DIVX,divx
  fourcc DIV1,div1 divx
  fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
  fourcc M4S2,m4s2
  fourcc xvid,XVID,XviD,XVIX
  fourcc DX50,dx50,BLZ0 DX50
  fourcc mp4v,MP4V
  format 0x4
  fourcc UMP4
  fourcc 3IV2,3iv2  ; 3ivx Delta 4 
  format 0x10000004  ; mpeg 4 es
  driver ffmpeg
  dll mpeg4 ;opendivx
  out YV12,I420,IYUV

videocodec xvid
  info "XviD (MPEG-4)"
  status working
  fourcc DIVX,divx
  fourcc xvid,XVID,XviD
  format 0x4
  driver xvid
  out YV12
  out I420
  out YUY2
  out UYVY
  out YVYU
  out BGR32,BGR24,BGR16,BGR15
  dll "libxvidcore.a"

; divx4 does direct render, and is native on linux

videocodec odivx
  info "OpenDivX API (ODIVX,DIVX4,DIVX5,XVID)"
  comment "with postprocessing"
  status working
  fourcc mp4v
  fourcc DIVX,divx
  fourcc DIV1,div1 divx
;  fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
  fourcc AP41 DIV3  ; AngelPotion stuff
  fourcc xvid,XVID,XviD
  fourcc DX50,BLZ0 DX50
  format 0x4
  driver odivx
  dll "libdivxdecore.so"
  out YV12,I420,IYUV

videocodec divx4
  info "DivX4Linux API (DIVX4,DIVX5,XVID)"
  comment "with postprocessing"
  status working
  fourcc mp4v
  fourcc DIVX,divx
  fourcc DIV1,div1 divx
;  fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
  fourcc AP41 DIV3  ; AngelPotion stuff
  fourcc xvid,XVID,XviD
  fourcc DX50,BLZ0 DX50
  format 0x4
  driver divx4
  dll "libdivxdecore.so"
;  out I420 ; planar direct rendering
  out YUY2
  out UYVY
  out BGR32,BGR24,BGR16,BGR15

; is divx4vfw stable enough, working everywhere and faster than divxds?

videocodec divx4vfw
  info "DivX4Windows-VFW"
  status buggy
  comment "sig11 with -framedrop"
  fourcc DIVX,divx        ; opendivx / divx4
  fourcc DIV1,div1 divx
;  fourcc MP4S,mp4s  ; ISO MPEG-4 Video V1
  fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3  ; for DivX4Linux only!
  fourcc AP41 DIV3  ; AngelPotion stuff
  format 0x4
  driver vfw
  dll "divx.dll"
;  out YV12  ; buggy
  out YUY2
  out BGR32,BGR24,BGR15

; the original ones...  prefer DShow for postprocessing:

videocodec divxds
  info "DivX (IMG:http://forum.ripp-it.com/style_emoticons/default/wink.gif) (MS MPEG-4 v3)"
  comment "with postprocessing"
  status working
  fourcc MP43,mp43 div3  ; fourcc mapping to div3
  fourcc DIV5,div5 div3
  fourcc DIV6,div6 div4
  fourcc DIV3,div3,DIV4,div4
  fourcc AP41 div3  ; AngelPotion stuff
  driver dshow
  dll "divx_c32.ax"
  guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
  out YUY2,UYVY
  out BGR32,BGR24,BGR16,BGR15

videocodec divx
  info "DivX (IMG:http://forum.ripp-it.com/style_emoticons/default/wink.gif) (MS MPEG-4 v3)"
  status working
  fourcc MP43,mp43 div3  ; M$ MPEG4 v3  (fourcc mapping to div3)
  fourcc DIV5,div5 div3  ; DivX 3.20
  fourcc DIV6,div6 div4  ;  -||-
  fourcc DIV3,div3,DIV4,div4
  fourcc AP41 div3  ; AngelPotion stuff
  driver vfw
  dll "divxc32.dll"
  out YUY2 yuvhack
  out BGR32,BGR24,BGR15
 
; hmm. we should check, maybe these are/will be playable with libavcodec:

videocodec mpeg4ds
  info "Microsoft MPEG-4 v1/v2"
  status working
  comment "with postprocessing"
  fourcc DIV2,div2 mp42
  fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
  fourcc MPG4,mpg4
  fourcc MP42,mp42
  driver dshow
  dll "mpg4ds32.ax"
  guid 0x82CCD3E0, 0xF71A, 0x11D0, 0x9F, 0xE5, 0x00, 0x60, 0x97, 0x78, 0xEA, 0x66
  out YUY2
  out BGR32,BGR24,BGR16,BGR15

videocodec mpeg4
  info "Microsoft MPEG-4 v1/v2"
  status working
  fourcc MPG4,mpg4
  fourcc MP42,mp42
  fourcc DIV2 mp42
  driver vfw
  dll "mpg4c32.dll"
  out YUY2 yuvhack
  out BGR32,BGR24,BGR15

videocodec wmv8
  info "Windows Media Video 8"
;  status working
  status buggy    ; doesn't work correctly in xbmc
  fourcc WMV2
  driver dshow
  dll "wmv8ds32.ax"
  guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
  out YV12,I420,IYUV
  out YUY2,UYVY
  out BGR32,BGR24,BGR16,BGR15

videocodec wmv7
  info "Windows Media Video 7"
;  status working
  status buggy    ; doesn't work correctly in xbmc
  fourcc WMV1
  driver dshow
  dll "wmvds32.ax"
  guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
  out YUY2,UYVY
  out BGR32,BGR24,BGR16,BGR15

videocodec wmv9dmo
  info "Windows Media Video 9 DMO"
  status working
  fourcc WMV3
  fourcc WMVP
  driver dmo
  dll "wmv9dmod.dll"
  guid 0x724bb6a4, 0xe526, 0x450f, 0xaf, 0xfa, 0xab, 0x9b, 0x45, 0x12, 0x91, 0x11
  out YV12 ;,I420,IYUV
  out YUY2,UYVY
  out BGR32,BGR24,BGR16 ;,BGR15

videocodec wmvdmo
  info "Windows Media Video DMO"
  status working
  fourcc WMV1,wmv1
  fourcc WMV2,wmv2
  fourcc WMV3,wmv3
  fourcc WMVP,wmvp
  driver dmo
  dll "wmvdmod.dll"
  guid 0x82d353df, 0x90bd, 0x4382, 0x8b, 0xc2, 0x3f, 0x61, 0x92, 0xb7, 0x6e, 0x34
  out YV12 ;,I420,IYUV
  out YUY2,UYVY
  out BGR32,BGR24,BGR16 ;,BGR15

videocodec wmvadmo
  info "Windows Media Video Adv DMO"
  status working
  fourcc WMVA
  fourcc WVP2
  driver dmo
  dll "wmvadvd.dll"
  guid 0x03be3ac4, 0x84b7, 0x4e0e, 0xa7, 0x8d, 0xd3, 0x52, 0x4e, 0x60, 0x39, 0x5a
  out YV12 ;,I420,IYUV
  out YUY2,UYVY
  out BGR32,BGR24,BGR16 ;,BGR15

videocodec wmsdmod
  info "Windows Media Screen Codec 2"
  status working
  fourcc MSS1
  fourcc MSS2
  driver dmo
  dll "wmsdmod.dll"
  guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde
  out BGR32,BGR24,BGR16

videocodec ubmp4
  info "UB Video MPEG 4"
  comment "black&white"
  status buggy
  fourcc mp4v UMP4 ; black&white, sometimes buggy too
  fourcc UMP4
  driver vfw
  dll "ubvmp4d.dll"
  out I420
  out UYVY

; mjpegs:
; Notes: m3jpeg+mjpeg are mmx optimized. avid is very stable but slow.
; ijpg only decodes jpeg images (no mjpg), and slow.
; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others.

videocodec zrmjpeg
  info "Zoran MJPEG passthrough"
  status buggy
  fourcc MJPG,jpeg
  driver zrmjpeg
  out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query

videocodec ffmjpeg
  info "FFmpeg MJPEG decoder"
  status working
  fourcc MJPG,mjpg
  fourcc AVRn,AVDJ  ; AVID
  fourcc jpeg      ; MOV photo-jpeg
  fourcc mjpa      ; Apple MJPEG-A (Quicktime)
  fourcc JFIF      ; SMJPEG (Loki)
  fourcc ijpg,IJPG  ; -mf type=jpeg
  fourcc JPEG      ; SGI's AVI Photo-jpeg
  fourcc JPGL      ; lossless jpeg (pegasus codec)
  fourcc LJPG      ; lossless jpeg
  driver ffmpeg
  dll mjpeg
  out 444P
  out 422P
  out YUY2  ; queryed (conversion from yuv422p)
  out YV12,I420,IYUV
  out BGR32 ; lossless jpeg

videocodec ffmjpegb
  info "FFmpeg MJPEG-B decoder"
  status working
  fourcc mjpb      ; Apple MJPEG-B (Quicktime)
  driver ffmpeg
  dll mjpegb
  out 444P
  out 422P
  out YUY2  ; queryed (conversion from yuv422p)
  out YV12,I420,IYUV

; slow. usable only for standalone jpegs, like -mf, avid or photojpeg:
videocodec ijpg
  info "Independent JPEG Group's codec"
  status working
  fourcc ijpg,IJPG  ; -mf type=jpeg
  fourcc jpeg        ; MOV Photo Jpeg
  fourcc AVRn,AVDJ  ; AVID
  driver ijpg
  dll libjpeg
  out RGB24,BGR24,BGR32

; -http://www.morgan-multimedia.com/dev/codec_spec.htm (lien hs)
videocodec m3jpeg
  info "Morgan Motion JPEG Codec"
  status working
  fourcc MJPG
  fourcc mjpa,mjpb,mjpg MJPG  ; MOV files
  fourcc dmb1 MJPG            ; MJPEG by Matrox Rainbow Runner
  driver vfw
  dll "m3jpeg32.dll"
;  out YV12,I420
  out YUY2,UYVY
  out BGR32,BGR24,BGR15

videocodec mjpeg
  info "MainConcept Motion JPEG"
  status working
  fourcc MJPG
  fourcc mjpa,mjpb,mjpg MJPG  ; MOV files
;  fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy)
  driver vfw
  dll "mcmjpg32.dll"
  out YUY2,UYVY
  out BGR32,BGR24,BGR15

videocodec avid
  info "AVID Motion JPEG"
  status working
  comment "slooooooooow but stable"
  fourcc AVRn
  fourcc AVDJ AVRn
  fourcc MJPG,mjpg AVRn
  driver vfw
  dll "AvidAVICodec.dll"
  out BGR24 flip

videocodec LEAD
  info "LEAD (M)Jpeg"
  status working
  comment "supports interlaced MJPEG"
  fourcc MJPG
  fourcc jpeg MJPG  ; MOV Photo Jpeg
  fourcc LEAD
  driver vfw
  dll "LCodcCMP.dll"
  out BGR24,BGR15

videocodec imagepower
  info "ImagePower MJPEG2000"
  status buggy
  fourcc IPJ2
  driver vfw
  dll "jp2avi.dll"
  out BGR32,BGR24,BGR15

videocodec m3jpeg2k
  info "Morgan MJPEG2000"
  status working
  fourcc MJ2C
  driver vfw
  dll "m3jp2k32.dll"
  out YV12,I420,IYUV
  out YUY2,UYVY
  out BGR32,BGR24,BGR15

; -http://www.morgan-multimedia.com/dev/directshow_dec_spec.htm (lien hs)
videocodec m3jpegds
  info "Morgan MJPEG"
  status crashing
  fourcc MJPG mjpg
  fourcc mjpa,mjpb,mjpg mjpg  ; MOV files
  fourcc dmb1 mjpg            ; MJPEG by Matrox Rainbow Runner
  driver dshow
  dll "m3jpegdec.ax"
  guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
  out I420
  out YUY2,UYVY
  out BGR32,BGR24,BGR16,BGR15

videocodec pegasusm
  info "Pegasus Motion JPEG"
  status crashing
  fourcc MJPG
  driver vfw
;  dll "pvmjpg20.dll" ; v2.0
  dll "pvmjpg21.dll" ; v2.1
  out BGR24 flip

videocodec pegasusl
  info "Pegasus Lossless JPEG"
  status crashing
  fourcc JPGL
  fourcc MJPG JPGL
  driver vfw
  dll "pvljpg20.dll"
  out BGR24 flip

videocodec pegasusmwv
  info "Pegasus Motion Wavelet 2000"
  status crashing
  fourcc PVW2
  driver vfw
  dll "pvwv220.dll"
  out BGR24 flip

; h263: - I don't know. comments?

videocodec vivo
  info "Vivo H.263"
  status working
  fourcc VIVO,vivo vivo
  fourcc viv1,viv2 vivo
  driver vfw
  dll "ivvideo.dll"
  out BGR32,BGR24,BGR15 flip
  in BGR24

videocodec u263
  info "UB Video H.263/H.263+/H.263++ Decoder"
  status working
  fourcc U263
  fourcc vivo,VIVO U263
  fourcc viv1 U263
  driver dshow
  dll "ubv263d+.ax"
  guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
;  out UYVY
; BGR32,BGR16,BGR15 seems to work too
  out BGR24 flip

videocodec i263
  info "I263"
  status working
  fourcc I263,i263
;  fourcc I420,i420
  fourcc vivo,VIVO I263
  fourcc viv1 I263
  driver vfw
  dll "i263_32.drv"
  out I420
  out YUY2
  out BGR32,BGR24,BGR15

videocodec ffi263
  info "FFmpeg I263 decoder"
  status working
  fourcc I263,i263
  driver ffmpeg
  dll h263i
  out YV12,I420,IYUV

videocodec ffh263
  info "FFmpeg H263+ decoder"
  status working
  fourcc H263,U263,h263,X263
  fourcc viv1 h263
  driver ffmpeg
  dll h263
  out YV12,I420,IYUV

videocodec ffzygo
  info "FFmpeg ZyGo"
  status untested
  fourcc ZyGo
  driver ffmpeg
  dll h263
  out YV12,I420,IYUV flip

videocodec h263xa
  info "XAnim's CCITT H.263"
  status crashing
  fourcc H263,h263
  fourcc viv1 H263
  fourcc VIVO,vivo H263
  driver xanim
  dll "vid_h263.xa"
  out YV12,IYUV,I420

videocodec ffh261
  info "CCITT H.261"
  status working
  fourcc H261,h261
  driver ffmpeg
  dll h261
  out YV12

videocodec h261xa
  info "XAnim's CCITT H.261"
  status buggy
  fourcc H261,h261
  driver xanim
  dll "vid_h261.xa"
  out YV12,IYUV,I420

videocodec m261
  info "M261"
  status untested
  fourcc m261,M261
  driver vfw
  dll "msh261.drv"
  out BGR32,BGR24,BGR15

; indeo:
; Note: indeo 3 is buggy, both xanim (bad decoding) and VfW (not work with DR)
; Prefer win32 ones, they are faster, and 4/5 can DR. for fallback, there are
; Xanim codecs, they provide YV12, useful for YUV display or encoding.

videocodec indeo5ds
  info "Intel Indeo 5"
  status working
  fourcc IV50,iv50
  driver dshow
  dll "ir50_32.dll"
  guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
  out YV12,IYUV,I420
  out YUY2,UYVY
  out BGR32,BGR24,BGR16,BGR15

videocodec indeo5
  info "Intel Indeo 5"
  status working
  fourcc IV50,iv50
  driver vfwex
  dll "ir50_32.dll"
;  out YV12,I420  ; flickering
  out YUY2
  out BGR32,BGR24,BGR15

videocodec indeo4
  info "Intel Indeo 4.1"
  status working
  fourcc IV41,iv41
  driver vfw
  dll "ir41_32.dll"
  out IF09
  out BGR24,BGR15
  in YVU9

videocodec indeo3
  info "Intel Indeo 3.1/3.2"
  status working
  fourcc IV31,iv31
  fourcc IV32,iv32
  driver vfwex
  dll "ir32_32.dll"
  out IF09
  out BGR24,BGR15 flip,static
  in YVU9

videocodec indeo5xa
  info "XAnim's Intel Indeo 5"
  status working
  fourcc IV50,iv50
  driver xanim
  dll "vid_iv50.xa"
  out YVU9

videocodec indeo4xa
  info "XAnim's Intel Indeo 4.1"
  status working
  fourcc IV41,iv41
  driver xanim
  dll "vid_iv41.xa"
  out YVU9

videocodec indeo3xa
  info "XAnim's Intel Indeo 3.1/3.2"
  status working
  fourcc IV31,iv31
  fourcc IV32,iv32
  driver xanim
  dll "vid_iv32.xa"
  out YVU9

; DV:  qdv is more stable...  libdv is slow, mcdv is unstable

videocodec qdv
  info "Sony Digital Video (DV)"
  status working
  fourcc dvsl,dvsd,dvhd  ; ????
  fourcc DVSD dvsd  ; pal .avi
  fourcc "dvcp" dvsd ; pal .mov
  fourcc "dvc " dvsd ; ntsc .mov
  driver dshow
  dll "qdv.dll"
  guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
  out YUY2
  out UYVY
  out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample

videocodec ffdv
  info "FFmpeg DV decoder"
  status working
  fourcc DVSD,dvsd  ; PAL
  fourcc DVCS,dvcs  ; NTSC ?
  fourcc "dvcp"      ; PAL DV in .mov
  fourcc "dvc "      ; NTSC DV in .mov
  driver ffmpeg
  dll dvvideo
  out 411P,YV12

videocodec libdv
  info "Raw DV decoder (libdv)"
  status working
  fourcc DVSD,dvsd  ; PAL
  fourcc DVCS,dvcs  ; NTSC ?
  fourcc "dvcp"      ; PAL DV in .mov
  fourcc "dvc "      ; NTSC DV in .mov
  fourcc AVdv        ; AVID DV
  driver libdv
  dll libdv.so.2
  out YUY2

; note: it crashes with pond.dv (IMG:http://forum.ripp-it.com/style_emoticons/default/bof.gif)
videocodec mcdv
  info "MainConcept DV Codec"
  status working
  fourcc DVSD,dvsd  ; PAL
  fourcc DVCS,dvcs  ; NTSC ?
  fourcc CDVC,cdvc  ; ???
  fourcc "dvcp" dvsd ; PAL DV in .mov
  fourcc "dvc " dvcs ; NTSC DV in .mov
  driver vfw
  dll "mcdvd_32.dll"
  out YUY2
  out UYVY
  out BGR32,BGR24,BGR15

; 3ivx:

videocodec 3ivXxa
  info "XAnim's 3ivX Delta 3.5 plugin"
  status working
  fourcc 3IV1
  driver xanim
  dll "vid_3ivX.xa"
  out YV12,IYUV,I420

videocodec 3ivX
  info "3ivX Delta 3.5"
  status crashing
  fourcc 3IV1
  driver dshow
  dll "3ivxdmo.dll"
  guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
  out YV12
  out YUY2
  out BGR32,BGR24,BGR16,BGR15

; experimental real video decoder using closed source codecs

videocodec rv40
  info "Linux RealPlayer 9 RV40 decoder"
  status working
  fourcc RV40,rv40
  driver realvid
  dll "drv4.so.6.0"
  out I420

videocodec rv40win
  info "Win32 RealPlayer 9 RV40 decoder"
  status working
  fourcc RV40,rv40
  driver realvid
  dll "drv43260.dll"
  out I420

videocodec rv40mac
  info "Mac OS X RealPlayer 9 RV40 decoder"
  status working
  fourcc RV40,rv40
  driver realvid
  dll "drvc.bundle/Contents/MacOS/drvc"
  out I420

videocodec rv30
  info "Linux RealPlayer 8 RV30 decoder"
  status working
  fourcc RV30,rv30
  driver realvid
  dll "drv3.so.6.0"
  out I420

videocodec rv30win
  info "Win32 RealPlayer 8 RV30 decoder"
  status working
  fourcc RV30,rv30
  driver realvid
  dll "drv33260.dll"
  out I420

videocodec rv30mac
  info "Mac OS X RealPlayer 9 RV30 decoder"
  status working
  fourcc RV30,rv30
  driver realvid
  dll "drvc.bundle/Contents/MacOS/drvc"
  out I420

videocodec rv20
  info "Linux RealPlayer 8 RV20 decoder"
  status working
  fourcc RV20,rv20
  driver realvid
  dll "drv2.so.6.0"
  out I420

videocodec rv20win
  info "Win32 RealPlayer 8 RV20 decoder"
  status working
  fourcc RV20,rv20
  driver realvid
  dll "drv23260.dll"
  out I420

videocodec rv20mac
  info "Mac OS X RealPlayer 9 RV20 decoder"
  status working
  fourcc RV20,rv20
  driver realvid
  dll "drv2.bundle/Contents/MacOS/drv2"
  out I420

; others:

videocodec alpary
  info "Alparysoft lossless codec dshow"
  status working
  fourcc ASLC
  driver dshow
  dll "aslcodec_dshow.dll"
  guid 0x7f9de066, 0xbf3d, 0x4c17, 0x86, 0xb7, 0x33, 0xe4, 0x3e, 0xbe, 0xae, 0xf0
  out BGR24 flip

videocodec alpary2
  info "Alparysoft lossless codec vfw"
  status working
  fourcc ASLC
  driver vfw
  dll "aslcodec_vfw.dll"
  out BGR24 flip

videocodec LEADMW20
  info "Lead CMW wavelet 2.0"
  status working
  fourcc LCW2
  driver dshow
  dll "LCODCCMW2E.dll"; eval need also LCMW2.dll
  guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
  out BGR24,BGR8 flip

videocodec ffrv10
  info "FFmpeg RV10 decoder"
  status working
  fourcc RV10,rv10
  fourcc RV13,rv13
  driver ffmpeg
  dll rv10
  out YV12,I420,IYUV

videocodec ffrv20
  info "FFmpeg RV20 decoder"
  status untested
  fourcc RV20,rv20
  driver ffmpeg
  dll rv20
  out YV12,I420,IYUV
 
videocodec ffvp3
  info "FFmpeg's VP3-Codec"
  status untested
  fourcc VP30,vp30,VP31,vp31
  format 0x20335056 ; "VP3 " (used in .nsv files)
  driver ffmpeg
  dll "vp3"
  out YV12

videocodec fftheora
  info "FFmpeg's Theora"
  status untested
  fourcc theo,Thra
  format 0xFFFC
  driver ffmpeg
  dll "theora"
  out YV12

videocodec vp3
  info "On2 OpenSource VP3-Codec"
  status working
  comment "For SSE-systems use fixed dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
  fourcc VP30,vp30,VP31,vp31
  flags align16
  driver vfwex
  dll "vp31vfw.dll"
  out YUY2
  out BGR32,BGR24,BGR15

videocodec vp4
  info "On2 VP4 Personal Codec"
  comment "Decodes also VP3"
  status working
  fourcc VP40
  fourcc VP31,VP30,vp31,vp30
  driver vfwex
  dll "vp4vfw.dll"
  out YUY2
  out BGR32,BGR24

videocodec vp5
  info "On2 VP5 Personal Codec"
  status working
  fourcc VP50
  driver vfwex
  dll "vp5vfw.dll"
  out YUY2
  out BGR32,BGR24

videocodec vp6
  info "On2 VP6 Personal Codec"
  status working
  fourcc VP60,VP61,VP62
  driver vfwex
  dll "vp6vfw.dll"
  out YUY2
  out BGR32,BGR24

videocodec mwv1
  info "Motion Wavelets"
  status working
  fourcc MWV1
  driver vfw
  dll "icmw_32.dll"
  out BGR24,BGR15 flip

videocodec asv2
  info "ASUS V2"
  status working
  fourcc ASV2
  driver vfw
  dll "asusasv2.dll"
  out UYVY
  out BGR32,BGR24,BGR15 flip

videocodec asv1
  info "ASUS V1"
  status working
  fourcc ASV1
  driver vfw
  dll "asusasvd.dll"
  out UYVY
  out BGR32,BGR24,BGR15 flip

videocodec ffultimotion
  info "IBM Ultimotion native decoder"
  status working
  fourcc ULTI
  driver ffmpeg
  dll "ultimotion"
  out YVU9

videocodec ultimotion
  info "IBM Ultimotion"
  status working
  fourcc ULTI
  driver vfw
  dll "ultimo.dll"
  out YUY2,UYVY
  out BGR32,BGR24,BGR15 flip

videocodec mss1
  info "Windows Screen Video"
  status working
  fourcc MSS1
  driver dshow
  dll "msscds32.ax"
  guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
  out BGR32,BGR24,BGR16,BGR15

; CLRVIDDC.DLL needed too, with uppercase
videocodec ucod
  info "UCOD-ClearVideo"
  status working
  fourcc UCOD
  driver vfw
  dll "clrviddd.dll"
  out BGR32,BGR24,BGR15 flip

videocodec vcr2
  info "ATI VCR-2"
  status working
  fourcc VCR2
  driver vfw
  dll "ativcr2.dll"
  out YV12
  out BGR24

videocodec CJPG
  info "CJPG"
  status untested
  comment "need sample files (this dll is decompression only!)"
  fourcc CJPG
  driver vfw
  dll "CtWbJpg.DLL"
  out YUY2
  out UYVY
  out BGR24,BGR15

videocodec ffduck
  info "Duck Truemotion1"
  status working
  fourcc DUCK
  driver ffmpeg
  dll "truemotion1"
  out BGR15

; our BGR15->BGR32 is bad or the DLL?
videocodec tm20
  info "TrueMotion 2.0"
  status working
  comment "YUV faulting"
  fourcc TM20
  driver dshow
  dll "tm20dec.ax"
  guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
  out BGR32,BGR24,BGR16

videocodec ffsp5x
  info "SP5x codec - used by Aiptek MegaCam"
  status working
  fourcc SP53,SP54,SP55,SP56,SP57,SP58
  driver ffmpeg
  dll "sp5x"
  out YV12

videocodec sp5x
  info "SP5x codec - used by Aiptek MegaCam"
  status working
  fourcc SP53,SP54,SP55,SP56,SP57,SP58
  driver vfw
  dll "sp5x_32.dll"
  out BGR24,BGR15 flip

videocodec vivd2
  info "SoftMedia ViVD V2 codec Vfw"
  status working
  fourcc GXVE,gxve
  driver vfw
  dll "ViVD2.dll"
  out YUY2,YV12,I420,YVU9
  out BGR32,BGR24,BGR15

videocodec winx
  info "Winnov Videum winx codec"
  status working
  fourcc WINX
  driver vfwex
  dll "wnvwinx.dll"
  out BGR32,BGR24,BGR15

videocodec wnv1
  info "Winnov Videum wnv1 codec"
  status working
  fourcc WNV1
  driver vfwex
  dll "wnvplay1.dll"
  out BGR32,BGR24,BGR15

videocodec vdom
  info "VDOWave codec"
  status working
  fourcc VDOM
  driver vfw
  dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
  out BGR24

videocodec lsv
  info "Vianet Lsvx Video Decoder"
  status working
  fourcc lsvx
  fourcc lsvm
  fourcc lsvc
  driver vfw
  dll "lsvxdec.dll"
  out BGR32,BGR24,BGR16 flip


; quicktime codecs:

videocodec qt3ivx
  info "win32/quicktime 3IV1 (3ivx) decoder"
  status working
  fourcc 3IV1
  driver qtvideo
  dll "3ivx Delta 3.5.qtx"
  out YUY2

videocodec qtavui
  info "win32/quicktime Avid Meridien Uncompressed"
  status working
  fourcc AVUI
  driver qtvideo
  dll "AvidQTAVUICodec.qtx"
  out YUY2

videocodec qth263
  info "win32/quicktime H.263 decoder"
  status crashing
  fourcc h263
  driver qtvideo
  dll "QuickTime.qts"
  out YUY2

videocodec qtrlerpza
  info "win32/quicktime RLE/RPZA decoder"
  comment "no colorspace accepted"
  status crashing
  fourcc rpza
  format 0x20656C72 ; "rle "
  driver qtvideo
  dll "QuickTime.qts"
  out BGR32,BGR24,BGR15

videocodec qtvp3
  info "win32/quicktime VP3 decoder"
  status crashing
  fourcc VP31
  driver qtvideo
  dll "On2_VP3.qtx"
  out YUY2

videocodec qtzygo
  info "win32/quicktime ZyGo decoder"
  status buggy
  comment "wrong colors"
  fourcc ZyGo,zygo,lsvx
  driver qtvideo
  dll "ZyGoVideo.qtx"
  out BGR32,RGB32

videocodec qtbhiv
  info "win32/quicktime BeHereiVideo decoder"
  comment "sample file wanted!"
  status untested
  fourcc bhiv
  driver qtvideo
  dll "BeHereiVideo.qtx"
  out YUY2

videocodec qtcvid
  info "win32/quicktime Cinepak decoder"
  status working
  fourcc cvid
  driver qtvideo
  dll "QuickTime.qts"
  out YUY2

videocodec qtindeo
  info "win32/quicktime Indeo decoder"
  status crashing
  fourcc IV31,iv31
  fourcc IV32,iv32
  fourcc IV41
  driver qtvideo
  dll "QuickTime.qts"
  out YUY2

videocodec qtmjpeg
  info "win32/quicktime MJPEG decoder"
  status crashing
  fourcc dmb1
  fourcc mjpa
  fourcc mjpb
  driver qtvideo
  dll "QuickTime.qts"
  out YUY2

videocodec qtmpeg4
  info "win32/quicktime MPEG-4 decoder"
  status crashing
  fourcc mp4v
  driver qtvideo
  dll "QuickTime.qts"
  out YUY2

videocodec qtsvq3
  info "win32/quicktime SVQ3 decoder"
  status working
  fourcc SVQ3
  driver qtvideo
  dll "QuickTimeEssentials.qtx"
  out YUY2

videocodec qtsvq1
  info "win32/quicktime SVQ1 decoder"
  status buggy
  fourcc SVQ1
  driver qtvideo
  dll "QuickTime.qts"
  out YVU9

; VSS codecs (http://vsofts.com/solutions.html):

videocodec vsslight
  info "VSS Codec Light"
  status working
  fourcc VSSV
  driver vfw
  dll "vsslight.dll"
  out BGR24 flip

videocodec vssh264
  info "VSS H.264"
  status working
  fourcc VSSH
  driver vfw
  dll "vssh264.dll" ; need also vssh264core.dll, vssh264dec.dll
  out BGR24 flip

videocodec vsswlt
  info "VSS Wavelet Video Codec"
  status working
  fourcc VSSW
  driver vfw
  dll "vsswlt.dll"
  out BGR24 flip

; buggy codecs:  (any volunteers for native rewrite?)

videocodec zlib
  info "AVIzlib"
  status working
  comment "24bpp only"
  fourcc ZLIB
  driver vfw
  dll "avizlib.dll"
  out BGR24 flip

videocodec mszh
  info "AVImszh"
  status working
  comment "24bpp only"
  fourcc MSZH
  driver vfw
  dll "avimszh.dll"
;  out YUY2
;  out BGR32,BGR24,BGR15
  out BGR24

videocodec alaris
  info "Alaris VideoGramPiX"
; http://www.alaris.com/movies/toocool.vgm
; Martin Schuster <schuster@ap.univie.ac.at>
  status crashing
  comment "only produces strange patterns"
  fourcc VGPX,VTLP VGPX
  driver vfwex
  dll "vgpix32d.dll"
  out UYVY
  out BGR24


; non-working codecs:

videocodec vcr1
  info "ATI VCR-1"
  status crashing
  fourcc VCR1
  driver vfw
  dll "ativcr1.dll"
  out RGB24 flip

videocodec pim1
  info "Pinnacle Hardware MPEG1"
  status crashing
  comment "no picture. use ffmpeg12!"
  fourcc PIM1
  driver vfw
  dll "pclepim1.dll"
  out BGR24 flip
;  out I420
;  out YUY2
;  out BGR32,BGR24,BGR16,BGR15

videocodec qpeg
  info "Q-Team's QPEG (www.q-team.de)"
  status working
  comment "BGR8 only!"
  fourcc Q1.0,QPEG
  fourcc Q1.1,qpeq
  driver vfw
  dll "qpeg32.dll"
  out BGR8 flip

videocodec rricm
  info "rricm"
  status crashing
  fourcc dmb1
  driver vfw
  dll "rricm.dll"
  out YUY2
  out BGR24 flip

videocodec ffcamtasia
  info "TechSmith Camtasia Screen Codec (native)"
  status working
  fourcc TSCC,tscc
  driver ffmpeg
  dll "camtasia"
  out BGR24,BGR15,BGR8 query

; sample videos: http://www.techsmith.com/products/camtasia/examplevideos.asp
videocodec camtasia
  info "TechSmith Camtasia Screen Codec"
  status working
  fourcc TSCC,tscc
  driver vfw
  dll "tsccvid.dll"
  out BGR24,BGR15,BGR8 query,flip

; raw formats:  (now RGB formats are autodetected)

; these raw codecs are used mostly by tv input
; 0x20776172 is used by Quicktime ('raw ')
; 0x0 is used by AVI
; YV12,RGB|32,RGB|24.. is created by MPlayer

videocodec rawrgb32
  info "RAW RGB32"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x52474220
  out RGB32

videocodec rawrgb24
  info "RAW RGB24"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x52474218
  out RGB24

videocodec rawrgb16
  info "RAW RGB16"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x52474210
  out RGB16

videocodec rawbgr32flip
  info "RAW BGR32"
  status working
  driver raw
  format 0x0
  out BGR32 flip

videocodec rawbgr32
  info "RAW BGR32"
  status working
  driver raw
  format 0x0
  format 0x42475220
  out BGR32

videocodec rawbgr24flip
  info "RAW BGR24"
  status working
  driver raw
  format 0x0
  out BGR24 flip

videocodec rawbgr24
  info "RAW BGR24"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x42475218
  out BGR24

videocodec rawbgr16flip
  info "RAW BGR15"
  status working
  driver raw
  format 0x0
  out BGR16 flip

videocodec rawbgr16
  info "RAW BGR15"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x42475210
  out BGR16

videocodec rawbgr15flip
  info "RAW BGR15"
  status working
  driver raw
  format 0x0
  out BGR15 flip

videocodec rawbgr15
  info "RAW BGR15"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x4247520F
  out BGR15

videocodec rawbgr8flip
  info "RAW BGR8"
  status working
  driver raw
  format 0x0
  out BGR8 flip

videocodec rawbgr8
  info "RAW BGR8"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x42475208
  out BGR8

videocodec rawbgr1
  info "RAW BGR1"
  status working
  driver raw
  format 0x0
  format 0x20776172
  format 0x42475201
  out BGR1 flip

videocodec rawyuy2
  info "RAW YUY2"
  status working
  driver raw
  format 0x0 0x32595559
  format 0x20776172
  fourcc yuy2,YUY2
  out YUY2

videocodec rawuyvy
  info "RAW UYVY"
  status working
  driver raw
  format 0x0 0x59565955
  format 0x20776172
  fourcc uyvy,UYVY
  out UYVY

videocodec rawyv12
  info "RAW YV12"
  status working
  driver raw
  format 0x0 0x32315659
  format 0x20776172
  fourcc yv12,YV12
  out YV12

videocodec rawnv21
  info "RAW NV21"
  status working
  driver hmblck
  format 0x0 0x3132564E
  format 0x20776172
  fourcc nv21,NV21
  out YV12

videocodec rawnv12
  info "RAW NV12"
  status working
  driver hmblck
  format 0x0 0x3231564E
  format 0x20776172
  fourcc nv12,NV12
  out YV12

videocodec rawhm12
  info "RAW HM12"
  status working
  driver hmblck
  format 0x0 0x32314D48
  format 0x20776172
  fourcc hm12,HM12
  out YV12

videocodec rawi420
  info "RAW I420"
  status working
  driver raw
  format 0x0 0x30323449
  format 0x20776172
  fourcc i420,I420
  fourcc IYUV,iyuv
  out I420,IYUV

videocodec rawyvu9
  info "RAW YVU9"
  status working
  driver raw
  format 0x0 0x39555659
  format 0x20776172
  fourcc yvu9,YVU9
  out YVU9

videocodec rawy800
  info "RAW Y8/Y800"
  status working
  driver raw
  format 0x0
  format 0x20203859 ; "Y8  "
  fourcc y800,Y800
  out Y800,Y8

; NULL codec - for testing.

videocodec null
  info "NULL codec (no decoding!)"
  status crashing
  comment "for unknown/unsupported codecs or testing"
  driver null
  out YV12
  out I420
  out YUY2
  out UYVY
  out YVU9
  out BGR32,BGR24,BGR16,BGR15


Donc ça, c'est fait ...

Ce message a été modifié par rol - 05/10/2005 23:49.
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 17:02
Message #4


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



Et voici les codecs audio, la liste complete ne tient pas dans un seul post ... (IMG:http://forum.ripp-it.com/style_emoticons/default/an_ouarf.gif) (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)

;=============================================================================
;                  AUDIO CODECS
;=============================================================================

audiocodec wma9dmo
  info "Windows Media Audio 9 DMO"
  status working
  format 0x162
  format 0x163
  driver dmo
  dll "wma9dmod.dll"
  guid 0x27ca0808, 0x01f5, 0x4e7a, 0x8b, 0x05, 0x87, 0xf8, 0x07, 0xa2, 0x33, 0xd1

audiocodec wmadmo
  info "Windows Media Audio DMO"
  status working
  format 0x160
  format 0x161
  format 0x162
  format 0x163
  driver dmo
  dll "wmadmod.dll"
  guid 0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95, 0x5f, 0x56, 0x32, 0x0a

audiocodec wma9spdmo
  info "Windows Media Audio 9 Speech DMO"
  status working
  format 0xa
  driver dmo
  dll "wmspdmod.dll"
  guid 0x874131cb, 0x4ecc, 0x443b, 0x89, 0x48, 0x74, 0x6b, 0x89, 0x59, 0x5d, 0x20

audiocodec wma9spdshow
  info "Windows Media Audio 9 Speech DShow"
  status buggy
  format 0xa
  driver dshow
  dll "wmavds32.ax"
  guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad

audiocodec qdmc
  info "Quicktime QDMC/QDM2 audio decoders"
  status working
  format 0x324D4451 ; "QDM2"
  format 0x434D4451 ; "QDMC"
  driver qtaudio
  dll "QuickTime.qts"

audiocodec qclp
  info "Quicktime QCLP audio decoder"
  status working
  format 0x706C6351 ; "QCLP"
  driver qtaudio
  dll "QuickTime.qts"

audiocodec qtmace3
  info "Quicktime MACE3 audio decoder"
  status working
  format 0x3343414D ; "MAC3"
  driver qtaudio
  dll "QuickTime.qts"

audiocodec qtmace6
  info "Quicktime MACE6 audio decoder"
  status working
  format 0x3643414D ; "MAC6"
  driver qtaudio
  dll "QuickTime.qts"

audiocodec ra144
  info "RealAudio 1.0"
  status working
  format 0x345F3431 ; "14_4"
  driver realaud
  dll "14_4.so.6.0"

audiocodec ra144win
  info "Win32 RealAudio 1.0"
  status working
  format 0x345F3431 ; "14_4"
  driver realaud
  dll "14_43260.dll"

audiocodec ra144mac
  info "Mac OS X RealAudio 1.0"
  status working
  format 0x345F3431 ; "14_4"
  driver realaud
  dll "14_4.shlb"

audiocodec ra288
  info "RealAudio 2.0"
  status working
  format 0x385F3832 ; "28_8"
  driver realaud
  dll "28_8.so.6.0"

audiocodec ra288win
  info "Win32 RealAudio 2.0"
  status working
  format 0x385F3832 ; "28_8"
  driver realaud
  dll "28_83260.dll"

audiocodec ra288mac
  info "Mac OS X RealAudio 2.0"
  status working
  format 0x385F3832 ; "28_8"
  driver realaud
  dll "28_8.shlb"

audiocodec mpra1428
  info "RealAudio 1.0 and 2.0 native decoder"
  status working
  format 0x345F3431 ; "14_4"
  format 0x385F3832 ; "28_8"
  driver ra1428

audiocodec racook
  info "RealAudio COOK"
  status working
  format 0x6B6F6F63 ; "cook"
  driver realaud
  dll "cook.so.6.0"

audiocodec racookwin
  info "Win32 RealAudio COOK"
  status working
  format 0x6B6F6F63 ; "cook"
  driver realaud
  dll "cook3260.dll"

audiocodec racookmac
  info "Mac OS X RealAudio COOK"
  status working
  format 0x6B6F6F63 ; "cook"
  driver realaud
  dll "cook.bundle/Contents/MacOS/cook"

audiocodec rasipr
  info "RealAudio Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr.so.6.0"

audiocodec rasiprwin
  info "Win32 RealAudio Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr3260.dll"

audiocodec rasiprmac
  info "Mac OS X RealAudio Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr.bundle/Contents/MacOS/sipr"

audiocodec raatrc
  info "RealAudio ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc.so.6.0"

audiocodec raatrcwin
  info "Win32 RealAudio ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc3260.dll"

audiocodec raatrcmac
  info "Mac OS X RealAudio ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc.bundle/Contents/MacOS/atrc"

audiocodec imaadpcm
  info "IMA ADPCM"
  status working
  format 0x11
  format 0x34616d69  ; "ima4" (MOV files)
  format 0x1100736d ; "ms\x00\x11" (MOV files)
  driver imaadpcm

audiocodec msadpcm
  info "MS ADPCM"
  status working
  format 0x2
  format 0x0200736d  ; "ms\x00\x02" (MOV files)
  driver msadpcm

audiocodec dk4adpcm
  info "Duck DK4 ADPCM (rogue format number)"
  status working
  format 0x61 ; This format number was used by Duck Corp. but not officially
              ; registered with Microsoft
  driver imaadpcm

audiocodec dk3adpcm
  info "Duck DK3 ADPCM (rogue format number)"
  status working
  format 0x62 ; This format number was used by Duck Corp. but not officially
              ; registered with Microsoft
  driver dk3adpcm

audiocodec ffroqaudio
  info "Id RoQ File Audio Decoder"
  status working
  fourcc RoQA ; RoQA is an internal MPlayer FOURCC
  driver ffmpeg
  dll "roq_dpcm"

audiocodec libdv
  info "raw DV audio decoder (libdv)"
  status working
  fourcc RADV
  driver libdv
  dll libdv.so.2

audiocodec ffdv
  info "FFmpeg DV audio decoder"
  status working
  fourcc RADV
  driver ffmpeg
  dll "dvaudio"

audiocodec faad
  info "FAAD AAC (MPEG2/MPEG4 Audio) decoder"
  status working
  fourcc mp4a,MP4A
  fourcc "AAC " ; Used in NSV
  format 0xff
  format 0x706D ; AAC in avi generated by FFMpeg
  driver faad
  dll libfaad2

audiocodec ffflac
  info "FFmpeg FLAC audio decoder"
  status working
  format 0x43614C66
  driver ffmpeg
  dll "flac"

audiocodec pcm
  info "Uncompressed PCM"
  status working
  format 0x0
  format 0x1
  format 0x20776172  ; "raw " (MOV files)
  format 0x736f7774  ; "twos" (MOV files)
  format 0x74776f73  ; "sowt" (MOV files)
  format 0x32336c66  ; "fl32" (MOV files)
  format 0x454e4f4e  ; "NONE" (MOV files from Kodak CX6320)
;;;; these are for hardware support only:  (alaw,ulaw,ima-adpcm,mpeg,ac3)
;  format 0x6
;  format 0x7
;  format 0x11
;  format 0x50
;  format 0x2000
;;;;
  driver pcm

audiocodec divx
  info "DivX audio (WMA)"
  status working
  format 0x160
  format 0x161
  driver acm
  dll "divxa32.acm"

audiocodec msadpcmacm
  info "MS ADPCM"
  status working
  format 0x2
  driver acm
  dll "msadp32.acm"

audiocodec mp3
  info "mp3lib MPEG layer-2, layer-3"
  status working
  comment "Optimized to MMX/SSE/3Dnow!"
  format 0x50        ; layer-1 && layer-2
  format 0x55        ; layer-3
  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
  format 0x2033504D  ; "MP3 " (used in .nsv files)
  driver mp3lib

audiocodec ffwmav1
  info "DivX audio v1 (ffmpeg)"
  status untested
  format 0x160
  driver ffmpeg
  dll "wmav1"

audiocodec ffwmav2
  info "DivX audio v2 (ffmpeg)"
  status untested
  format 0x161
  driver ffmpeg
  dll "wmav2"

audiocodec ffmac3
  info "Macintosh Audio Compression and Expansion 3:1"
  status untested
  fourcc "MAC3"
  driver ffmpeg
  dll "mace3"

audiocodec ffmac6
  info "Macintosh Audio Compression and Expansion 6:1"
  status untested
  fourcc "MAC6"
  driver ffmpeg
  dll "mace6"

audiocodec ffra144
  info "FFmpeg RealAudio 1.0"
  status untested
  format 0x345F3431 ; "14_4"
  driver ffmpeg
  dll "real_144"

audiocodec ffra288
  info "FFmpeg RealAudio 2.0"
  status crashing
  format 0x385F3832 ; "28_8"
  driver ffmpeg
  dll "real_288"

audiocodec ffsonic
  info "FFmpeg Sonic"
  status untested
  fourcc SONC
  format 0x2048
  driver ffmpeg
  dll "sonic"

audiocodec ffmp3
  info "FFmpeg MPEG layer-3 audio decoder"
  comment "integer only"
  status working
  format 0x55
  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
  driver ffmpeg
  dll "mp3"

audiocodec ffmp2
  info "FFmpeg MPEG layer-1 and layer-2 audio decoder"
  comment "integer only"
  status working
  format 0x50
  driver ffmpeg
  dll "mp2"

audiocodec mad
  info "libMAD MPEG layer 1-2-3"
  status working
  format 0x50
  format 0x55
  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
  driver libmad
  dll "libmad"

audiocodec mp3acm
  info "MPEG layer-3"
  status working
  comment "conflicts with security kernel patches"
  format 0x55
  driver acm
  dll "l3codeca.acm"

audiocodec imaadpcmacm
  info "IMA ADPCM"
  status working
  format 0x11
  driver acm
  dll "imaadp32.acm"
 
audiocodec msgsmacm
  info "MS GSM"
  status working
  format 0x31
;  format 0x32
  driver acm
  dll "msgsm32.acm"

audiocodec msnaudio
  info "MSN AUDIO"
  status working
;  format 0x31
  format 0x32
  driver acm
  dll "msnaudio.acm"

audiocodec msgsm
  info "MS GSM"
  status working
  format 0x31
  format 0x32
  fourcc agsm
  driver msgsm

audiocodec alaw
  info "aLaw"
  status working
  format 0x6
  format 0x77616C61 ; 'alaw', .mov files
  driver alaw

audiocodec ulaw
  info "uLaw"
  status working
  format 0x7
  format 0x77616c75  ; "ulaw" (MOV files)
  driver alaw

audiocodec aiffpcm
  info "Uncompressed AIFF PCM"
  status working
  format 0x6669612E  ; ".aif"
  driver aiffpcm

audiocodec dvdpcm
  info "Uncompressed DVD/VOB LPCM"
  status working
  format 0x10001
  driver dvdpcm

audiocodec a52
  info "AC3-liba52"
  status working
  format 0x2000
  fourcc dnet
  driver liba52
  dll "liba52"

audiocodec ac3
  info "AC3-libac3"
  comment "removed from mplayer, use liba52"
  status working
  format 0x2000
  fourcc dnet
  driver libac3
  dll "libac3"

audiocodec ffdts
  info "DTS"
  status working
  format 0x2001
  format 0x1 ;for dts wavs
  fourcc dnet
  driver ffmpeg
  dll "dts"

audiocodec voxware
  info "VoxWare"
  status working
  format 0x75
  driver dshow
  dll "voxmsdec.ax" ; need also msms001.vwp
  guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d

audiocodec acelp
  info "ACELP.net Sipro Lab Audio Decoder"
  status working
  format 0x130
  driver dshow
  dll "acelpdec.ax"
  guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7

audiocodec imc
  info "Intel Music Coder"
  status working
  comment "driver at -http://codeczone.virtualave.net/FXIMCAUD.zip (lien hs)
  format 0x401
  driver acm
  dll "imc32.acm"

audiocodec iac25
  info "Indeo audio"
  status working
  format 0x402
  driver acm
  dll "iac25_32.ax"

audiocodec ffctadp32
  info "Creative ADPCM native codec"
  status working
  format 0x200
  driver ffmpeg
  dll "adpcm_ct"

audiocodec ctadp32
  info "Creative ADPCM CODEC"
  status working
  format 0x200
  driver acm
  dll "ctadp32.acm"

audiocodec sc4
  info "SC4 : Micronas speech codec (ADPCM, MPman recording)"
  status working
  format 0x350
  driver acm
  dll "mi-sc4.acm"

audiocodec hwac3
  info "AC3 through SPDIF"
  status working
  format 0x2000
  fourcc dnet
  driver hwac3

audiocodec hwdts
  info "DTS through SPDIF"
  status working
  format 0x2001
  fourcc dnet
  driver hwac3

audiocodec vorbis
  info "OggVorbis Audio Decoder"
  status working
  comment "OggVorbis driver using libvorbis"
  format 0xFFFE
  driver libvorbis
  dll "libvorbis"
; acm codec doesn't work, haven't tried zorannt dshow codec
;  driver acm
;  dll "vorbis.acm"

audiocodec vivoaudio
  info "Vivo G.723/Siren Audio Codec"
  status working
  format 0x111      ; vivo g.723
  format 0x112      ; siren
  driver acm
  dll "vivog723.acm"

audiocodec g72x
  info "G.711/G.721/G.723"
  status crashing
  comment "does not work yet - just noise (IMG:http://forum.ripp-it.com/style_emoticons/default/bof.gif) "
  format 0x111    ; vivo g.723
  format 0x112    ; vivo siren
  driver g72x
  dll "g72x.c"

audiocodec ffg726
  info "Sharp G.726 Audio"
  status working
  format 0x45
  driver ffmpeg
  dll "g726"

audiocodec g726
  info "Sharp G.726 Audio"
  status untested
  format 0x45
  driver acm
  dll "scg726.acm"

audiocodec atrac3
  info "Sony ATRAC3"
  status buggy
  comment "format not accepted"
  format 0x270
  driver acm
  dll "atrac3.acm"

audiocodec ALF2
; -http://www.nctsoft.com/products/NCTALFCD/ (lien hs)
; jdp@mail.sonofon.dk
  info "ALF2"
  status working
  format 0x1FC4    ; ALF2
  driver acm
  dll "alf2cd.acm"

audiocodec truespeech
  info "DSP Group TrueSpeech™"
  status working
  format 0x22
  driver acm
  dll "tssoft32.acm" ; need also tsd32.dll

; rt32dcmp.dll needed too
audiocodec voxwarert24
  info "VoxWare RT24 speech codec"
  status working
  format 0x181c
  driver acm
  dll "nsrt2432.acm"

audiocodec lhacm
  info "Lernout & Hauspie CELP and SBC codecs"
  status working
  format 0x1101 ; CELP
  format 0x1102 ; SBC
  format 0x1103 ; SBC
  format 0x1104 ; SBC
  driver acm
  dll "lhacm.acm"


Tiens, c'est drole, il y a un smilley dans le texte ... lol ...

Ce message a été modifié par rol - 05/10/2005 02:21.
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 17:12
Message #5


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



C'est quoi xbmc ? (IMG:http://forum.ripp-it.com/style_emoticons/default/hem.gif)

et CVS ? (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 17:13
Message #6


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



Pour la petite histoire, les dll sont les dll directshow windows ... (IMG:http://forum.ripp-it.com/style_emoticons/default/euh.gif)

Par exemple, pour tester le VP7, j'ai simplement copié la dll VP7fw.dll de mon dossier system32 vers ma box, et j'ai rajouté la ligne indiquant le fourcc dans le codec.conf ... et ça marche ... dingue, non ?! (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 17:16
Message #7


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



Je suppose donc qu'il faut raccorder la box au pc pour avoir la lecture des vp6 etc (IMG:http://forum.ripp-it.com/style_emoticons/default/maya.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 17:22
Message #8


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



(rol @ lundi 21 mars 2005 à 17:16)
Je suppose donc qu'il faut raccorder la box au pc pour avoir la lecture des vp6 etc  (IMG:http://forum.ripp-it.com/style_emoticons/default/maya.gif)
*


Avec XBMC ? ... non, pas du tout, c'est juste que les dll sont compatibles : la xbox est un pc ... la connection au PC permet juste de lire les fichiers qui sont dans les dossiers partagés du PC ... le PC sert comme serveur en gros ...

Perso, je lis depuis mon PC les vob que je n'ai pas encore encodé, ou les films pas encore gravé, mais apres je les lis depuis le DVD/CD ...

Ce message a été modifié par Seb.26 - 21/03/2005 17:26.
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 17:26
Message #9


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



Donc si je n'ai pas de PC, je peux lire du VP6 ( sur un CD ) sur la XboX sans rien changer dessus ?? (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 17:31
Message #10


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



(rol @ lundi 21 mars 2005 à 17:26)
Donc si je n'ai pas de PC, je peux lire du VP6 ( sur un CD ) sur la XboX sans rien changer dessus ?? (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
*

Si tu as XBMC, oui ... mais ça ne veut pas dire sans rien changer dessus ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

La xbox n'est pas encore livrée avec XBMC ... lol

Pour faire de la xbox une platine de salon, il faut :
( c'est ça que tu voulais depuis le debut, hein ... avoue ... (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif) )

1) Une xbox ... ben oui quoi ?!
-> 100 euros d'ocas, en plus vous choisissez un lecteur samsung ...

2) Modifier sa xbox
-> 80 euros plein tarif chez moi ... presque rien si vous avez trouvé un lecteur samsung et que vous tentez de le faire vous meme ( c'est tres simple, il suffit de ne pas avoir peur de faire qq soudure sur une carte mere de PC ... (IMG:http://forum.ripp-it.com/style_emoticons/default/euh.gif) )

3) Un disque dur si vous en voulez un, ce n'est pas obligatoire, c'est surtout pour y copier vos jeux afin de ne pas rayer l'original ... ou pour faire de la xbox un serveur ftp ou http ... le dur d'origine fait 10 Go, ça fait deja pas mal de mp3 ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

Donc, la facture mini : 100 euros ... (IMG:http://forum.ripp-it.com/style_emoticons/default/na.gif) ...

[Edit] Pardon, j'oubliais le cable SCART ( RGB) avec sortie optique pour les amplis HC : indispensable, si c'est pour avoir du composite, autant rester en divx3 (IMG:http://forum.ripp-it.com/style_emoticons/default/an_ouarf.gif) ... = 30 euros chez M$, un peu moins ailleurs, et zero pour les bricolos, les plans sont partout sur le net ... y compris SVideo, HDTV, VGA, spiff ...

Ce message a été modifié par Seb.26 - 21/03/2005 17:49.
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 17:38
Message #11


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



C'est légal tout ça ou pas ? Ca fait sauter la garantie non ? (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 21/03/2005 17:46
Message #12


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



(rol @ lundi 21 mars 2005 à 17:38)
C'est légal tout ça ou pas ? Ca fait sauter la garantie non ? (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
*


L'eternel question ... (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)

1) Alors, est-ce legal ?! ... Et bien, si tu demonte ton congelateur, et que tu rajoute une lampe dedans, peut on t'envoyer en prison ?! ... (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)
Evidement non, donc modifier sa console ou poser une puce dessus est parfaitement legal, c'est d'ailleurs pour cela que les boutiques specialisées poussent sur le net ...
Mais copier un jeu si on n'en a pas l'original, ça c'est illegal, comme de ripper un film si on a pas le DVD chez soi ou si on ne l'a pas loué ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

2) Est-ce que ça fait sauter la garantie ? ... OUI vous perdrez votre garantie, puisque pour ouvrir la xbox il faut detruire un autocollant qui couvre les vis ... d'où le choix de la xbox d'ocas ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

Ce message a été modifié par Seb.26 - 21/03/2005 17:48.
Aller en haut de la page
 
+Citer le message
rol
posté 21/03/2005 17:48
Message #13


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



OK, donc tout va bien (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)

Très intéressant tout ça (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
Aller en haut de la page
 
+Citer le message
paco67
posté 21/03/2005 19:21
Message #14


Monteur
Icône de groupe

Groupe : Membres
Messages : 2.036
Inscrit : 21/06/2003
Lieu : A l'ouest .............du rhin.
Membre no 123



Ben tous ça pour pas faire mieux qu'une xcard dans un pc. (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)
Aller en haut de la page
 
+Citer le message
Seb.26
posté 22/03/2005 10:21
Message #15


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



(paco67 @ lundi 21 mars 2005 à 19:21)
Ben tous ça pour pas faire mieux qu'une xcard dans un pc. (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)
*


PS: tu peux me donner les references d'une bonne xcard stp ?! ça m'interresse aussi ... bientot la TNT ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

Ce message a été modifié par Seb.26 - 22/03/2005 11:03.
Aller en haut de la page
 
+Citer le message
lauden
posté 22/03/2005 12:47
Message #16


Producteur
Icône de groupe

Groupe : Membres
Messages : 10.947
Inscrit : 20/05/2003
Membre no 15



(Seb.26 @ mardi 22 mars 2005 à 10:21)


Pourquoi ?

Tu comptes aller en Corse (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo.gif)
Aller en haut de la page
 
+Citer le message
rol
posté 22/03/2005 13:09
Message #17


Admin
Icône de groupe

Groupe : Admin
Messages : 32.192
Inscrit : 12/05/2003
Lieu : DivX ou XviD
Membre no 2



Il a l'air content de sa xcard (IMG:http://forum.ripp-it.com/style_emoticons/default/yahoo1.gif)
Aller en haut de la page
 
+Citer le message
coolz
posté 22/03/2005 14:22
Message #18


Spectateur
Icône de groupe

Groupe : Membres
Messages : 34
Inscrit : 01/01/2005
Membre no 6.209



Moi aussi je trouvela xbox ultra genial, c'est la platine de salon utlime, pas besoin d'aller acheter la toute derniere a 600 € parce qu'elle supporte l'ogg (lol c'est ironique). Elle lit tout, tres sousvnet mis a jour, on peut jouer, avecf, avoir les derniere sorites sciné, les bande annonces, la météo, lire une video en streaming depuis un pc (le media caneter de pinacle ne fait que ca mais il coute + de 300 €).

Bref c'est la solution ultime.

Perso j'ai une sortie TV (en s-video) et la Xbox et je trouve la xbox bien meilleu au niveau de la qualité de la video (avec les cables d'origine tous plaqué or pas comme chze sony ou c a moitié rouillé).

Vous l'aurez compris, c'est un tres bon acchat a conseiller a tout le monde.
Ps: sur lyon ca coute 55 € de faire pucer sa xbox en magasin.

J'ai mis egalement un lmecteur samsung dedans mais ne faitre je ne m'en sert quasiment pas. Je passe tout en streaming pr le pc. et si jamias j'ai besoin de lire un dvd (de rip de serie par ex) je partage mon lecteur dvd de mon pc et hop c'est parti !!!

Bref que du bonheur !
Aller en haut de la page
 
+Citer le message
Seb.26
posté 22/03/2005 14:29
Message #19


2nd rôle
Icône de groupe

Groupe : Membres
Messages : 575
Inscrit : 30/03/2004
Membre no 2.074



(coolz @ mardi 22 mars 2005 à 14:22)
Perso j'ai une sortie TV (en s-video) et la Xbox et je trouve la xbox bien meilleu au niveau de la qualité de la video (avec les cables d'origine tous plaqué or pas comme chze sony ou c a moitié rouillé).


Achete le cable RGB ( Advanced SCART de M$ ) ... Tu vas redecouvrir tes jeux et tes films ... (IMG:http://forum.ripp-it.com/style_emoticons/default/cling.gif)

(IMG:http://forum.ripp-it.com/style_emoticons/default/aga.gif)
Aller en haut de la page
 
+Citer le message
YannBresil
posté 23/03/2005 03:30
Message #20


Ri(n)oModo
Icône de groupe

Groupe : Super Modérateurs
Messages : 7.488
Inscrit : 18/10/2003
Lieu : Manaus, au centre de l'Amazonie
Membre no 443



(coolz @ mardi 22 mars 2005 à 09:22)
Moi aussi je trouvela xbox ultra genial, c'est la platine de salon utlime, ..

...Bref que du bonheur !
*

ça fait envie ce genre de témoignages, mais il y a une pénurie de Xbox! (IMG:http://forum.ripp-it.com/style_emoticons/default/ouin.gif)
Aller en haut de la page
 
+Citer le message

XBox [FAQ] Questions / Reponses


2 Pages V   1 2 >
Reply to this topicStart new topic
2 utilisateur(s) sur ce sujet (2 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :

 

Modes d'affichage: Standard ·


Regrouper

> Discussions similaires à la discussion "XBox [FAQ] Questions / Reponses"

Sujet Réponses
Questions sur le fps 0
Questions visual basic et windows 0
QUESTIONS SUR LE WD TV LIVE HD MEDIA PLAYER 27
questions conversion vob vers divx [RESOLU] 3
Questions sur les extensions... 10
Questions sur codec divx 5.05 17
Questions sous-titres et ré-encodage 7
questions et formats pour les lecteurs de DVD portable 4
Questions suite au tuto de conversion d'un MKV 13
questions sur le crop et les bandes noires 2

> Sujets récents

Sujets
Décalage audio
Assistante informatique
disparus de Mourmelon (site off.)
Protection DRM fichiers Divx de l'INA
Tous les codecs nécessaires pour ripper
Firmwares RFPlayer 1000 Domotique
EXTRAIRE PISTE AUDIO D'UN FICHIER VIDEO .MKV
Convertir WAV en MP3
Film à retrouver
Tuto Convertir un DVD en MP4 - DVD en MP4
Mkvmerge : Comment différencier les pistes audio anglaise / françaises ?
Ripper DVD en 50 FPS (simplement)
L'actu des logiciels pour la vidéo
test2
Why Ripp-it(ing) After Me and why Ripp-it(ing) For Me ? So then what's the third Ripp-it(ing) part ?

RSS Nous sommes le : 28/03/2024 19:57
Ripp-It - Le site - Glossaire Audio Vidéo - Versions Rippit - Présentation - Tutoriaux divx - Télécharger Ripp-It - Ripper DVD
Forum Vidéo DivX - Ripp-It - Plan du site
Forum PSP - Forum iPod - Forum Mobile - Forum cinéma - Ripit4ME - Contact

Foot
Forum Ri4m™ © 2019 Ri4m™ - Enregistré à la CNIL sous le numéro 1081457