Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (15093)

  • ffmpeg modify audio length/size ( stretch or shrink)

    24 janvier 2024, par mido

    I am developing a web app, where people can record videos. I have been able to send chunks of audio n video to server successfully, where I am trying to combine them and return as single proper file.

    



    my problem is if the recording is for one hour, after merging the chunks

    



    video length : 1:00:00 , audio length : 00:59:30,

    



    now, this is not a issue of audio not getting recorded( I have checked that), the problem is, somehow, when i merge the chunks of audio, it shrinks,

    



    


    I find that it is progressive sync issue where it gets worse and worse as time increases.

    


    



    I have searched the net for the solution, most places say async, I have tried using it, but to no avail, is the below usage correct ?

    



    ffmpeg  -i audio.wav -async 1 -i video.webm -y -strict -2 v.mp4

    



    (v.mp4 is the final file that I provide to the users.)

    


  • ffmpeg modify audio length/size ( stretch or shrink)

    14 juin 2016, par mido

    I am developing a web app, where people can record videos. I have been able to send chunks of audio n video to server successfully, where I am trying to combine them and return as single proper file.

    my problem is if the recording is for one hour, after merging the chunks

    video length : 1:00:00 , audio length : 00:59:30,

    now, this is not a issue of audio not getting recorded( I have checked that), the problem is, somehow, when i merge the chunks of audio, it shrinks,

    I find that it is progressive sync issue where it gets worse and worse as time increases.

    I have searched the net for the solution, most places say async, I have tried using it, but to no avail, is the below usage correct ?

    ffmpeg  -i audio.wav -async 1 -i video.webm -y -strict -2 v.mp4

    (v.mp4 is the final file that I provide to the users.)

  • alsdec : Fix the clipping range

    12 juillet 2013, par Luca Barbato
    alsdec : Fix the clipping range
    

    mcc_weightings is only 32 elements.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DH] libavcodec/alsdec.c