@@ -40,6 +40,12 @@ |
||
40 | 40 | // $metadata should contain the ffprobe video stream array. |
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, |
@@ -40,6 +40,12 @@ |
||
40 | 40 | // $metadata should contain the ffprobe video stream array. |
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, |