Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (94)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Chaque 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 2013

    Puis-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 P

    Does 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 ChiMing

    I 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 bokan

    I'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.