[Ffmpeg-devel] Ffmpeg returns incorrect durations for VOBs/MPGs, pointer to fix? (original) (raw)
Paul Curtis pfc
Sat Feb 4 17:08:27 CET 2006
- Previous message: [Ffmpeg-devel] Ffmpeg returns incorrect durations for VOBs/MPGs, pointer to fix?
- Next message: [Ffmpeg-devel] Bad interation of rc_strategy=1 and qprd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here is the complete source code (free to use) of a program called 'avprobe'. It basically does what 'ffmpeg.c' does, but has a couple of features that can be used in scripts.
Usage: avprobe x|t|s filename
where: filename is the file to check options: 'x' returns a detailed XML output 't' returns the duration in seconds 's' returns the 'avcodec_string' (like 'ffmpeg') of the streams
To compile:
gcc -g -Wall -I/libavcodec -I/libavformat -I /libavutil -c avprobe.c
You will have to link the avprobe.o with your 'ffmpeg' libraries, either static or shared. In addition, if you are using external libraries for 'ffmpeg' (like FAAC) you will need to link to them as well.
Have fun.
Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: avprobe.c Type: text/x-csrc Size: 5341 bytes Desc: not available URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060204/e63df067/attachment.c>
- Previous message: [Ffmpeg-devel] Ffmpeg returns incorrect durations for VOBs/MPGs, pointer to fix?
- Next message: [Ffmpeg-devel] Bad interation of rc_strategy=1 and qprd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]