Is there any alternative to FFMPEG to create flv video programmatically? [closed]

StackOverflow https://stackoverflow.com/questions/3912163

  •  29-09-2019
  •  | 
  •  

Pergunta

I need to create flash movies and the FFMPEG have a GPL license problem , I need to create only flv files.

Is there any alternative ?

Nenhuma solução correta

Outras dicas

FFmpeg can be built under either LGPL or GPL license, with LGPL being more amenable to use in commercial applications.

See the FFmpeg Legal page for more information on the legal considerations when using FFmpeg. The biggest obstacle in using FFmpeg in commercial applications is the use of MPEG LA patented technologies (e.g. H.264 encoding). If you just want to use FFmpeg's open standard codecs (e.g. WebM), you should be OK.

I'm not a lawyer, so do your due diligence in figuring it all out for your application.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top