-
-
Save parshap/ede206df3820eb48820a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> ffprobe -show_format test/test.mp3 | |
ffprobe version N-55127-g11ace70 Copyright (c) 2007-2013 the FFmpeg developers | |
built on Aug 1 2013 12:49:10 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
configuration: | |
libavutil 52. 40.100 / 52. 40.100 | |
libavcodec 55. 19.100 / 55. 19.100 | |
libavformat 55. 12.102 / 55. 12.102 | |
libavdevice 55. 3.100 / 55. 3.100 | |
libavfilter 3. 82.100 / 3. 82.100 | |
libswscale 2. 4.100 / 2. 4.100 | |
libswresample 0. 17.103 / 0. 17.103 | |
Input #0, mp3, from 'test/test.mp3': | |
Metadata: | |
artist : Nine Inch Nails | |
album : The Slip | |
encoded_by : LAME | |
title : 999,999 | |
composer : Trent Reznor | |
track : 1/10 | |
disc : 1/1 | |
date : 2008 | |
Duration: 00:01:25.13, start: 0.000000, bitrate: 294 kb/s | |
Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 216 kb/s | |
Stream #0:1: Video: mjpeg, yuvj444p, 1200x1200 [SAR 300:300 DAR 1:1], 90k tbr, 90k tbn, 90k tbc | |
Metadata: | |
title : | |
comment : Other | |
Stream #0:2: Video: mjpeg, yuvj444p, 1200x1200 [SAR 300:300 DAR 1:1], 90k tbr, 90k tbn, 90k tbc | |
Metadata: | |
title : | |
comment : Other | |
[FORMAT] | |
filename=test/test.mp3 | |
nb_streams=3 | |
nb_programs=0 | |
format_name=mp3 | |
format_long_name=MP2/3 (MPEG audio layer 2/3) | |
start_time=0.000000 | |
duration=85.133061 | |
size=3133338 | |
bit_rate=294441 | |
TAG:artist=Nine Inch Nails | |
TAG:album=The Slip | |
TAG:encoded_by=LAME | |
TAG:title=999,999 | |
TAG:composer=Trent Reznor | |
TAG:track=1/10 | |
TAG:disc=1/1 | |
TAG:date=2008 | |
[/FORMAT] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment