Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (61)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5004)

  • avformat/http: allow the caller to select a request range

    28 décembre 2013, par Anssi Hannula
    avformat/http: allow the caller to select a request range
    

    Add AVOptions for setting the initial offset and the ending offset, so
    they can be used for setting an appropriate Range header.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/http.c
  • Audio merge modify video length

    15 septembre 2022, par sfarzoso

    I'm trying to merge an audio soundtrackPath to a video videoPath, so I wrote this script :

    &#xA;

    ffmpeg -i $videoPath -i &#x27;$soundtrackPath&#x27; -c:v copy \&#xA;-filter_complex \"[0:a]aformat=fltp:44100:stereo,apad[0a];[1]aformat=fltp:44100:stereo,volume=1.5[1a];[0a][1a]amerge[a]\" \&#xA;-map 0:v -map \"[a]\" -ac 2 $outputPath 2>log.txt&#xA;

    &#xA;

    which is working but there are two issues that I don't know how to fix :

    &#xA;

      &#xA;
    1. Merge audio is too low, is possible decrease the volume of soundtrackPath ?
    2. &#xA;

    3. Video lenght is 1:59 and the soundtrackPath is 3:29, the final result will modify the video length to 3:29, is possible to adapt the audio only for the video length ?
    4. &#xA;

    &#xA;

  • How does the VLC player calculate the total length of the timeline of the fmp4 file ?

    11 janvier 2019, par YuanDa.Yu

    use VLC player to play fmp4 file, the player shows the total length of the timeline port is 0, but video can play normally.How does the player calculate the total length of the timeline of the fmp4 file ?
    How should I modify the time parameter of fmp4 box.
    enter image description here