@@ -40,6 +40,12 @@ discard block |
||
40 | 40 | **********************/ |
41 | 41 | |
42 | 42 | // Start FFmpeg for output transcoding |
43 | + |
|
44 | + /** |
|
45 | + * @param string $tmpPathInput |
|
46 | + * @param null|string $pathToInputFile |
|
47 | + * @param string $pathToOutputFiles |
|
48 | + */ |
|
43 | 49 | public function transcode_asset( |
44 | 50 | $tmpPathInput, |
45 | 51 | $pathToInputFile, |
@@ -594,6 +600,10 @@ discard block |
||
594 | 600 | */ |
595 | 601 | |
596 | 602 | // Execute FFMpeg to get video information |
603 | + |
|
604 | + /** |
|
605 | + * @param string|null $pathToInputFile |
|
606 | + */ |
|
597 | 607 | public function get_asset_info($pathToInputFile) |
598 | 608 | { |
599 | 609 | $pathToInputFile = escapeshellarg($pathToInputFile); |