Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (46)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6964)

  • avcodec/atrac3plus : Check split point in fill mode 3

    22 octobre 2019, par Michael Niedermayer
    avcodec/atrac3plus : Check split point in fill mode 3
    

    Fixes : index 32 out of bounds for type 'int [32]'
    Fixes : 18350/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ATRAC3P_fuzzer-5643794862571520

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/atrac3plus.c
  • encode audio ffmpeg c++ with different number of samples between input and output

    4 décembre 2015, par Victor Canezin de Oliveira

    I am trying to make an audio encoder to encode a live stream. I get my audio stream from a webrtc source. The properties for the source audio buffer is(AND I CANNOT CHANGE IT) :

    number of samples: 480
    sample size: 2 bytes
    sample rate: 44100Hz
    number of channels: 1

    I am using MP2 codec to encode the audio. It expects an audio number of samples of 1152(CAN’T CHANGE THAT EITHER), which is different from the source(480)

    I generate the audio frame using :

    frame->nb_samples = 480;
    avcodec_fill_audio_frame(frame, nb_channels(=1), sample_fmt(=AVCodecContext sample_fmt), temp_audio_buffer(=source), 480, 0);

    And I am getting a "chopped" sound. From what I know, It is because of the difference between number of samples in each frame.

    Is there a way to fill the entire frame(1152 samples) somehow ? Will I be able to encode this live stream ?

    thanks

  • avcodec : doxy : Clarify what get_buffer2 must fill in buf[]

    29 avril 2013, par Derek Buitenhuis
    avcodec : doxy : Clarify what get_buffer2 must fill in buf[]
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/avcodec.h