Click here to Skip to main content
15,893,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem Starting Windows Service Automatically Pin
karthi8411-Jul-08 3:06
karthi8411-Jul-08 3:06 
QuestionValue in long pointer resets after a stackalloc Pin
Campden BRI Developers10-Jul-08 3:34
Campden BRI Developers10-Jul-08 3:34 
QuestionConcept of digital signing -help Pin
Emil Müller10-Jul-08 3:30
Emil Müller10-Jul-08 3:30 
AnswerRe: Concept of digital signing -help Pin
Simon P Stevens10-Jul-08 3:40
Simon P Stevens10-Jul-08 3:40 
QuestionApplying a filter to a dataset Pin
Andres Coder10-Jul-08 2:57
Andres Coder10-Jul-08 2:57 
AnswerRe: Applying a filter to a dataset Pin
Harvey Saayman10-Jul-08 3:20
Harvey Saayman10-Jul-08 3:20 
Questionconverstion of wmv to mpeg format using c# Pin
santosh04210-Jul-08 2:07
santosh04210-Jul-08 2:07 
AnswerRe: converstion of wmv to mpeg format using c# Pin
Simon P Stevens10-Jul-08 3:33
Simon P Stevens10-Jul-08 3:33 
This is a huge and complex topic. No one here is going to knock up code to do this for you. You have 3 choices:

1) Study and learn the specifications for WMV and MPEG video and actually understand how to do the conversion yourself.
2) Find a project/application online that does this, and is open source, and look at their source code. Note though, that you need to be aware of the license the open source project is released under if you plan on re-using their code.
3) Find a 3rd party .net component that will do the conversion for you. (Probably quite unlikely, but you might find 1)

WMV[^] is a proprietary container format, so to be honest you'll have difficultly finding much information on it, and will probably have to understand and reverse engineer the format yourself.

MPEG[^] refers to several things, and there are several different codecs all named under the same banner.

Simon

Questionhexadecimal numbers in C# Pin
Ranger4910-Jul-08 1:46
Ranger4910-Jul-08 1:46 
AnswerRe: hexadecimal numbers in C# Pin
Giorgi Dalakishvili10-Jul-08 2:00
mentorGiorgi Dalakishvili10-Jul-08 2:00 
AnswerRe: hexadecimal numbers in C# Pin
DaveyM6910-Jul-08 2:00
professionalDaveyM6910-Jul-08 2:00 
GeneralRe: hexadecimal numbers in C# Pin
Ranger4910-Jul-08 2:07
Ranger4910-Jul-08 2:07 
GeneralRe: hexadecimal numbers in C# Pin
leppie10-Jul-08 3:16
leppie10-Jul-08 3:16 
GeneralRe: hexadecimal numbers in C# Pin
Kythen10-Jul-08 4:39
Kythen10-Jul-08 4:39 
Questionhelp need in freqency matching using c# Pin
theredonion10-Jul-08 1:41
theredonion10-Jul-08 1:41 
QuestionQuery Regarding PDA? Pin
Tridip Bhattacharjee10-Jul-08 1:41
professionalTridip Bhattacharjee10-Jul-08 1:41 
Questionhow to make global variables which could be accessable in all the project c# Pin
theredonion10-Jul-08 1:38
theredonion10-Jul-08 1:38 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
DaveyM6910-Jul-08 2:02
professionalDaveyM6910-Jul-08 2:02 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
c242310-Jul-08 3:16
c242310-Jul-08 3:16 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
PIEBALDconsult10-Jul-08 4:05
mvePIEBALDconsult10-Jul-08 4:05 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
RK KL10-Jul-08 5:22
RK KL10-Jul-08 5:22 
Questionproblem in gridview Pin
Mogaambo10-Jul-08 0:52
Mogaambo10-Jul-08 0:52 
AnswerRe: problem in gridview Pin
dan!sh 10-Jul-08 1:17
professional dan!sh 10-Jul-08 1:17 
QuestionWCF and Mtom Pin
Simon Lime10-Jul-08 0:19
Simon Lime10-Jul-08 0:19 
Questionwhy my program breaks? Pin
George_George9-Jul-08 23:55
George_George9-Jul-08 23:55 

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.