Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Fredrik Persson
Ok, I understand. Thank you Moritz. Do you know if it is possible to put wmv/wma content in an elementary stream? /Fredrik Persson On Wed, Nov 23, 2016 at 11:03 PM, Moritz Barsnick wrote: > On Wed, Nov 23, 2016 at 22:53:44 +0100, Fredrik Persson wrote: > > Is there any way

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Moritz Barsnick
On Wed, Nov 23, 2016 at 14:05:19 -0800, Tim Hiles wrote: > What about adding -report ? That doesn't do anything differently. Or are you tryig to hint at something? Moritz ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Tim Hiles
On Wed, Nov 23, 2016 at 2:03 PM, Moritz Barsnick wrote: > On Wed, Nov 23, 2016 at 22:53:44 +0100, Fredrik Persson wrote: > > Is there any way (increased verbosity?) to make ffmpeg tell me something > > like "you know, I'll do what you asked, but be warned that it is unlikely >

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Moritz Barsnick
On Wed, Nov 23, 2016 at 22:53:44 +0100, Fredrik Persson wrote: > Is there any way (increased verbosity?) to make ffmpeg tell me something > like "you know, I'll do what you asked, but be warned that it is unlikely > this is going to work they way you wanted it"? It seems that, as MPEG-TS is built

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Fredrik Persson
This could be the case. Is there any way (increased verbosity?) to make ffmpeg tell me something like "you know, I'll do what you asked, but be warned that it is unlikely this is going to work they way you wanted it"? /Fredrik Persson On Wed, Nov 23, 2016 at 10:49 PM, Moritz Barsnick

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Moritz Barsnick
On Wed, Nov 23, 2016 at 11:31:48 +0100, Fredrik Persson wrote: > I am getting a non-playable transport stream file after converting it, here > is the console trace. Any ideas here? Thanks in advance! Apparently, ffmpeg doesn't refuse to remux "any old codec" into MPEG-TS, even if that format

Re: [FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-23 Thread Fredrik Persson
Carl, if you don't mind, I see a similar problem with wmv files. I used this sample file: http://techslides.com/demos/samples/sample.wmv The trick with mp4, -vbsf dump_extra, did nothing in this case. I am getting a non-playable transport stream file after converting it, here is the console