| 1 | $ ffprobe -v debug -show_format -show_streams out_mp4-mkv.mkv |
|---|
| 2 | ffprobe version 1.0.1 Copyright (c) 2007-2012 the FFmpeg developers |
|---|
| 3 | built on Dec 6 2012 12:04:11 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) |
|---|
| 4 | configuration: --prefix=/usr/local/ --enable-shared --enable-avfilter --enable-libvorbis --enable-pthreads --enable-libvpx --enable-gpl --enable-pic |
|---|
| 5 | libavutil 51. 73.101 / 51. 73.101 |
|---|
| 6 | libavcodec 54. 59.100 / 54. 59.100 |
|---|
| 7 | libavformat 54. 29.104 / 54. 29.104 |
|---|
| 8 | libavdevice 54. 2.101 / 54. 2.101 |
|---|
| 9 | libavfilter 3. 17.100 / 3. 17.100 |
|---|
| 10 | libswscale 2. 1.101 / 2. 1.101 |
|---|
| 11 | libswresample 0. 15.100 / 0. 15.100 |
|---|
| 12 | libpostproc 52. 0.100 / 52. 0.100 |
|---|
| 13 | [matroska,webm @ 0x93dd640] Format matroska,webm probed with size=2048 and score=100 |
|---|
| 14 | st:0 removing common factor 1000000 from timebase |
|---|
| 15 | [matroska,webm @ 0x93dd640] File position before avformat_find_stream_info() is 831 |
|---|
| 16 | [matroska,webm @ 0x93dd640] All info found |
|---|
| 17 | [matroska,webm @ 0x93dd640] File position after avformat_find_stream_info() is 34674 |
|---|
| 18 | Input #0, matroska,webm, from 'out_mp4-mkv.mkv': |
|---|
| 19 | Metadata: |
|---|
| 20 | MAJOR_BRAND : isom |
|---|
| 21 | MINOR_VERSION : 512 |
|---|
| 22 | COMPATIBLE_BRANDS: isomiso2mp41 |
|---|
| 23 | ENCODER : Lavf54.29.104 |
|---|
| 24 | Duration: 00:00:10.40, start: 0.000000, bitrate: 387 kb/s |
|---|
| 25 | Stream #0:0(und), 1, 1/1000: Video: mpeg4 (Simple Profile), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 1/25, SAR 212:199 DAR 265:199, 25 fps, 25 tbr, 1k tbn, 25 tbc (default) |
|---|
| 26 | Metadata: |
|---|
| 27 | CREATION_TIME : 1970-01-01 00:00:00 |
|---|
| 28 | LANGUAGE : und |
|---|
| 29 | HANDLER_NAME : VideoHandler |
|---|
| 30 | [mpeg4 @ 0x93e4540] detected 2 logical cores |
|---|
| 31 | [STREAM] |
|---|
| 32 | index=0 |
|---|
| 33 | codec_name=mpeg4 |
|---|
| 34 | codec_long_name=MPEG-4 part 2 |
|---|
| 35 | profile=Simple Profile |
|---|
| 36 | codec_type=video |
|---|
| 37 | codec_time_base=1/25 |
|---|
| 38 | codec_tag_string=[0][0][0][0] |
|---|
| 39 | codec_tag=0x0000 |
|---|
| 40 | width=720 |
|---|
| 41 | height=576 |
|---|
| 42 | has_b_frames=0 |
|---|
| 43 | sample_aspect_ratio=212:199 |
|---|
| 44 | display_aspect_ratio=265:199 |
|---|
| 45 | pix_fmt=yuv420p |
|---|
| 46 | level=1 |
|---|
| 47 | timecode=N/A |
|---|
| 48 | quarter_sample=0 |
|---|
| 49 | divx_packed=0 |
|---|
| 50 | id=N/A |
|---|
| 51 | r_frame_rate=25/1 |
|---|
| 52 | avg_frame_rate=25/1 |
|---|
| 53 | time_base=1/1000 |
|---|
| 54 | start_pts=0 |
|---|
| 55 | start_time=0.000000 |
|---|
| 56 | duration_ts=N/A |
|---|
| 57 | duration=N/A |
|---|
| 58 | bit_rate=N/A |
|---|
| 59 | nb_frames=N/A |
|---|
| 60 | nb_read_frames=N/A |
|---|
| 61 | nb_read_packets=N/A |
|---|
| 62 | TAG:CREATION_TIME=1970-01-01 00:00:00 |
|---|
| 63 | TAG:LANGUAGE=und |
|---|
| 64 | TAG:HANDLER_NAME=VideoHandler |
|---|
| 65 | [/STREAM] |
|---|
| 66 | [FORMAT] |
|---|
| 67 | filename=out_mp4-mkv.mkv |
|---|
| 68 | nb_streams=1 |
|---|
| 69 | format_name=matroska,webm |
|---|
| 70 | format_long_name=Matroska / WebM |
|---|
| 71 | start_time=0.000000 |
|---|
| 72 | duration=10.400000 |
|---|
| 73 | size=504385 |
|---|
| 74 | bit_rate=387988 |
|---|
| 75 | TAG:MAJOR_BRAND=isom |
|---|
| 76 | TAG:MINOR_VERSION=512 |
|---|
| 77 | TAG:COMPATIBLE_BRANDS=isomiso2mp41 |
|---|
| 78 | TAG:ENCODER=Lavf54.29.104 |
|---|
| 79 | [/FORMAT] |
|---|
| 80 | [AVIOContext @ 0x93e5c00] Statistics: 65536 bytes read, 0 seeks |
|---|
| 81 | |
|---|