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

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

  •  29-09-2019
  •  | 
  •  

문제

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 ?

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top