@@ -21,6 +21,12 @@ |
||
21 | 21 | // $metadata should contain the ffprobe video stream array. |
22 | 22 | |
23 | 23 | // Start Convert for output transcoding |
24 | + |
|
25 | + /** |
|
26 | + * @param string $tmpPathInput |
|
27 | + * @param null|string $pathToInputFile |
|
28 | + * @param string $pathToOutputFiles |
|
29 | + */ |
|
24 | 30 | public function transcode_asset( |
25 | 31 | $tmpPathInput, |
26 | 32 | $pathToInputFile, |
@@ -21,6 +21,12 @@ |
||
21 | 21 | // $metadata should contain the ffprobe video stream array. |
22 | 22 | |
23 | 23 | // Start FFmpeg for output transcoding |
24 | + |
|
25 | + /** |
|
26 | + * @param string $tmpPathInput |
|
27 | + * @param null|string $pathToInputFile |
|
28 | + * @param string $pathToOutputFiles |
|
29 | + */ |
|
24 | 30 | public function transcode_asset( |
25 | 31 | $tmpPathInput, |
26 | 32 | $pathToInputFile, |