Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (47)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (7220)

  • Merge Audio and Video with ffmpeg but keep the metadata

    1er août 2018, par fred beauchamp

    I’m doing a karaoke app on mobile and using the default player to cast the sound over Bluetooth. I would like to have information like the tempo and key in my receiver. I though about adding metadata to the mp3 embedded in the mp4 but when I append the mp3 to the mp4 container the metadata disappear.

    • I have a dummy mp4 with no sound streams (only video)
    • I use ffmpeg with :

      ffmpeg -i noSound.mp4 -i .sound.mp3 -c:v copy -c:a copy output.mp4

    Console Output

  • Stream from WebRTC input to HLS

    9 octobre 2016, par acroca

    I need to do video streaming where the recording is happening on a browser and has to be consumed as HLS on mobile devices.

    It seems I need some media server and send the camera stream as WebRTC to it. It seems Janus and Kurento can do that task and output RTP streams. I’m not sure now how to convert that RTP stream to HLS, I guess I could hook ffmpeg on that RTP stream and generate HLS with MpegTS, but I’m not sure this is the right direction.

    Is that the obvious way to do it ? Is there any existing service to do all this ?

    Thank you.

  • Android Q : FFmpeg Overlayed Video is Rotated

    2 juillet 2022, par SaadurRehman

    I am using Following command to overlay a video on another video, at specific position and resized, It is working perfectly on Android 9 mobile i have. but on Android Q device the video is scaled properly but the content is rotated and stretched due too swap H/W

    


    I don't have any idea about this rotation abnormality.

    


    


    "-y -i $basevideopath -vf movie=$overlay.path,
scale=$overlay.width : $overlay.height [inner] ; [in][inner] overlay
=$overlay.x : $overlay.y [out] pathOut"