
Recherche avancée
Autres articles (51)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7075)
-
Matomo analytics for wordpress
15 octobre 2019, par Matomo Core Team — Community -
FFMEG : run code after complete conversion
26 octobre 2019, par Сергей БарахтенкоThere is a code that runs FFMPEG
shell_exec($this->config->item('ffmpeg') . ' -i ' . $path . ' ' . $cmd . ' 1>' . $folder . '/log.txt 2>&1 ');
And there is the following line, which should, taking into account the peculiarities of the PHP language, work out immediately after
shell_exec
$params = array(
'status' => 'ready'
);
$result = $this->model->editVideo($video_key, $params);This line simply updates the status of the video in the database
My question is, why doesn’t the further php code work after completion
shell_exec
? What could be the catch ? -
configure : Fix enabling memalign_hack automatically
18 novembre 2014, par Martin Storsjöconfigure : Fix enabling memalign_hack automatically
simd_align_16 is a configure item that can be enabled or disabled,
it’s not a variable containing a list of other configure items
as need_memalign previously. This was broken in eba2233b5.CC : libav-stable@libav.org
Signed-off-by : Martin Storsjö <martin@martin.st>