Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (28)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Decode wma and wmv codecs usning ffmpeg

    7 mai 2013, par sajad

    I am trying to receive a http stream from an analog camera that is connected to hardware encoder. The codec of http stream is wma3 for audio and wmv2 for video. I can't do this maybe because ffmpeg doesn't support these codecs. However I can receive and play the stream using vlc media player.

    I think I have to compile the source code of ffmpeg by some special configuration. Maybe I need some software libraries to satisfy dependencies. Can anyone guide me what libraries include these two codecs and what options I have to enable when I want to configure and make the ffmpeg project source files. Thank you.

  • avcodec/mdec : DC reading for STRv1 is like STRv2

    2 janvier 2024, par aybe aybe
    avcodec/mdec : DC reading for STRv1 is like STRv2
    

    As I understand, support for .STR files is broken for almost 10 years now (since 161442ff2c4b0dd8a5072c6bbe6bf55303fffccf it seems).

    Currently, ffmpeg fails with tons of errors like this on version 1 STRs, e.g. Wipeout 1 :
    [mdec @ 00000000027c72c0] ac-tex damaged at 1 9

    What happens is that only the audio is present in the video file.

    Anyway, that one character patch fixes the problem, video is now rendered.

    Signed-off-by : aybe <aybe@users.noreply.github.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mdec.c
  • avcodec_decode_video2 always sets got_picture_ptr to 0 while using with live555

    10 octobre 2013, par Richard Macwan

    I am trying to decode frames using libavcodec. My applications retrieves rtp packets from on rtsp stream using live555. I have searched quite a lot for reasons of avcodec_decode_video setting got_picture_ptr to 0 but haven't been able to find it.
    Can anyone tell me how avcodec_decode_video2 works internally ? What reasons might lead the got_picture_ptr pointer to be set to zero ?
    PS : The function does read bytes i.e the return value is always a positive number, not -1.
    I'm stumped here, any help would be appreciated. I haven't quoted any code since the code to decode using avcodec_decode_video2 is fairly generic and there is nothing special in my code.(I have decoded rtsp streams earlier using libavcodec, just not along with live555)