
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (42)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...)
Sur d’autres sites (4090)
-
How does subtitle hardcoding works in ffmpeg ?
1er avril 2016, par Ketan KulkarniThe manual for the same is available on :
http://superuser.com/questions/838072/ffmpeg-hardcoding-burning-filename-in-video
https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideoSample command is :
ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi -
Concat 2 H264 mov into mp4 using ffmpeg or other ?
19 septembre 2013, par pixelwizWe recently bought a JVC GY-HM650U camcorder. One of the things it can do is record into a "web" format at the same time it records HD. However, the problem we've ran into is that it splits up the recording about every 30 minutes. I've contacted the manufacturer and they might fix the firmware in the future, but I need to do something about it now. So the camera produces an MOV file, but it's supposed to be a H.264 mp4 under the surface. I tried to follow the steps here : http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20concatenate%20%28join,%20merge%29%20media%20files but was not successful. I can either merge the two files into one mov, and if I try to play the MOV in JWPlayer for some reason I lose the audio. If I try to go into a .mp4 I get an error. I found some 3rd party software for joining video files without having to re-encode them if they are already encoded the same way, but none proved successful at producing a playable file with audio. Any suggestions ?
-
instalation ffmpeg in Ubuntu [migrated]
27 août 2014, par Chintan GorI am using following steps for installing ffmpeg-php extension in Ubuntu
-
Download ffmpeg-php-0.5.2.1.tbz2
-
extract it
-
go to this directory
-
run this "phpize"
-
./configure && make
but when I am running step 5 I got this error message "ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the —enable-shared option
"what to do please someone help me I am fresher in Linux
I already install ffmpeg in this machin using this steps
https://trac.ffmpeg.org/wiki/CompilationGuide/UbuntuNow I am installing extension for PHP
using this steps from this http://ffmpeg-php.sourceforge.net/
INSTALLATION
-