Page 1 of 1
How to Transcode/Encode to uncompressed video file (.avi)
Posted: 11 Nov 2008 21:16
by ev1te
I have a need to use uncompressed avi files in some softwares that I use and it seems like I have forgotten how to transcode a video file to an uncompressed .avi file.
The usual syntax for transcoding files doesn't really work since I have to specify a video codec and in this case I don't want to use a codec at all...
This is one of my standard commandlines for compressed video...
input_file.avi :sout="#transcode{vcodec=WMV2,vb=3072,scale=1,acodec=wma,ab=128,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=output_file.wmv}}" vlc:quit
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 12 Nov 2008 19:03
by Jean-Baptiste Kempf
WHy doesn't it work?
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 13 Nov 2008 19:48
by ev1te
I want to encode a file to an uncompressed avi, the usual syntax requires me to specify a video codec, but there isn't any codec that stands for uncompressed video to choose from?
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 14 Nov 2008 08:13
by Jean-Baptiste Kempf
RV24 ?
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 14 Nov 2008 19:31
by ev1te
RV24 ?
Yes, but isn't DIB a more standard format for uncomressed video?
But the real question I am asking here is how to get VLC to encode to one of these formats? (using vcodec=RV24 doesn't work for me)
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 16 Nov 2008 20:28
by ev1te
Isn't there anyone who knows how to encode/stream to a uncompressed .avi file?
Re: How to Transcode/Encode to uncompressed video file (.avi)
Posted: 20 Mar 2009 16:07
by ev1te
There haven't been any answer for a long time, is it not possible to convert a video file into an uncompressed video file using VLC?
Since VLC is the only media player that can open certain odd media files, it would be great if one could convert those files into a loss less format that can be opened by editing software (preferably uncompressed video)