Page 1 of 1

save as uncompressed avi file

Posted: 26 Jan 2009 09:53
by stefo
Hello everybody,

I am trying to save incoming video signal (as input of video card) save to uncompressed avi file.

I tried syntax you can see below, but it is not want I really need.
It seems as uncompressed format, but I can not be open in Windows media player.
Also, I use VirtualDub or GraphEdit application to analyse file.

:sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst="C:\blackmagic.avi"}}
or
:sout=#duplicate{dst=display,dst=std{access=file,mux=avi,dst="C:\blackmagic.avi"}}

Can anybody help me?

Thanks in advance.

stefo

Re: save as uncompressed avi file

Posted: 26 Jan 2009 18:09
by RĂ©mi Denis-Courmont
VLC assumes that the AVI video codec FOURCC is the same as the VLC one. This is not unlikely to fail, although I don't AVI well enough. Try transcoding the video signal to whatever raw video format is adequate.