Fixed video.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@62 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2002-09-24 12:29:53 +00:00
parent a733ff8343
commit bae674846d
1 changed files with 1 additions and 1 deletions

View File

@ -1540,7 +1540,7 @@ elseif( $view == "video" )
fputs( $fp, "END_INPUT\n" ); fputs( $fp, "END_INPUT\n" );
fclose( $fp ); fclose( $fp );
exec( escapeshellcmd( MPEG_ENCODE_PATH." $param_file >$event_dir/mpeg.log" ) ); exec( MPEG_ENCODE_PATH." $param_file >$event_dir/mpeg.log" );
} }
//chdir( $event_dir ); //chdir( $event_dir );