RESIZING mPEG

how to resize mpeg file as per size of the

picture box

[69 byte] By [hargeet] at [2007-12-24]
# 1

this is not a simple topic to cover - you need to know about how to handle video streams and the formatting and so on. It's not a simple task at all.

I would expect that perhaps you need some codecs to "talk" with and configure, some codecs allow giving it the size you want at the end of it all and are applied during the encoding process.

Sorry couldn't have been much help but it must be noted, its not a simple task

ahmedilyas at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
do you mean dynamically doing this? or reencoding a video to a specified size?
wolfr at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
yes :-)
ahmedilyas at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...