
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (94)
-
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 ;
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (13593)
-
Pushing Live Smooth Streaming multi track audio to Azure Media Services with FFMPEG
29 décembre 2022, par Jean PDoes anyone has a working command line for FFMPEG that shows how to stream audio from multiple devices (sound cards) using Smooth Ingest and a Basic Pass-through channel type (the cheapest option on Azure Media Services) ?


The command should allow me to show multiple audio tracks (with language identifiers) using the Azure Media Player demo site (http://ampdemo.azureedge.net).


Appreciate any help.


I have tried many many examples with no success...


-
How to send stream on Azure Media service Secondary INGEST URL by RTMP ?
12 avril 2018, par Lin ChiMingI did well to post stream on Primary INGEST URL, but failed to post stream on Secondary INGEST URL.
I uesd FFMPEG to post stream, i found that FFMPEG stuck while handshaking with Azure Media service.
I saw FFMPEG send 0x0C and 1536 random bytes to Azure Media service, but Azure didn’t response anything.
Is Secondary INGEST URL still work ?
-
How to load a movie from network share in FFMPEG's filters ? [migrated]
19 juin 2013, par bokanI'm trying to overlay a video on top of another using ffmpeg filters but I have problem with escaping of the file path when it is on a network share.
ffmpeg -i "\\my_nas\path\to\source.mov" -vf "movie='\\my_nas\how\to\properly\escape\this\path.mov'[clip2]; [in] scale=640:360,pad=640:368:0:0:white [resized]; [resized][clip2] overlay=W-128:H-8 [out]" ...other params... -y "\\my_nas\path\to\dest.mp4"
Thanks for your help.