[Ffmpeg-devel] hd clip from a Sony Z1U

Aurelien Jacobs aurel
Thu Jun 30 13:42:06 CEST 2005


On Thu, 30 Jun 2005 13:06:46 +0200 CEST
"Fran?ois Revol" <revol at free.fr> wrote:

> > I have a clip from a Sony Z1U (their new hd camera) that ffmpeg 
> > refuses 
> > to even probe. It says I/O error occured.
> > 
> > If anyone would like an example I have one at
> >  engene.se/hd.mov
> > It's 7MB big.
> 
> ffmpeg version 0.4.9-pre1, build 4756, Copyright (c) 2000-2004 Fabrice
> 
> Bellard
>   configuration:  --enable-mp3lame --enable-shared
>   --disable-audio-beos 
> --disable-ffserver --disable-vhook --disable-debug
>   built on Jun 11 2005 23:20:45, gcc: 2.95.3-beos-041111
> Input #0, mov,mp4,m4a,3gp,3g2, from 'hd.mov':
>   Duration: 00:00:13.3, start: 0.000000, bitrate: 4421 kb/s
>   Stream #0.0: Video: HDV 1080i60, 1440x1080, 29.97 fps
>   Stream #0.1: Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
> Must supply at least one output file
> 
> Works here.

Hum... it seems you forgot to supply an output file to see this :

ffmpeg version 0.4.9-pre1, build 4757, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  
  built on Jun 30 2005 13:35:52, gcc: 3.3.6 (Debian 1:3.3.6-7)

Seems that stream 0 comes from film source: 2997.00 (2997/1) -> 30.00 (30/1)
Input #0, mov,mp4,m4a,3gp,3g2, from '/data/divx/samples/hd.mov':
  Duration: 00:00:02.2, start: 0.000000, bitrate: 26729 kb/s
  Stream #0.0: Video: HDV 1080i60, 1440x1080, 2997.00 fps
  Stream #0.1: Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
Output #0, avi, to 'test.avi':
  Stream #0.0: Video: mpeg4, yuv420p, 640x480, 30.00 fps, q=2-31, 200 kb/s
  Stream #0.1: Audio: mp2, 48000 Hz, stereo, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Unsupported codec (id=0) for input stream #0.0

In fact, hdv2 fourcc is mpeg2 codec, so I added it in mov.c.
=> fixed in CVS

Aurel





More information about the ffmpeg-devel mailing list