View Single Post
Old 06-16-2008, 03:29 PM   #46
rivviepop
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Posts: 2,166
Default

Quote:
Originally Posted by Ashex View Post
Sorry it took so long, I was trying to install barry (didn't work out).

This is the info I got from mplayer -identify
...
You know of another method of getting the info? For some reason mplayer won't give me the audio info.
Hey don't be sorry, sometimes it's days before I can get around to the website. Try using ffmpeg to identify the audio content. Something like 'ffmpeg -i <file> foo.mov' works:

Code:
$ ffmpeg -i "DJ Shadow - Six Days.avi" foo.mov
  libavcodec version: 51.40.4
  libavformat version: 51.12.1
  built on May  3 2007 12:47:56, gcc: 4.1.2 20070424 (Red Hat 4.1.2-11)
Input #0, avi, from 'DJ Shadow - Six Days.avi':
  Duration: 00:03:41.4, start: 0.000000, bitrate: 1287 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 720x576, 25.00 fps(r)
  Stream #0.1: Audio: mp3, 44100 Hz, stereo, 96 kb/s
Output #0, mov, to 'foo.mov':
  Stream #0.0: Video: mpeg4, yuv420p, 720x576, q=2-31, 200 kb/s, 25.00 fps(c)
  Stream #0.1: Audio: aac, 44100 Hz, stereo, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
__________________
[ Linux & BlackBerry ] http://www.blackberryforums.com/linux-users-corner/
Offline   Reply With Quote