Talk:LSMASHSource

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(notes on codec support, test results)
 
m (update)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
[[Category:Talk]]
 
[[Category:Talk]]
Notes: testing codec support between [[FFmpegSource|FFVideoSource]], [[LSMASHSource/LWLibavVideoSource|LWLibavVideoSource]] and [[LSMASHSource/LSMASHVideoSource|LSMASHVideoSource]]
+
Notes: testing codec support between [[FFmpegSource|FFVideoSource]], [[LSMASHSource/LSMASHVideoSource|LSMASHVideoSource]] and [[LSMASHSource/LWLibavVideoSource|LWLibavVideoSource]]
  
 
FFMS version 2.21; LSMASH r911
 
FFMS version 2.21; LSMASH r911
<div {{BoxWidthIndent|56|2}} >
+
<div {{BoxWidthIndent|64|1}} >
  ## h.264:           all yes (naturally)
+
  h.264/mp4:        all  yes
 +
h.264/avi:        ffms  yes,  lsmash no,  libav yes
 +
h.264-444/mov:    ffms  no*,  lsmash yes,  libav yes  // * ffms output green
 +
h.264-rgb/mov:    ffms  yes,  lsmash no,  libav no
 +
mpeg-4/mov:      all  yes
 +
mpeg-4/avi:      ffms  yes,  lsmash no,  libav yes
 +
mpeg-2/ts:        ffms  yes,  lsmash yes,  libav no
 +
mjpeg/mov:       all   yes
 
   
 
   
  ## prores:           ffms no, libav yes (if colorspace="YUY2"), lsmash yes (YUY2)
+
  prores/mov:       ffms no,   lsmash YUY2, libav YUY2  // "YUY2" = must specify colorspace
 +
pro422-10b/mov:  ffms  no,   lsmash & libav YUV422P16  // must specify YUV422P16 & stacked=true
 +
v210/avi:        ffms  no,  lsmash no,  libav YUV422P16
 +
DNxHD/mov:        ffms  no,  lsmash YUY2, libav YUY2
 
   
 
   
  ## mpeg-4:           ffms yes, libav yes, lsmash no  
+
  utvid-420/mov:   all  yes
  ## utvid ULY0:       ffms yes, libav yes, lsmash no
+
utvid-420/avi:    ffms yes, lsmash no,  libav yes
  ## lagarith:         ffms yes, libav yes, lsmash no  
+
  utvid-rgb/mov:   ffms yes, lsmash yes, libav yes
  ## FRAPS:           ffms yes, libav yes, lsmash no
+
  lagarith/avi:     ffms yes, lsmash no,  libav yes  
  ## ZMBV:             ffms yes, libav yes, lsmash no
+
huffyuv-rgb/mov:  all  no
 +
  huffyuv-rgb/avi: all  no
 +
huffyuv-yuv/avi:  ffms no,  lsmash no,   libav yes
 +
huffyuv-yuv/mov:  ffms  no*, lsmash no,  libav yes  // * ffms output green
 +
  ffv1-y444p10/mov: ffms no,   lsmash YUY2, libav YUY2
 +
magic-yuv/mov:    all  no                            // "no video track found"
 
   
 
   
  ## AVS script:       ffms no, libav yes, lsmash no
+
  fraps/avi:       ffms  yes, lsmash no,  libav yes
  ## xena 'v210':     ffms no, libav yes (YUY2), lsmash no
+
  zmbv/avi:         ffms  yes, lsmash no,  libav yes
   
+
  animated gif:    ffms yes, lsmash no,  libav yes
## animated GIF:    ffms yes, libav yes, lsmash no
+
  animated png:    ffms no,   lsmash no,  libav yes
  ## animated PNG:    ffms no, libav yes, lsmash no
+
  AVS script:       ffms no,  lsmash no,  libav yes
   
+
## huffyuv rgb:     all no
+
  ## magicyuv rgb:    all no
+
 
</div>
 
</div>
[[User:Raffriff42|Raffriff42]] 16:11, 16 October 2016 (CEST)
+
[[User:Raffriff42|Raffriff42]] 14:42, 19 October 2016 (CEST)

Latest revision as of 13:42, 19 October 2016

Notes: testing codec support between FFVideoSource, LSMASHVideoSource and LWLibavVideoSource

FFMS version 2.21; LSMASH r911

h.264/mp4:        all   yes
h.264/avi:        ffms  yes,  lsmash no,   libav yes
h.264-444/mov:    ffms  no*,  lsmash yes,  libav yes   // * ffms output green
h.264-rgb/mov:    ffms  yes,  lsmash no,   libav no
mpeg-4/mov:       all   yes
mpeg-4/avi:       ffms  yes,  lsmash no,   libav yes 
mpeg-2/ts:        ffms  yes,  lsmash yes,  libav no
mjpeg/mov:        all   yes

prores/mov:       ffms  no,   lsmash YUY2, libav YUY2   // "YUY2" = must specify colorspace
pro422-10b/mov:   ffms  no,   lsmash & libav YUV422P16  // must specify YUV422P16 & stacked=true
v210/avi:         ffms  no,   lsmash no,   libav YUV422P16
DNxHD/mov:        ffms  no,   lsmash YUY2, libav YUY2

utvid-420/mov:    all   yes
utvid-420/avi:    ffms  yes,  lsmash no,   libav yes 
utvid-rgb/mov:    ffms  yes,  lsmash yes,  libav yes 
lagarith/avi:     ffms  yes,  lsmash no,   libav yes 
huffyuv-rgb/mov:  all   no
huffyuv-rgb/avi:  all   no
huffyuv-yuv/avi:  ffms  no,   lsmash no,   libav yes
huffyuv-yuv/mov:  ffms  no*,  lsmash no,   libav yes   // * ffms output green
ffv1-y444p10/mov: ffms  no,   lsmash YUY2, libav YUY2
magic-yuv/mov:    all   no                             // "no video track found"

fraps/avi:        ffms  yes,  lsmash no,   libav yes
zmbv/avi:         ffms  yes,  lsmash no,   libav yes
animated gif:     ffms  yes,  lsmash no,   libav yes
animated png:     ffms  no,   lsmash no,   libav yes
AVS script:       ffms  no,   lsmash no,   libav yes

Raffriff42 14:42, 19 October 2016 (CEST)

Personal tools