Re: [FFmpeg-devel] C File name for video conversion in ffmpeg

2014-12-31 Thread Clément Bœsch
On Wed, Dec 31, 2014 at 03:41:05PM +0530, Akash Talole wrote: > I want to know C files for .avi to .mp4 conversion > Please do not top post on this mailing list. AVI and MOV are containers, you will find the muxers and demuxers in libavformat. If you don't know what that means, look at http://f

Re: [FFmpeg-devel] C File name for video conversion in ffmpeg

2014-12-31 Thread Akash Talole
I want to know C files for .avi to .mp4 conversion On Wed, Dec 31, 2014 at 3:32 PM, Clément Bœsch wrote: > On Wed, Dec 31, 2014 at 03:22:41PM +0530, Akash Talole wrote: > > I want to know the C file for the video conversion in ffmpeg. Please give > > me detail list of all video conversion files

Re: [FFmpeg-devel] C File name for video conversion in ffmpeg

2014-12-31 Thread Clément Bœsch
On Wed, Dec 31, 2014 at 03:22:41PM +0530, Akash Talole wrote: > I want to know the C file for the video conversion in ffmpeg. Please give > me detail list of all video conversion files in ffmpeg. ffmpeg*.c ...but it probably involves some of the lib*/**/*.[ch] -- Clément B. pgpWXsA6w383I.pgp

[FFmpeg-devel] C File name for video conversion in ffmpeg

2014-12-31 Thread Akash Talole
I want to know the C file for the video conversion in ffmpeg. Please give me detail list of all video conversion files in ffmpeg. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel