Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6689)

  • avfilter/vf_nlmeans : no need to print filter options at info level

    24 octobre 2021, par Paul B Mahol
    avfilter/vf_nlmeans : no need to print filter options at info level
    
    • [DH] libavfilter/vf_nlmeans.c
  • ffmpeg how add header info into pcm ?

    23 septembre 2021, par Zheng Xiaodong

    I use this cmd convert s16le to pcmu8, but will lost header info.

    


    ffmpeg -i s16le.wav -f u8 pcmu8.wav
ffmpeg -i pcmu8.wav
# pcmu8.wav: Invalid data found when processing input


    


    I want known, how add this header info into pcmu8.wav ?

    


    It should be this :

    


    ffmpeg -i pcmu8.wav
#Input #0, wav, from 'pcmu8.wav':
#  Duration: 00:13:39.20, bitrate: 64 kb/s
#  Stream #0:0: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 8000 Hz, mono, u8, 64 kb/s


    


  • avcodec/jpeg2000_parser : Fix skipping of JP2 info markers by correctly reading marker...

    21 juillet 2021, par Shaun Simpson
    avcodec/jpeg2000_parser : Fix skipping of JP2 info markers by correctly reading marker size
    

    Signed-off-by : Shaun Simpson <shauns2029@gmail.com>

    • [DH] libavcodec/jpeg2000_parser.c