<div class="gmail_quote">2012/1/24 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Valérian <contact@...> writes:<br>
<br>
> I directly receive compressed h264 avc1 frames that I want to write to a<br>
> transport stream.<br>
<br>
</div>Does it work with ffmpeg (the application)?<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br>Just tried that out. Doesn't work either.<br><br>Here are some errors I get for the frames :<br>[h264 @ 0x101031600] non-existing PPS referenced<br>[h264 @ 0x101031600] slice type too large (0) at 0 0<br>
[h264 @ 0x101031600] decode_slice_header error<br>[h264 @ 0x101031600] no frame!<br>[h264 @ 0x101031600] pps_id (33919) out of range<br><br>[h264 @ 0x101031600] non-existing PPS 0 referenced<br>[h264 @ 0x101031600] decode_slice_header error<br>
[h264 @ 0x101031600] pps_id out of range<br>[h264 @ 0x101031600] decode_slice_header error<br>[h264 @ 0x101031600] no frame<br><br>Here is the list of arguments I passed to ffmpeg in case you see something wrong:<br>NSArray *args = [NSArray arrayWithObjects:@"-y",@"-f",@"h264",@"-i",@"-",@"-acodec",@"copy",@"-vcodec",@"copy",@"-vbsf",@"h264_mp4toannexb",@"myoutput.ts", nil];<br>
<br>Does this mean I won't be able to process these frames with ffmpeg ?<br><br>Thanks.<br><br>Valérian<br>