Video Encoding...
-
Hai All.. I need to encode and decode some popular video formats listed below. Input: avi, mpeg2, mpeg4, h.264, mov, flv, VMW output: On2VP6 and h.264 avc I tried with FFMPEG project. But there is only decoding for On2VP6 and H264(Encoding not supported). Is there any library availabe for this purpose? or which is the good way i can go...?Please let me know your valuable suggestions... Regards, Rajeev K R
-
Hai All.. I need to encode and decode some popular video formats listed below. Input: avi, mpeg2, mpeg4, h.264, mov, flv, VMW output: On2VP6 and h.264 avc I tried with FFMPEG project. But there is only decoding for On2VP6 and H264(Encoding not supported). Is there any library availabe for this purpose? or which is the good way i can go...?Please let me know your valuable suggestions... Regards, Rajeev K R
Take a look at DirectShow[^] for instance.
> 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. <
-
Hai All.. I need to encode and decode some popular video formats listed below. Input: avi, mpeg2, mpeg4, h.264, mov, flv, VMW output: On2VP6 and h.264 avc I tried with FFMPEG project. But there is only decoding for On2VP6 and H264(Encoding not supported). Is there any library availabe for this purpose? or which is the good way i can go...?Please let me know your valuable suggestions... Regards, Rajeev K R
Check if the codec in the folling link work for you: http://sourceforge.net/projects/hdot264/[^] I just googled and found it :)
-
Take a look at DirectShow[^] for instance.
> 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. <
Thanks for your reply :thumbsup: ... But it will take more time to develope an encoding application from the scratch using DShow. Unfortunately it is an urgent requirement for me in my current project. I am looking for Encoding and Decoding libraries just like FFMPEG.
-
Check if the codec in the folling link work for you: http://sourceforge.net/projects/hdot264/[^] I just googled and found it :)
Thank You Rejeesh for your quick response... I tried the above link. But Hdot264 video codec supports only H264 format. I need to encode both On2VP6 and h.264 avc.
-
Thank You Rejeesh for your quick response... I tried the above link. But Hdot264 video codec supports only H264 format. I need to encode both On2VP6 and h.264 avc.
Hopefully you would find some On2VP6 codecs as well if you google it.
-
Hopefully you would find some On2VP6 codecs as well if you google it.
I got some paid libraries. But no free libs...Still trying for a best one... :)