i want to encode live stream video to h264 and generate mp4 file.
i am using directshow (graph)
how can i add ffmpeg’s h264 encoder as a directshow filter?
Thanks & Regards,
Vishal Parekh
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ffmpegitslelf does not offer DirectShow interface for the implemented encoder. Hence, you need affmpeg-derived work, such as wrapper, instead.ffdshowandffdshow tryoutsare the popular options, which you seem to have already discovered.