
Recherche avancée
Autres articles (56)
-
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...)
Sur d’autres sites (6977)
-
How to show an video while converting from one format to another format using ffmpeg in php.?
15 avril 2014, par maniPresently i am writing a one application in php.
which can be able to convert one format to another format using ffmpeg.Example : AVI to MP4
Here my client wants
"while converting he want's to see the ongoing converting video file
like shown in standard video converting softwares"Is it possilble in PHP or is there any options available in ffmpeg
-
What format options can I set with ffmpeg when muxing to AVI / OpenDML format to fix duration ?
16 juin 2016, par KonstantinIn a lot cases when I mux AVI / OpenDML video files with ffmpeg, I get a video file which duration isn’t set properly. For example instead of 28 min I get 630 min or sometimes even 8000+ min duration. Maybe the problem is that my output is the standard output, not a video file, what is well known that it can’t be positioned, for example rewind to the beginning of the file. However I want to process the video by other helper apps too, and I want to avoid making huge temporary video files, this is why I use standard output.
When I use Mencoder to do the muxing process writing the video similarly to standard output and then redirecting to a file for checking (no video or audio processing, only plain stream copy) the duration is set properly. Unfortunately Mencoder deletes all my metadata from the video stream, so I can’t use it in this case and I am unable to find an option to disable this behaviour.
I wonder if I can force ffmpeg with a format specific or other option to fix the AVI / OpenDML duration in the muxing process. I checked the online man pages, but I was unable to find any option for the AVI / OpenDML format : https://www.ffmpeg.org/ffmpeg-formats.html
I also tried generating proper timecodes with option at the very begginning of my command line :-fflags +genpts
But no success, video duration still keeps being buggy.
-
Revision 4fd6317545 : Remove duplicate code in test/webm_video_source.h Remove duplicate WebM parsing
14 avril 2014, par Vignesh VenkatasubramanianChanged Paths :
Modify /test/test.mk
Modify /test/webm_video_source.h
Remove duplicate code in test/webm_video_source.hRemove duplicate WebM parsing code in test/webm_video_source.h and linking it
against webmdec.c which does the exact same thing.Change-Id : Ib7152eecde890fca58be42028cab18c9cb54221c