
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
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 (14984)
-
ffmpeg merge_outputs not outputting the final file
30 mai 2020, par EthanoppI am trying to combine multiple independent instrument audio tracks (.ogg files) from a song into 1 final 'song' file that has them all playing simultaneously.



The following properly outputs each independent .mp4 file, but once it's done running, I don't see a final file with everything combined...



import ffmpeg
import os

os.environ['path'] = 'C:\\Program Files (x86)\\ffmpeg\\bin'

song = ffmpeg.input('song.ogg').output('song.mp4').audio
drums = ffmpeg.input('drums_1.ogg').output('drums1.mp4').audio
drums2 = ffmpeg.input('drums_2.ogg').output('drums2.mp4').audio
drums3 = ffmpeg.input('drums_3.ogg').output('drums3.mp4').audio
guitar = ffmpeg.input('guitar.ogg').output('guitar.mp4').audio
vocals = ffmpeg.input('vocals.ogg').output('vocals.mp4').audio
rhythm = ffmpeg.input('rhythm.ogg').output('rhythm.mp4').audio

out = ffmpeg.merge_outputs(song, drums, drums2, drums3, guitar, vocals, rhythm)

ffmpeg.run(out)



-
Revision 86306 : Sous IE, un champ email vide envoi quand même le formulaire. Du coup, on ...
26 novembre 2014, par xdjuj@… — LogSous IE, un champ email vide envoi quand même le formulaire.
Du coup, on teste côté PHP (dans la vérif) que l’email est bien présent avant de passer au traitement. -
Revision 86306 : Sous IE, un champ email vide envoi quand même le formulaire. Du coup, on ...
26 novembre 2014, par xdjuj@… — LogSous IE, un champ email vide envoi quand même le formulaire.
Du coup, on teste côté PHP (dans la vérif) que l’email est bien présent avant de passer au traitement.