Opened 9 years ago

Closed 9 years ago

#4329 closed defect (fixed)

Transcoding of mp4 video fails

Reported by: aleskotnik Owned by:
Priority: important Component: avformat
Version: git-master Keywords: mov regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description (last modified by Carl Eugen Hoyos)

Summary of the bug:
How to reproduce:

% ffmpeg -i bogus_video.mp4 transcoded_video.mp4

The ffmpeg version I am using {{{
ffmpeg version N-70151-gf34aca8-static Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/home/ales/ffmpeg_build --extra-cflags=-I/home/ales/ffmpeg_build/include --extra-ldflags=-L/home/ales/ffmpeg_build/lib --extra-version=static --disable-debug --disable-shared --enable-static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-pthreads --enable-postproc --enable-gray --enable-runtime-cpudetect --enable-libfdk-aac --enable-libfaac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices
libavutil 54. 19.100 / 54. 19.100
libavcodec 56. 26.100 / 56. 26.100
libavformat 56. 23.104 / 56. 23.104
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 11.101 / 5. 11.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
}}}

The Error I get (see attached error log for more details)

Could not find codec parameters for stream 1 (Video: h264 (avc1 / 0x31637661), none(bt470bg/smpte240m/bt709, topleft), 720x405, 1/59940, 1274 kb/s): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options

Attachments (1)

ffmpeg-20150225-103940.log (4.9 KB ) - added by aleskotnik 9 years ago.
Ffmpeg verbose log

Download all attachments as: .zip

Change History (7)

by aleskotnik, 9 years ago

Attachment: ffmpeg-20150225-103940.log added

Ffmpeg verbose log

comment:1 by aleskotnik, 9 years ago

This file plays perfectly in vlc.

comment:2 by aleskotnik, 9 years ago

Resolution: invalid
Status: newclosed

comment:3 by Carl Eugen Hoyos, 9 years ago

Component: undeterminedavformat
Keywords: mov regression added
Priority: normalimportant
Reproduced by developer: set
Resolution: invalid
Status: closedreopened
Version: unspecifiedgit-master

comment:4 by Carl Eugen Hoyos, 9 years ago

comment:5 by Carl Eugen Hoyos, 9 years ago

Description: modified (diff)

comment:6 by Michael Niedermayer, 9 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.