mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
6 lines
No EOL
205 B
PHP
6 lines
No EOL
205 B
PHP
<?php
|
|
|
|
$videoFile = $_SERVER['DOCUMENT_ROOT'].'/static/2.mp4';
|
|
$ffmpegPath = 'E:\Maksim\kandle\app\Controllers\Video\Exec\ffmpeg.exe';
|
|
$output = exec($ffmpegPath. ' -i' .$vid, $outputt);
|
|
var_dump($output); |