Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (76)

  • 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 ;

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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 (6645)

  • How to extract video with single audio channel from a ts video contain multiple audio channels in one aac audio stream ?

    11 avril 2014, par StackOverFlowMeteor

    I have a video file named "Video.ts" that contain 4 audio languages (English, Chinese, xxx, xxx).
    I want to output a video file, say "Video1.ts" (or even converted to "Video1.MP4" directly..) that contain the original video with English audio in mono ONLY.

    The ffmpeg shown the original aac audio channels were in the one stream "0:1"
    Can anyone show me the ffmpeg command line to do it ? Thanks a lot !

    C:\ffmpeg_test>ffmpeg.exe -i Video.ts

    Input #0, mpegts, from 'Video.ts':
     Duration: 00:01:11.55, start: 1.000000, bitrate: 1866 kb/s
     Program 1

    Stream #0:0[0x281]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv,
    bt470bg), 640x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc

    Stream #0:1[0x201]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, 4.0, fltp
    , 120 kb/s
  • Is there any open source HLS segmenter that supports Apple Low Latency HLS ? [closed]

    13 juillet 2021, par Marcus Wichelmann

    Currently I'm using FFmpeg to produce a HLS segmented stream to deliver some live content to our users. Now I'd like to reduce latency by using Apples latest Low Latency Standard which is unfortunately quite complex and the only standard that is supported on Apple devices.

    


    But I have not yet found any open source implementation of this. Do you know of any project that works on implementing the whole Apple LL-HLS standard including the latest #EXT-X-PRELOAD-HINT additions ?

    


    What do you use as segmenter for your low latency ABR streams ?

    


  • How to generate video from photos with animation on server ?

    13 janvier 2014, par user1953063

    Good day !

    I create programm for server, which should generate a video clip of the photos. The user sends photos to the server and the server generates a video with animation and sound track from this photos. I use ffmpeg for creation video, but how to create animation ?. I need different (difficult) animation : transitions (fade in, fade out, scroll), zooming, animations numbers etc.

    This example explains what I need.

    Thanks