
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (89)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
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 -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (8901)
-
Revision 89da176473 : Merge "[spatial svc]Add layer bitrates options and clean up parsing options from
8 septembre 2014, par Minghai ShangMerge "[spatial svc]Add layer bitrates options and clean up parsing options from
string" -
ffmpeg concat videos with own audio and add a soundtrack 50% volume
17 novembre 2020, par fedep11I have a list of file in a txt, I need to concat (files are same codec and size and have sound), than i need to add a soundtrack with 50% volume. Thanks


This is the command I use to concat but this substitute the audio with the new soundtrack, instead I need to mix with the original sound in the file, and I need to control the volume of the soundtrack.
ffmpeg -f concat -safe 0 -i "concat:file.txt" -i "soundtrack.mp3" -c copy "output.mp4"


-
ffmpeg low volume - original just fine
22 juillet 2012, par thevoipmanFor some reason my mp4's I reencode has such low volume, not sure what I'm doing wrong. Please help me if you could :
ffmpeg -i "\"$FILENAME\"" -sameq -vf "\""movie=/files/logo.png [watermark] ; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10[out]\""" -ac 2 -vcodec libx264 -threads 0 -acodec libfaac -async 2 "\""$OUTPUT_DIRECTORY/abc$OUTPUTFILENAME"
I hadded a few syntax to keep the audio in sync etc.