How to create playable FLV video from part of FLV file using FFMPEG?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-05-26T00:02:04Z Indexed on 2010/05/26 0:11 UTC
Read the original article Hit count: 510

Filed under:
|
|
|
|

So we had real FLV video file. we had devided it into 3 parts (more or less equal, not looking into structure orcontext). We have taken second part and forgot about first 2. Video contained audio and video track. mp3 and on vp6. Is it any how possible to play thsat second part after sending to ffmpeg some command?

So how to (using any FFMPEG API (in general in any programming language) or using command line) turn bytearray into playable video? (knowing what format video was created in and some other data like used codecs )

© Stack Overflow or respective owner

Related posts about file

Related posts about video