Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (104)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11499)

  • Determining size of data[0] in AVFrame of FFMPEG

    27 mars 2015, par user2742299

    I am relatively new to FFMPEG andII am trying to allocate AVFrame->data[0] of a video frame to uint8_t* buffer using the following lines of code :

    size_t sizeOfFrameData = mpAVFrameInput->linesize[0] * mpAVFrameInput->height;

    memcpy(mFrameData, mpAVFrameInput->data[0], sizeOfFrameData);

    I would like to know if this is a correct way of copying frame data to uint8_t* variable in FFMPEG ?

    Thanks

  • Using ffmepg library for decoding H264 data [on hold]

    24 juin 2019, par Moufid

    This is the first time I work in video processing tools.
    The gool is to decode h264 data and display video (or images).

    I found that ffmpeg library could handle those kind of issue.

    But the problem that I have not found :

    • example of code using ffmpeg library to decode h264 data
    • h264 input data to test the program with.

    Could you please help.

  • Trancsode and generate waveform data file in ffmpeg with a single command

    19 mai 2019, par user1152226

    I am trying to transcode and generate a waveform data file in the same command. I cannot figure out how to generate 2 output files from a single input. I want an mp4 file, and the waveform data file. The waveform data needs to be generated from the output of the transcoding step (ie, after the stream has already been transcoded)

    The following does not work :

    ffmpeg -i "https://mp3l.jamendo.com/?trackid=862797&format=mp31" -map 0:a -c:a libfdk_aac out1.mp4 -f data data.txt
    Output file #1 does not contain any stream