Click here to Skip to main content
15,914,208 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Zoom in/out ...by c# !! Pin
MatrixCoder25-Apr-07 7:35
MatrixCoder25-Apr-07 7:35 
Question(WPF) Zooming & Panning [modified] Pin
Frostsnow23-Apr-07 23:18
Frostsnow23-Apr-07 23:18 
QuestionMenus at runtime(C#/OpenGL) Pin
a_david12323-Apr-07 22:54
a_david12323-Apr-07 22:54 
QuestionFilter on an images Pin
azmoodeh22-Apr-07 10:33
azmoodeh22-Apr-07 10:33 
AnswerRe: Filter on an images Pin
Dave Kreskowiak22-Apr-07 12:34
mveDave Kreskowiak22-Apr-07 12:34 
GeneralRe: Filter on an images Pin
Christian Graus29-Apr-07 0:50
protectorChristian Graus29-Apr-07 0:50 
QuestionAvi Compression Pin
mjmim20-Apr-07 6:16
mjmim20-Apr-07 6:16 
AnswerRe: Avi Compression Pin
Mark Salsbery20-Apr-07 8:47
Mark Salsbery20-Apr-07 8:47 
I had no idea that stuff actually worked!! Wink | ;)

The only compressor that comes with directshow is for writing ASF (.wma,.wmv, etc) files.
I believe MPEG-4 is built-in to that but other flavors of MPEG are license-protected.
If you can live with an ASF file, a method is shown here (note you'll need the Windows Media
Format SDK to use the WM ASF Writer Filter, which is a mux.writer combo filter):
Writing a Windows Media File in DES[^]

If you need to output MPEG-1, and you have a MPEG-1 mux filter, you should be able to add it to the graph before the file writer. I'm pretty sure we discussed this before but I'm not sure
exactly how it works since I've never used any third-party filters. I would expect a mux filter
to have multiple input pins and one compressed format output pin.

Hope that helps a little!
Mark




"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

QuestionRe: Avi Compression Pin
Mark Salsbery20-Apr-07 8:51
Mark Salsbery20-Apr-07 8:51 
AnswerRe: Avi Compression Pin
mjmim20-Apr-07 10:38
mjmim20-Apr-07 10:38 
GeneralRe: Avi Compression Pin
mjmim20-Apr-07 10:46
mjmim20-Apr-07 10:46 
GeneralRe: Avi Compression Pin
Mark Salsbery20-Apr-07 11:02
Mark Salsbery20-Apr-07 11:02 
GeneralRe: Avi Compression Pin
mjmim21-Apr-07 2:42
mjmim21-Apr-07 2:42 
GeneralRe: Avi Compression Pin
mjmim22-Apr-07 3:57
mjmim22-Apr-07 3:57 
GeneralRe: Avi Compression Pin
mjmim23-Apr-07 8:27
mjmim23-Apr-07 8:27 
GeneralRe: Avi Compression Pin
mjmim29-Apr-07 0:14
mjmim29-Apr-07 0:14 
QuestionCircle Image Recognition Pin
softwaremonkey19-Apr-07 5:41
softwaremonkey19-Apr-07 5:41 
AnswerRe: Circle Image Recognition Pin
Vega0219-Apr-07 16:10
Vega0219-Apr-07 16:10 
Questiondrawing in a picture box(using C-Sharp) Pin
Raza568018-Apr-07 19:35
Raza568018-Apr-07 19:35 
Questionmpeg-2 Integrity Pin
mjmim18-Apr-07 3:27
mjmim18-Apr-07 3:27 
AnswerRe: mpeg-2 Integrity Pin
Dave Kreskowiak18-Apr-07 15:25
mveDave Kreskowiak18-Apr-07 15:25 
Questionc# navigation and tracking Pin
instalator17-Apr-07 21:46
instalator17-Apr-07 21:46 
Questionwpf and serialport control? Pin
Mir_As16-Apr-07 20:05
Mir_As16-Apr-07 20:05 
Questionintegrating C# with OpenGl Pin
a_david12316-Apr-07 19:57
a_david12316-Apr-07 19:57 
AnswerRe: integrating C# with OpenGl Pin
Dmitry Khudorozhkov21-Apr-07 1:27
Dmitry Khudorozhkov21-Apr-07 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.