tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Media Viewers: FLVPLayer - sync example config with available transformers #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the example config FLVPLayer is enabled for webm videos. But there are no 
transformers available via ffmpeg for webm.
- Add webm to explicitTransformationOptions (if that is supported by ffmpeg)
or
- Remove webm from example config

There may be other video formats that needs to have example config and 
transformer synced. just found this one for now.

Original issue reported on code.google.com by loftux.p...@gmail.com on 19 Jul 2012 at 9:04

GoogleCodeExporter commented 8 years ago
Fixed in r1256, tested using sample files from 
http://www.webmfiles.org/demo-files/

Original comment by will.abson on 6 Aug 2012 at 10:07