Search found 12 matches
- Wed Aug 23, 2017 7:28 am
- Forum: Development Examples
- Topic: Using Tee pseudo muxer of ffmpeg by c++ code.
- Replies: 1
- Views: 3271
Re: Using Tee pseudo muxer of ffmpeg by c++ code.
I have done this by myself, and i am sharing it here for others: First do initialise AVFormatContext with tee container and output tee url like : avformat_alloc_output_context2(&m_oc, NULL, "tee", filename); Here m_oc is AVFormatContext, tee is container and filename is outputs(like in filename: "[f...
- Thu Aug 17, 2017 4:12 am
- Forum: Development Examples
- Topic: Using Tee pseudo muxer of ffmpeg by c++ code.
- Replies: 1
- Views: 3271
Using Tee pseudo muxer of ffmpeg by c++ code.
Hello , Is there anyone who knows how to use Tee pseudo muxer of ffmpeg by c++ code. Kindly guide me to this. I am working on getting multiple outputs of muxed transport stream (ts) data. I am able to mux aac and h264 in ts. But i have to get muxed ts data in multiple output. So please guide me if a...
- Thu Aug 17, 2017 3:59 am
- Forum: Development Examples
- Topic: Create duplicate output using ffmpeg libs for MFC application
- Replies: 1
- Views: 2964
Re: Create duplicate output using ffmpeg libs for MFC application
Hello hoainamctin,
I am working on same thing to mux aac audio and h264 video in ts and get multiple outputs of this. But till now i have done all this with ffmpeg command line. Have to done this with code. Kindly help me if u have done it.
Thanks in advance.
I am working on same thing to mux aac audio and h264 video in ts and get multiple outputs of this. But till now i have done all this with ffmpeg command line. Have to done this with code. Kindly help me if u have done it.
Thanks in advance.
- Thu Sep 29, 2016 7:19 am
- Forum: Stream Recording
- Topic: How can i Demux mpegts data and do Mux it in mp4 in C++?
- Replies: 0
- Views: 1540
How can i Demux mpegts data and do Mux it in mp4 in C++?
Hello I am streaming mpegts data and receaving mpegts data at other end . And i am able to demux mpegts data seperately into h264 and aac. Now i have to mux this h264 and aac in mp4 format, I am able to do muxing of h264 alone in mp4 but as soon as i am muxing h264 with aac in mp4 my program gets cr...
- Thu May 26, 2016 8:54 am
- Forum: Development Examples
- Topic: Conversion of ts file to mp4 file with code.
- Replies: 0
- Views: 4174
Conversion of ts file to mp4 file with code.
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
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
- Tue Apr 19, 2016 4:36 am
- Forum: FFmpeg Examples
- Topic: Mux data in streams not in files.
- Replies: 2
- Views: 4847
Re: Mux data in streams not in files.
Sorry , as per my finding this is not possible with mp4 file. You can try this with mpegts not with mp4.
Let me know if you get it done.
Thanks
Let me know if you get it done.
Thanks
- Thu Mar 31, 2016 11:57 am
- Forum: Development Examples
- Topic: simplest ffmpeg audio encoder
- Replies: 6
- Views: 7388
Re: simplest ffmpeg audio encoder
Hello Sir,
Thanks for this wonderful code, but this sample code is not running with Latest FFMpeg 3.0.
Kindly guide me how to make it works with latest FFMpeg.
Thank you
Thanks for this wonderful code, but this sample code is not running with Latest FFMpeg 3.0.
Kindly guide me how to make it works with latest FFMpeg.
Thank you
- Mon Mar 07, 2016 9:15 am
- Forum: Developement with FFmpeg
- Topic: Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
- Replies: 1
- Views: 1592
Re: Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
Above problem is solved by doing following steps: i have run command line ./configure --toolchain=msvc --enable-gpl --disable-network Then i build again with make command. Then i included resultant library and headers and my project is running now. The problem was i was not doing --disable-network. ...
- Mon Mar 07, 2016 7:03 am
- Forum: Developement with FFmpeg
- Topic: Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
- Replies: 1
- Views: 1592
Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
I have just build ffmpeg latest version 3.0 and when i am tring to build ffmpeg related project in visual studio 2010, it gives error: libavformat.a(tls_schannel.o) : error LNK2001: unresolved external symbol [email protected] 1>libavformat.a(tls_schannel.o) : error LNK2001: unresolved external s...
- Mon Mar 07, 2016 7:01 am
- Forum: Compiling
- Topic: Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
- Replies: 0
- Views: 2151
Error LNK 2001 libavformat.a(tls_schannel.o) when building any ffmpeg project in Visual Studio 2010
I have just build ffmpeg latest version 3.0 and when i am tring to build ffmpeg related project in visual studio 2010, it gives error: libavformat.a(tls_schannel.o) : error LNK2001: unresolved external symbol [email protected] 1>libavformat.a(tls_schannel.o) : error LNK2001: unresolved external s...