Return the full path to the generated video

This commit is contained in:
Kyle Johnson 2013-09-19 09:53:20 -04:00
parent ca8cc028ef
commit 5f4ff5c7cf
1 changed files with 1 additions and 1 deletions

View File

@ -239,5 +239,5 @@ else
Info( "Video file $video_file already exists for event $event->{Id}\n" ); Info( "Video file $video_file already exists for event $event->{Id}\n" );
} }
#print( STDOUT $event->{MonitorId}.'/'.$event->{Id}.'/'.$video_file."\n" ); #print( STDOUT $event->{MonitorId}.'/'.$event->{Id}.'/'.$video_file."\n" );
print( STDOUT $video_file."\n" ); print( STDOUT $event_path . '/' . $video_file ."\n" );
exit( 0 ); exit( 0 );