Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to convert a raw files to mp4 video format using ffmpeg and i want to implement it using C++. How do i go about it. I have configured libs and include folder in visual studio set up.I will be glad if i could get a useful link or sample code in C++.

What I have tried:

I don't know how to start in the first place
Posted
Updated 4-Oct-17 2:35am

1 solution

You best start at the ffmpeg documentation site. I also like to mention the ffmpeg examples. Maybe that stackoverflow answer helps you in your problem.

It is a complex library so you will have to learn a lot.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900