i write a small video-file recompress program with directshow
("DV"->"Microsoft MPEG-4 Video Codec V2")
howto can i set the Compress parameters of the codec "Microsoft MPEG-4
Video Codec V2" ?
i try already long time to get a paremeter/property dialog of that codec ,
but no success( IAMVfwCaptureDialogs, ISpecifyPropertyPages)
in other programs (iE "DVD2AVI.exe") there comes a setup/config dialog of
this codec. but i dont know how they make it (maybe VFW stuff).
when the codec compresses my PAL video file 768x576 25 fps i get a result
video bitrate of only 143KBit. the quality is not good of course. how can i
tell the codec to use a higher bitrate?
i try-ed with
IAMVideoCompression, IAMStreamConfig
please give a sample code or explanation
my config: VC++,DX8.1,WinXP
Frank
"Frank Telbert" <fran...@gmx.de> wrote in message
news:#cdX2UHRCHA.1756@tkmsftngp11...
"Alessandro Angeli" <a.angel...@sogetel.REMOVE.it> schrieb im
Newsbeitrag news:eVtcBJIRCHA.1996@tkmsftngp12...
Beside that, I have no idea how the wrapper or the codec behaves when
setting its state. You can use IAMVfwCompressDialogs::SendDriverMessage() to
communicate directly with the ICM codec as you'd do with ICSendMessage().
You can read about ICM codecs in
\Platform SDK
\Graphics and Multimedia Services
\Windows Multimedia
\Video for Windows
\Video Compression Manager
VirtualDub <http://virtualdub.sourceforge.net/> can save and restore the
state of the video codec, you could have a look at its source code to see
which kind of ICM messages it uses.
"Frank Telbert" <fran...@gmx.de> wrote in message
news:eMomjLRRCHA.4200@tkmsftngp08...
"Alessandro Angeli" <a.angel...@sogetel.REMOVE.it> schrieb im
Newsbeitrag news:uMa7lySRCHA.3360@tkmsftngp11...
"Alessandro Angeli" <a.angel...@sogetel.REMOVE.it> wrote in message
news:uMa7lySRCHA.3360@tkmsftngp11...