[FFmpeg-user] ffmpeg conversion .lvf to .wmv

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Aug 16 08:56:11 CEST 2012


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> maujhsn <103730258b <at> gmail.com> writes:
> 
> > I recently discovered the .lvf format. It is used by some security cameras.
> > Id like to convert the video to .wmv or .mp4
> > 
> > can anyone help me with the command?
> 
> You could try the following:
> $ ffmpeg -i file.lvf out.wmv

If what you need is a high-quality version of the file 
that can be played on many devices, try the following:
$ ffmpeg -i file.lvf -qscale 2 out.mpg

Carl Eugen



More information about the ffmpeg-user mailing list