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

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Aug 14 10:49:21 CEST 2012


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
or
$ ffmpeg -i file.lvf out.mp4

(For a more detailed answer, a more detailed question is needed.)

Carl Eugen



More information about the ffmpeg-user mailing list