Page 1 of 1

want to record a video in a good format

Posted: 06 Oct 2009 17:19
by gawady
I am using wrapper 1.0.0 and c#, my goal is to display a stream and record it, the problem is that the resulting video won't open with any program other than vlc, also the annoying green screen shows in the beginning and disappears very slowly here are the options I am using,

:sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst="c:\\1.asf"}}

Are there any other options that may come out with a more decent video ??

Re: want to record a video in a good format

Posted: 07 Oct 2009 15:44
by gawady
I will rephrase my question

(I want to record the stream in a format that will open with a default "WINDOWS MEDIA PLAYER")

how can I do this :( ??

Re: want to record a video in a good format

Posted: 07 Oct 2009 17:39
by RĂ©mi Denis-Courmont
MP4 format is generally better than ASF, but it really depends on the codecs involved...

Re: want to record a video in a good format

Posted: 09 Oct 2009 21:03
by gawady
Mp4 gave me a better video, and it opens with wmp

Thanks :D :D