Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (80)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • How to resize video but do not stretch/modify original video using ffmpeg [migrated]

    8 mars 2023, par Kujo Ludin

    enter image description hereIm pretty bad at video editing/property terms. Sorry in advance.

    


    Green = Input video
Red = Output video

    


    Sorry if this doesnt make sense. But can this be possibly achieved ?

    


    I tried searching for solutions in google, alas i need help in SO

    


  • FFMpeg with IOS app approval ?

    15 avril 2015, par Mahavir

    I have used FFmpeg library for the video encoding app. my app rejected and got the message from the apple team.

    Apps may not use protected third party material such as trademarks,
    copyrights, patents or violate 3rd party terms of use. Authorization
    to use such material must be provided upon request

    Please provide documentary evidence of rights to use this content.
    Once Legal has reviewed your documentation and confirms its validity,
    we will proceed with the review of your app.

    Is there any way to approve my app.

    Please Please give me good suggestion. I don’t know what to do.

  • SDL_AddTimer and threading, clearing timer queue

    10 juin 2016, par William Seemann

    I’m writing a media player based on FFmpeg and I have a design issue. My code calls a function to render video frames at irregular intervals using SDL’s SDL_AddTimer function. My problem is this, if I want to perform garbage collection when one video ends (or playback is stopped) and another starts, how can I ensure that I have no more timers in the queue or in the middle of execution as to avoid accessing an object that suddenly has been freed.