Ticket #122 (closed defect: duplicate)
ffmpeg / vpx-analyse miss
| Reported by: | MC-arjen | Owned by: | rklein |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 2.1 |
| Component: | Core | Version: | 2.0. transcoding package |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: |
Description
There is an mp4 file which is not correctly analysed by vpx-analyse:
$ /var/opt/www/vpx/htdocs/lua/vpx-analyse /mnt/naspcd1/vpx-acc/data Xu4NkC99gKrbXkH9oN81hiWl
MIME-type: application/octet-stream
ffmpeg-output: FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.}-{ configuration: --enable-libx264 --enable-gpl --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-libvorbis --enable-libtheora --enable-libgsm --enable-libxvid}-{ libavutil 49.15. 0 / 49.15. 0}-{ libavcodec 52.20. 0 / 52.20. 0}-{ libavformat 52.31. 0 / 52.31. 0}-{ libavdevice 52. 1. 0 / 52. 1. 0}-{ built on Jun 25 2009 10:43:55, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)}-{}-{Seems stream 0 codec frame rate differs from container frame rate: 60000.00 (60000/1) -> 30.00 (30/1)}-{Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/mnt/naspcd1/vpx-acc/data/X/Xu4NkC99gKrbXkH9oN81hiWl':}-{ Duration: 00:01:25.43, start: 0.-00033, bitrate: 10440 kb/s}-{ Stream #0.0(jpn): Video: h264, yuv420p, 1280x720, 30 tbr, 30k tbn, 60k tbc}-{ Stream #0.1(jpn): Audio: aac, 44100 Hz, mono, s16}-{At least one output file must be specified
While ffmpeg -i gives:
$ ffmpeg -i X/Xu4NkC99gKrbXkH9oN81hiWl
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libx264 --enable-gpl --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-libvorbis --enable-libtheora --enable-libgsm --enable-libxvid
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Jun 25 2009 10:43:55, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Seems stream 0 codec frame rate differs from container frame rate: 60000.00 (60000/1) -> 30.00 (30/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'X/Xu4NkC99gKrbXkH9oN81hiWl':
Duration: 00:01:25.43, start: 0.-00033, bitrate: 10440 kb/s
Stream #0.0(jpn): Video: h264, yuv420p, 1280x720, 30 tbr, 30k tbn, 60k tbc
Stream #0.1(jpn): Audio: aac, 44100 Hz, mono, s16
At least one output file must be specified
Could very well be an issue with the start: 0.-00033,
