flat assembler
Message board for the users of flat assembler.
  
|  Index
      > Windows > How load AVI video and how extract jpg picture ? | 
| Author | 
 | 
| HaHaAnonymous 12 Dec 2013, 14:53 [ Post removed by author. ] Last edited by HaHaAnonymous on 28 Feb 2015, 19:04; edited 1 time in total | |||
|  12 Dec 2013, 14:53 | 
 | 
| DOS386 12 Dec 2013, 15:37 > I want load my self video avi format and finding a suitable frame extract to BMP.
 > If avi video file contains pictures in jpg format then how extract frame and convert to BMP? > I want use video avi without DirectShow and MediaFoundation You need: * RIFF / AVI file format spec http://en.wikipedia.org/wiki/Audio_Video_Interleave * "FourCC" codec list (one of them should hold independent JPG's ...) * JPEG compression algorithm and file format (a bit messy) (you will have to 1. decode "markers", 2. Un-Huff, 3. Un-RLE, 4. IDCT, 5. Un-subsample, 6. YUV->RGB) * BMP file format Start with MediaInfo ... it will tell you what's inside your AVI (note that DiVX or WMV or XXX264 ... etc is more than just a bunch of JPG's). | |||
|  12 Dec 2013, 15:37 | 
 | 
| catafest 08 Mar 2015, 11:47 I think but not sure this can help you :
 You need a .inc file with interfaces to DirectShow. You need also to call this basical interfaces , like : BasicVideo , VideoWindow and /xor MediaControl ,MediaEvents ... | |||
|  08 Mar 2015, 11:47 | 
 | 
| < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.