<div style="text-align: left;">Hi,</div><div style="text-align: left;">I need some help guys, i'm using av_read_frame to get the raw h.264 frames from </div><div style="text-align: left;">a .mov file. but "ffmpeg -i file* test.mov" gives "file00: Invalid data found when </div>
<div style="text-align: left;">processing input". I read that av_read_frame might contain other stuff that help </div><div style="text-align: left;">the decoder, how can i verify that the frame is valid and get rid of possible </div>
<div style="text-align: left;">irrelevant decoding info that i don't want? to clarify i want the raw h264 encoded </div><div style="text-align: left;">frames and the "ffmpeg -i file* test.mov" was just a way to check if the frames </div>
<div style="text-align: left;">were valid. If it has any relevance I'm getting the frames from the .mov file on an </div><div style="text-align: left;">iphone and uploading them to a webserver.</div><div style="text-align: left;">
<br></div><div style="text-align: left;">Best Regards </div><div style="text-align: left;">Robin</div>