| 1 | ofer@ofer-VirtualBox:~/Development/ffmpegtest/bug-example/test$ ffmpeg -v 9 -loglevel 99 -i host.mp4 |
|---|
| 2 | ffmpeg version N-32097-gee0ff05, Copyright (c) 2000-2011 the FFmpeg developers |
|---|
| 3 | built on Sep 17 2011 21:16:19 with gcc 4.5.2 |
|---|
| 4 | configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-avfilter --enable-filter=movie --enable-librtmp --enable-libspeex |
|---|
| 5 | libavutil 51. 13. 0 / 51. 13. 0 |
|---|
| 6 | libavcodec 53. 12. 0 / 53. 12. 0 |
|---|
| 7 | libavformat 53. 9. 0 / 53. 9. 0 |
|---|
| 8 | libavdevice 53. 3. 0 / 53. 3. 0 |
|---|
| 9 | libavfilter 2. 34. 2 / 2. 34. 2 |
|---|
| 10 | libswscale 2. 0. 0 / 2. 0. 0 |
|---|
| 11 | libpostproc 51. 2. 0 / 51. 2. 0 |
|---|
| 12 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 |
|---|
| 13 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] ISO: File Type Major Brand: f4v |
|---|
| 14 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] multiple edit list entries, a/v desync might occur, patch welcome |
|---|
| 15 | Last message repeated 2 times |
|---|
| 16 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] avformat_open_input() succeeded |
|---|
| 17 | [h264 @ 0x2351020] Unsupported bit depth: 0 |
|---|
| 18 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] flash hack - setting audion codec to speex |
|---|
| 19 | [libspeex @ 0x2353780] Missing Speex header, assuming defaults. |
|---|
| 20 | [h264 @ 0x2351020] Frame num gap 3 1 |
|---|
| 21 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x234e460] max_analyze_duration 5000000 reached at 5000000 |
|---|
| 22 | |
|---|
| 23 | Seems stream 0 codec frame rate differs from container frame rate: 48.00 (48/1) -> 24.00 (48/2) |
|---|
| 24 | Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'host.mp4': |
|---|
| 25 | Metadata: |
|---|
| 26 | major_brand : f4v |
|---|
| 27 | minor_version : 0 |
|---|
| 28 | compatible_brands: isommp42m4v |
|---|
| 29 | creation_time : 2017-01-08 23:56:30 |
|---|
| 30 | Duration: 00:00:20.40, start: 0.000000, bitrate: 172 kb/s |
|---|
| 31 | Stream #0.0(eng), 97, 1/1000: Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 1/48, 24 tbr, 1k tbn, 48 tbc |
|---|
| 32 | Metadata: |
|---|
| 33 | creation_time : 2017-01-08 23:56:30 |
|---|
| 34 | Stream #0.1(eng), 252, 1/1000: Audio: speex (spex / 0x78657073), 16000 Hz, 1 channels, s16 |
|---|
| 35 | Metadata: |
|---|
| 36 | creation_time : 2017-01-08 23:56:30 |
|---|
| 37 | Stream #0.2(eng), 1, 1/1000: Data: none (amf0 / 0x30666D61) |
|---|
| 38 | Metadata: |
|---|
| 39 | creation_time : 2017-01-08 23:56:30 |
|---|
| 40 | At least one output file must be specified |
|---|
| 41 | |
|---|