
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (17620)
-
cdxl : fix video decoding for some files
17 février 2012, par Paul B Maholcdxl : fix video decoding for some files
-
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 -
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");