Re: [Libav-user] Build FFmpeg libraries in Windows

2017-11-30 Thread Hendrik Leppkes
On Thu, Nov 30, 2017 at 2:20 PM, m.kamalasubha m.kamalasubha wrote: > Hello, > I am trying to build static libraries (.lib) for FFmpeg 3.3 version in > Windows 10. > I followed the steps outlined in the link given below, >

Re: [Libav-user] Build FFmpeg libraries in Windows

2017-11-30 Thread Larry Arnold
On 11/30/2017 08:20 AM, m.kamalasubha m.kamalasubha wrote: Hello, I am trying to build static libraries (.lib) for FFmpeg 3.3 version in Windows 10. I followed the steps outlined in the link given below, https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC

[Libav-user] Build FFmpeg libraries in Windows

2017-11-30 Thread m.kamalasubha m.kamalasubha
Hello, I am trying to build static libraries (.lib) for FFmpeg 3.3 version in Windows 10. I followed the steps outlined in the link given below, https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC and used Visual Studio 2015 version. In order to generate static libs, I changed the configure

Re: [Libav-user] Transcoding with new API avcodec_receive_packet

2017-11-30 Thread Leandro Moreira
Thanks, Shu, by the way here the correct link https://github.com/leandromoreira/ffmpeg-libav-tutorial/blob/transcoding/2_transcoding.c I'm trying to work with the minimal possible code since it's supposed to be a simple example. Anyway, I'll try to set the linesize for Y channel