
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (38)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (6546)
-
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.