You are here

public function video_transcoder::convert_video in Video 6.5

Same name and namespace in other branches
  1. 6.4 includes/transcoder.inc \video_transcoder::convert_video()
  2. 7 includes/transcoder.inc \video_transcoder::convert_video()

Convert the given video.

Make sure to update the provided video object with any information that is required by the file system module after conversion.

Return value

bool TRUE if the conversion was successful, FALSE otherwise

2 methods override video_transcoder::convert_video()
video_localcommand::convert_video in transcoders/video_localcommand.inc
Convert the given video.
video_zencoder::convert_video in plugins/video_zencoder/transcoders/video_zencoder.inc
Convert the given video.

File

./video.lib.inc, line 77
File containing Video module interfaces and classes

Class

video_transcoder

Code

public function convert_video(stdClass $video);