kolychev <kolychev <at> speechpro.com> writes: > I need to read video from pipe, cut into frames and send them > to pipe. I have a video file video.mp4.
You generally cannot pipe mov (or mp4) files unless you used -movflags +faststart when encoding or if run tools/qt-faststart on the input file before piping it. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
