Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 21:03:11 +0100
From:      dhenin@cyclopes.org
To:        multimedia@FreeBSD.ORG
Subject:   ffmpeg without encoding
Message-ID:  <20030205200311.GA47072@polypheme.cyclopes.org>

next in thread | raw e-mail | index | archive | help

When i try 

$ ffmpeg -vcodec mpeg1video -b 7200 -s 384x288 -y -t 5.0 test1.mpg

I see 

Input #0, video_grab_device, from '/dev/bktr0':
  Stream #0.0: Video: rawvideo, yuv420p, 384x288, 25.00 fps, 800 kb/s
Input #1, audio_device, from '/dev/dsp':
  Stream #1.0: Audio: pcm_s16le, 44100 Hz, mono, 705 kb/s
Output #0, mpeg, to 'test1.mpg':
  Stream #0.0: Video: mpeg1video, 384x288, 25.00 fps, q=2-31, 7200 kb/s
  Stream #0.1: Audio: mp2, 44100 Hz, mono, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #1.0 -> #0.1
Press [q] to stop encoding

and I am not able to stop with any key. Only CTRL C stop the process. 

And the output file test1.mpg is empty : 

$ ls -rtl
-rw-r--r--   1 charly  users     0  5 fév 20:54 test1.mpg

Have an idea ? 

Thanks

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205200311.GA47072>