| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 615 lines (24 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
video_ffmpeg:: (20 methods):
__construct()
run_command()
generate_thumbnails()
convert_video()
get_video_info()
get_playtime()
get_dimensions()
get_name()
get_value()
get_help()
admin_settings()
admin_settings_validate()
create_job()
update_job()
delete_job()
load_job()
load_job_queue()
load_completed_job()
change_status()
dimensions()
Class: video_ffmpeg - X-Ref
| __construct() X-Ref |
| No description |
| run_command($command, &$output, $purpose = NULL, $ignoreoutputfilenotfound = FALSE) X-Ref |
| Run the specified command The nice prefix is automatically added. The command is logged if the settings specify that all commands should be logged. The command and error are logged if the command results in an error param: string $command param: string $output Output of the command param: string $purpose Purpose of the command. This is logged. param: bool $ignoreoutputfilenotfound Whether to the output file not found error. Useful for input file information. |
| generate_thumbnails($video) X-Ref |
| No description |
| convert_video($video) X-Ref |
| No description |
| get_video_info($video) X-Ref |
| Get some information from the video file |
| get_playtime($video) X-Ref |
| Return the playtime seconds of a video |
| get_dimensions($video) X-Ref |
| No description |
| get_name() X-Ref |
| Interface Implementations |
| get_value() X-Ref |
| Interface Implementations |
| get_help() X-Ref |
| Interface Implementations |
| admin_settings() X-Ref |
| Interface Implementations |
| admin_settings_validate($form, &$form_state) X-Ref |
| Interface Implementations |
| create_job($video) X-Ref |
| No description |
| update_job($video) X-Ref |
| No description |
| delete_job($video) X-Ref |
| No description |
| load_job($fid) X-Ref |
| No description |
| load_job_queue() X-Ref |
| No description |
| load_completed_job(&$video) X-Ref |
param: <type> $video return: <type> |
| change_status($vid, $status) X-Ref |
| Change the status of the file. param: (int) $vid param: (int) $status |
| dimensions($video) X-Ref |
| No description |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |