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

maujhsn 103730258b at gmail.com
Sat Aug 18 05:43:54 CEST 2012


Carl: This is the results I obtain when running the two commands.

ubuntu at ubuntu:/media/286C29076C28D0FC/Users/Usuario03/Desktop$ ffmpeg -i
0120120805121931.lvf -qscale 2 out01.wmv
ffmpeg version git-2012-01-21-9e53f62 Copyright (c) 2000-2012 the FFmpeg
developers
  built on Jan 21 2012 16:14:53 with gcc 4.4.3
  configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis
--enable-libxvid --enable-x11grab --enable-libx264 --enable-nonfree
--enable-pthreads --enable-libfaac --enable-postproc --enable-libtheora
--enable-zlib --enable-version3
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 57.105 / 53. 57.105
  libavformat    53. 30.100 / 53. 30.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 59.101 /  2. 59.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
0120120805121931.lvf: Invalid data found when processing input

ubuntu at ubuntu:/media/286C29076C28D0FC/Users/Usuario03/Desktop$ ffmpeg -i
0120120805121931.lvf -qscale 2 out01.mpg
ffmpeg version git-2012-01-21-9e53f62 Copyright (c) 2000-2012 the FFmpeg
developers
  built on Jan 21 2012 16:14:53 with gcc 4.4.3
  configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis
--enable-libxvid --enable-x11grab --enable-libx264 --enable-nonfree
--enable-pthreads --enable-libfaac --enable-postproc --enable-libtheora
--enable-zlib --enable-version3
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 57.105 / 53. 57.105
  libavformat    53. 30.100 / 53. 30.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 59.101 /  2. 59.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
0120120805121931.lvf: Invalid data found when processing input

Can anyone help me solve this issue!

On Wed, Aug 15, 2012 at 11:56 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> 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
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list