JoSch - 2007-08-26

Logged In: YES
user_id=1796159
Originator: NO

use this code:

if(!$mov = new ffmpeg_movie($myfile)) {
exit("supplied file is not a video");
}

if you want to suppress the warning message insert
error_reporting(0);
before the snippet.