Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (58)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

Sur d’autres sites (6345)

  • Decryption of mp4 file by replacing first 32 bytes with another key file

    17 octobre 2016, par JanviM

    We receive an encrypted video file and a key.header file
    The video will decrypt and become playable after replacing the first 32 bytes of video data with 32 bytes of the key file.

    Few approaches thought of :

    1.As serving video through Nginx,is there any utility/plugin of Nginx which can decrypt the file on the go to manage the load on server.

    2.Using nginx-rtmp module, is there any ffmpeg command available to replace 32 bytes of video file with key file i.e. to make video playable after decrypting.

    Can anyone please suggest how to implement the above approach or any other utility available for making the video playable after decrypting on the go while serving the video through nginx ?

  • libffmpeg C++ : convert file to the same exact format of another file

    12 mars 2015, par Andrea

    what’s the correct way with libffmpeg (if possible with an example) to convert file A into the same aspect/fps/width/height of file B ? I could do that manually, frame by frame, using Cimg or another graphic library to scale it but i’m sure there is a better way to do this and i can’t find any tutorial about conversion.

    I’ve read the drangers tutorial and other resources but i can’t find the right way to do this. (I need to do this via C++, so please don’t suggest to use the command line interface)

    thank you

  • Combine an image into audio file and make a video file in android programmatically

    6 mai 2020, par jagdish

    I gone through the tutorial of ffmpeg library to combine the image into audio file.

    



    This is looking very complex and getting error with environment value is null.

    



    I researched a lot but didn't find any solution.

    



    Is there any way in Android to merge an image and an audio file to make a video ?