vote up 0 vote down star

First we upload the video file and try to convert in .flv video file if convert the video file in .flv file then no problem and if not able to convert in .flv file then show messages like this video format is not supported..bcz some video file not converted in .flv like(swf)

flag
3  
What is the question? – changelog Sep 22 at 11:40
Yeah, the header of the question is misleading. – Edu Felipe Sep 22 at 11:51

2 Answers

vote up 0 vote down

You can integrate with the ExifTool library, as it extracts metadata from audio/video/image files, and it can report you the file type.

According to the docs you can even check other informations such as type of codec: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Flash.html

link|flag
vote up 3 vote down

Try ffmpeg

link|flag
Does it have python binding or you suggest to parse output of program? – Denis Otkidach Sep 24 at 10:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.