Talk:LSMASHSource: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
notes on codec support, test results
 
Raffriff42 (talk | contribs)
m correction, v210 needs YUV422P16
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
Line 6: Line 6:
  ## h.264:            all yes (naturally)
  ## h.264:            all yes (naturally)
   
   
  ## prores:          ffms no,  libav yes (if colorspace="YUY2"), lsmash yes (YUY2)  
  ## prores:          ffms no,  lsmash yes (if colorspace="YUY2"), libav yes (ditto)  
   
   
  ## mpeg-4:          ffms yes, libav yes, lsmash no
  ## mpeg-4:          ffms yes, lsmash no, libav yes  
  ## utvid ULY0:      ffms yes, libav yes, lsmash no
  ## utvid ULY0:      ffms yes, lsmash no, libav yes  
  ## lagarith:        ffms yes, libav yes, lsmash no
  ## lagarith:        ffms yes, lsmash no, libav yes  
  ## FRAPS:            ffms yes, libav yes, lsmash no
  ## FRAPS:            ffms yes, lsmash no, libav yes
  ## ZMBV:            ffms yes, libav yes, lsmash no
  ## ZMBV:            ffms yes, lsmash no, libav yes
   
   
  ## AVS script:      ffms no,  libav yes, lsmash no
  ## AVS script:      ffms no,  lsmash no, libav yes
  ## xena 'v210':      ffms no,  libav yes (YUY2), lsmash no
  ## xena 'v210':      ffms no,  lsmash no, libav yes (YUV422P16)
   
   
  ## animated GIF:    ffms yes, libav yes, lsmash no
  ## animated GIF:    ffms yes, lsmash no, libav yes
  ## animated PNG:    ffms no,  libav yes, lsmash no
  ## animated PNG:    ffms no,  lsmash no, libav yes
   
   
  ## huffyuv rgb:      all no
  ## huffyuv rgb:      all no

Revision as of 00:46, 17 October 2016

Notes: testing codec support between FFVideoSource, LSMASHVideoSource and LWLibavVideoSource

FFMS version 2.21; LSMASH r911

## h.264:            all yes (naturally)

## prores:           ffms no,  lsmash yes (if colorspace="YUY2"),  libav yes (ditto) 

## mpeg-4:           ffms yes, lsmash no, libav yes 
## utvid ULY0:       ffms yes, lsmash no, libav yes 
## lagarith:         ffms yes, lsmash no, libav yes 
## FRAPS:            ffms yes, lsmash no, libav yes
## ZMBV:             ffms yes, lsmash no, libav yes

## AVS script:       ffms no,  lsmash no, libav yes
## xena 'v210':      ffms no,  lsmash no, libav yes (YUV422P16)

## animated GIF:     ffms yes, lsmash no, libav yes
## animated PNG:     ffms no,  lsmash no, libav yes

## huffyuv rgb:      all no
## magicyuv rgb:     all no

Raffriff42 16:11, 16 October 2016 (CEST)