
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (51)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
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 (...)
Sur d’autres sites (6262)
-
How to learn audio/video processing ?
19 mai 2012, par WinOrWinI have given some tries using products like Xuggler and Wowza, but I cannot understand how to use them after a while - because I have absolutely no idea over things like "what is sampling" or "what are timestamps and timebases".
Can I get some help to move from a newbie -> intermediate level, maybe some good links. I am open to read any recommended book. My eventual target is to process/transform media the way I want using ffmpeg or Xuggler.
Thanks !
-
audio/video processing [closed]
15 juin 2012, par pal_vinI want to write a program using ffmpeg where I can take a video (video alongwith audio) as input. Ex. Videos taken by my digicam. THen I want to correct the video frames and stitch back the output video along with an audio. Please tell me how to do it.
Thanks. -
Post processing in ffmpeg to move 'moov atom' in MP4 files (qt-faststart)
12 septembre 2014, par siliconpiIs it possible to run ffmpeg from the command line which will either place the ’moov atom’ metadata in the beginning of the MP4 file or run the qt-faststart as a post processing operation in ffmpeg so the generated file is stream-able through the internet ?
I can of course run it as a separate command, but would prefer it to be something
- as an option within ffmpeg, or
- as part of a post conversion, command line option when converting the video files via ffmpeg
Edit 1
http://ffmpeg.org/ffmpeg.html#mov
MOV / MP4 muxer
The muxer options are :
‘-moov_size bytes’
Reserves space for the moov atom at the beginning of the file instead of
placing the moov atom at the end. If the space reserved is insufficient,
muxing will fail.