Hi
Does anyone know how to extract the timescale information from a media file using FFMPEG?

for example

D:\ffmpeg\bin>ffmpeg -i snookerpup_fhnom3b7.mp4
FFmpeg version SVN-r23280, Copyright (c) 2000-2010 the FFmpeg developers
built on May 24 2010 04:15:57 with gcc 4.4.2
configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynth --enable-gpl --enable-version3 --enable-bzlib --enable-lib
gsm --enable-libfaad --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --en
able-libxvid --enable-libschroedinger --enable-libx264 --enable-libopencore_amrwb --enable-libopencore_amrnb --cross-prefix=i686-mingw32- --
cc=ccache-i686-mingw32-gcc --arch=x86 --enable-memalign-hack
libavutil 50.16. 0 / 50.16. 0
libavcodec 52.68. 3 / 52.68. 3
libavformat 52.64. 1 / 52.64. 1
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.20. 0 / 1.20. 0
libswscale 0.10. 0 / 0.10. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'snookerpup_fhnom3b7.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isomavc1mp42
Duration: 00:01:26.63, start: 0.000000, bitrate: 621 kb/s
Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 123 kb/s
Stream #0.1(und): Video: h264, yuv420p, 480x360 [PAR 1:1 DAR 4:3], 495 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc

------------------------------------------------------------------------------------------------------------------------
timescale is 600 (from another application) but this is not in the dumped output

media file url = http://gallery.mobile9.com/f/1029239/?view=download

Any help is much appreciated

Regards
Mal