I am stuck with conversion of ts file to mp4 file. I am able to convert ts file to mp4 file in ffmpeg with ffmpeg.exe and it's command line.
But i have to do ts to mp4 conversion with c++ code using FFMPEG. I am trying to do this but not succeeded from last 5 days.
Kindly help me.
Thank you
+ Reply to Thread
Results 1 to 3 of 3
-
-
If you are using ffmpeg as an embedded part of your program, you could look at the handbrake source code: https://handbrake.fr/downloads.php be warned; there's no two line sollution and it can be quite cumbersome to get it working! If you are using ffmpeg as an external binary and you want to execute a command and read the piped output, look here: http://stackoverflow.com/questions/478898/how-to-execute-a-command-and-get-output-of-c...-c-using-posix
I'm the developer behind FFQueue. My posts might reflect this! ;-)
Similar Threads
-
MP4 File - MediaInfo only shows file size. Encrypted maybe?
By bbabraham in forum Software PlayingReplies: 8Last Post: 18th Sep 2015, 16:59 -
How to embed SCC closed caption file into a video file mov/mp4/mpg
By santhoshsd in forum Video ConversionReplies: 3Last Post: 13th Aug 2015, 20:48 -
File conversion - HD mp4 to Widescreen SD 16:9 MPEG-2 DVD
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 4Last Post: 7th Jun 2015, 20:57 -
Converting from a 'dvd shrink 3.2' VOB file to an mp4 file
By misstimtam in forum Video ConversionReplies: 6Last Post: 14th Jan 2014, 15:58 -
MP4 Video file - Audio on File not playing.
By peterockd in forum Video ConversionReplies: 3Last Post: 3rd Dec 2013, 01:24