i open this Howto for identify your files because we have a lot of time some people who have some problems, also with the AVCHD Format or just for create a new profile.
There are several tools on Linux for knowing some information on a file but there is three tools mosly. It is FFmpeg, Tcprobe a part of Transcode and MediaInfo.
Ffmpeg :
- Code: Select all
ffmpeg -i myfile.monextension
Tcprobe:
- Code: Select all
tcprobe --H10 -X i myfile.monextension
Mediainfo is a graphical tool for Linux but too for windows and mac
you can have this tool here : http://mediainfo.sourceforge.net/fr
Exemple :
- Code: Select all
olivier@Triton:~/Vidéos/rushtests$ tcprobe -H 10 -X -i MVI_2838.MOV
[probe_mov.c] audio codec=sowt
[probe_mov.c] video codec=avc1
[tcprobe] Apple QuickTime movie file
[tcprobe] summary for MVI_2838.MOV, (*) = not default, 0 = not detected
import frame size: -g 1920x1080 [720x576] (*)
aspect ratio: 16:9 (*)
frame rate: -f 30.000 [25.000] frc=5 (*)
audio track: -a 0 [0] -e 44100,16,2 [48000,16,2] -n 0x1 [0x2000] (*)
length: 293 frames, frame_time=33 msec, duration=0:00:09.766
- Code: Select all
olivier@Triton:~/Vidéos/rushtests$ ffmpeg -i MVI_2838.MOV
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Mar 4 2010 12:41:55, gcc: 4.4.3
Seems stream 0 codec frame rate differs from container frame rate: 60.00 (60/1) -> 30.00 (30/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_2838.MOV':
Duration: 00:00:09.76, start: 0.000000, bitrate: 40938 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, 30 tbr, 30 tbn, 60 tbc
Stream #0.1(eng): Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s
At least one output file must be specified
And now, Mediainfo which can provide you two means for knowing/showing your information by a screenshot or/and by a file text.
So, now, you know howto do for having some information about your files.
