Completed
Push — master ( 947500...22eeb1 )
by Nicolas
03:32 queued 01:40
created
src/activities/transcoders/ImageTranscoder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -21,6 +21,12 @@
 block discarded – undo
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, 
Please login to merge, or discard this patch.
src/activities/transcoders/VideoTranscoder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -21,6 +21,12 @@
 block discarded – undo
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, 
Please login to merge, or discard this patch.