Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (91)

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

  • FFMPEG encrypt & decrypt Video offline

    14 juillet 2020, par user13927336

    I want encrypt & decrypt Video file With FFMPEG oflfine mode in hard disk.

    


    I encrypt a Video File (mp4 Extention) by ffmpeg.exe Tools by this Command :

    


    ffmpeg -i SampleVideo_1280x720_1mb.mp4 -vcodec copy -acodec copy
-encryption_scheme cenc-aes-ctr -encryption_key
76a6c65c5ea762046bd749a2e632ccbb -encryption_kid
a7e61c373e219033c21091fa607bf3b8 SampleVideo_1280x720_1mb_encrypted.mp4


    


    for decryption :
i want decrypt and play video file (encrypted.mp4) in my player source c++
(ffmpeg base) and *now i dont wnat use decrypt file with command line with
ffplay.exe *like this :

    


    ffplay SampleVideo_1280x720_1mb_encrypted.mp4 -decryption_key
76a6c65c5ea762046bd749a2e632ccbb


    


    how i can do decrypt with Write programing code that use FFMPEG api ?

    


    thanks in advance.

    


  • How to encrypt WebM File

    5 janvier 2018, par avi

    I am working on some video encryption and decryption.
    I want to encrypt WebM files but no success till now, wants your help !!
    Till this point, I try to build webm_crypt but not get success because it uses some ’crypto’ file from Chromium project, to get ’crypto’ file I have to build Chromium Project which is a very hard thing... my machine will die. I am adding some screenshot of errors and other things.

    Is there any other options to encrypt WebM file or is there another way to build webm_crypt without building the Chromium project.

    This was the error I got

    This was the error I got
    Image of libwebm folder

  • wmapro : make sure there is room to store the current packet

    28 juin 2013, par Luca Barbato
    wmapro : make sure there is room to store the current packet
    

    Prevent horrid and hard to trace struct overwrite.

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

    • [DH] libavcodec/wmaprodec.c