Transcoding using ffmpeg
-
I assume you mean programatically, take a look at DirectShow[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
-
I assume you mean programatically, take a look at DirectShow[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
Yes I need programatically. Actually,I have written Mpeg4,mjpeg,h264 files into AVI container using AVIStreamWrite().. (VFW.H). Now,i want to transcode this AVI container format to mp4 container. I have seen that ffmpeg tool is used for this purpose. can u give me an example code?? Thanx.
-
Yes I need programatically. Actually,I have written Mpeg4,mjpeg,h264 files into AVI container using AVIStreamWrite().. (VFW.H). Now,i want to transcode this AVI container format to mp4 container. I have seen that ffmpeg tool is used for this purpose. can u give me an example code?? Thanx.
I'm sorry, i misunderstood you, i thought you "simply" wanted to make mpegs of avi files, it didn't get to me that you explicitly want to use ffmpeg, i never used ffmpeg so i have no experience/examples whatsoever for it. Sorry... :(
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
-
I'm sorry, i misunderstood you, i thought you "simply" wanted to make mpegs of avi files, it didn't get to me that you explicitly want to use ffmpeg, i never used ffmpeg so i have no experience/examples whatsoever for it. Sorry... :(
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <