Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (90)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (9275)

  • Why ffmpeg C - API Doxygen document using c++ style of namespace for structure

    25 décembre 2018, par Vencat

    I’m new to ffmpeg C-API and learning it from doxygen document in official site. I hope the document explains about ffmpeg C-API, but I have seen some c++ style of class and namespace in it, for example please refer the below document part, where they are using c++ style of namespace for c structure.

    AVClass Struct Reference :

    https://ffmpeg.org/doxygen/trunk/structAVClass.html#details

    can anyone clear this to me.?

  • Cannot find a proper format for codec h264 (id:27), pixel format none ffmpeg [closed]

    15 août 2020, par David Pinto

    I'm currently trying to run a ffmpeg command to stream video to a rtmp server from my gopro that is connected to a capture card connected to my raspberry pi 4 2gb.

    


    Command :

    


    ffmpeg -ar 44100 -ac 2 -f alsa -f v4l2 -codec:v h264 -framerate 30 -video_size 1920x1080 -itsoffset 0.5 -i /dev/video0 -copyinkf -codec:v copy -codec:a aac -ab 128k -g 10 -f flv rtmp://x.x.x.x/live/test


    


    Error :

    


    


    [video4linux2,v4l2 @ 0xb32350] Cannot find a proper format for codec 'h264' (id 27), pixel format 'none' (id -1)
Assertion *codec_id != AV_CODEC_ID_NONE failed at src/libavdevice/v4l2.c:811

    


    


    I would like to try and find some help or alternatives to stream the video to a rtmp link.

    


  • avformat/matroskaenc : wrap par->format use as sample format under codec_type == AVMED...

    22 mai 2016, par Michael Niedermayer
    avformat/matroskaenc : wrap par->format use as sample format under codec_type == AVMEDIA_TYPE_AUDI
    

    Fixes CID1361946

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskaenc.c