
Recherche avancée
Autres articles (59)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
ANNEXE : Les extensions, plugins SPIP des canaux
11 février 2010, parUn plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
Les extensions que MediaSPIP nécessite pour fonctionner
Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...) -
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 (...)
Sur d’autres sites (7519)
-
ffmpeg segment muxer : rejoin segments to get back input video
17 juin 2020, par Saurabh P BhandariFor a given video file (mp4 format), a m3u8 file which points to segments with some duration can be generated as follows :



ffmpeg -v quiet -i input.mp4 -c copy -f segment -segment_list intermediate.m3u8 -segment_time <duration> intermediate_%03d.ts
</duration>



If I were to rejoin the segments back,



ffmpeg -i intermediate.m3u8 -c copy output.mp4




will the output video be the same as input video ?



A quick test tells me it is not the same (compared the sha256 sums).



Can anyone explain this specific behavior ? Am I required to add particular flags to get back the original input video file or is it something else ?


-
library.mak : Put -Umain back for tests
1er juin 2016, par Michael Niedermayer -
avfilter/vf_format : add .get_video_buffer back
7 septembre 2013, par Paul B Mahol