
Recherche avancée
Autres articles (78)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (11785)
-
Merge filename.mp4.tmp with filename.mp4
10 janvier 2017, par SathishHow to merge a abc.mp4.tmp swap file with actual abc.mp4 file. I was trying to recording a live event using Wowza Media server 3.6 and the recorded file was not muxed properly at final moment. The abc.mp4.tmp swap file was not merged with actual abc.mp4 file. So could someone tell me how to merge the abc.mp4.tmp and abc.mp4 file and creates a new file and I can able to play with vlc
Here is the mediainfo of the files
[root@ip-ss-21-98-2 content]# mediainfo 03_03_2014_12_03_08.mp4
General
Complete name : 03_03_2014_12_03_08.mp4
Format : MPEG-4
Format profile : Adobe Flash
Codec ID : f4v
File size : 5.20 GiB
[root@ip-ss-21-98-2 content]# mediainfo 03_03_2014_12_03_08.mp4.tmp
General
Complete name : 03_03_2014_12_03_08.mp4.tmp
File size : 38.3 MiB -
doc : fix various typos
10 février 2019, par Moritz Barsnickdoc : fix various typos
Found with the help of codespell-1.14.0.
Signed-off-by : Moritz Barsnick <barsnick@gmx.net>
Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro> -
Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
19 septembre 2013, par Michael NiedermayerMerge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
* commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’ :
Add a WebP decoderConflicts :
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/version.h
libavformat/img2.cThe previously existing webp decoder is disabled as the new
one supports lossless mode and alpha while the previous does not.Merged-by : Michael Niedermayer <michaelni@gmx.at>