
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (44)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (6904)
-
cdxl : correctly synchronize video timestamps to audio
21 février 2012, par Paul B Maholcdxl : correctly synchronize video timestamps to audio
-
x264 exec command to encode video with PHP [closed]
21 février 2012, par mattdoes anybody know why the below command outputs an mp4 file with the video being only noise ?
I just can't figure it out :(exec("x264 --output video.mp4 inputVid.wmv 320x240");
-
FFmpeg - Concatenate Audio - Video ?
19 février 2012, par Malte SchwarzrHow can i concatenate audio and video files by using ffmpeg ?
I'm trying this but it does not work :
ffmpeg -i source.mkv -i new_audio.mp3 \
-vcodec copy -acodec copy \
-acodec copy \
destination.mkv \
-newaudio