Opened 12 years ago

Closed 12 years ago

#818 closed defect (invalid)

eror to convert file avi to mp4

Reported by: Vipin Sharma Owned by:
Priority: important Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

i am using command lik >> ffmpeg vvviii.avi test.mp4
and getting error

FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.

configuration: --extra-version=4:0.5.1-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Mar 31 2011 18:53:20, gcc: 4.4.3

Seems stream 0 codec frame rate differs from container frame rate: 30000.00 (30000/1) -> 24.00 (24/1)
Input #0, avi, from 'vvviiii.avi':

Duration: 00:00:15.12, start: 0.000000, bitrate: 342 kb/s

Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 24 tbr, 24 tbn, 30k tbc
Stream #0.1: Audio: adpcm_ms, 22050 Hz, mono, s16, 89 kb/s

Output #0, mp4, to 'test.mp4':

Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 24 tbc
Stream #0.1: Audio: 0x0000, 22050 Hz, mono, s16, 64 kb/s

Stream mapping:

Stream #0.0 -> #0.0
Stream #0.1 -> #0.1

Unsupported codec for output stream #0.1

Change History (1)

comment:1 by Carl Eugen Hoyos, 12 years ago

Resolution: invalid
Status: newclosed

Please test current git head or at least a supported version from http://ffmpeg.org/download.html

Note: See TracTickets for help on using tickets.