Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (46)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (6254)

  • How to set Fontfile From assets folder in ffmpeg (android studio)

    26 avril 2016, par Dhanveer thakur

    I want to set font file in ffmpegn from assets folder in android. Can someone suggest me how can i do that. Following is my drawtext command :-
    drawtext=fontsize=60:fontfile=/system/fonts/DroidSans.ttf:fontcolor=green:text=Post:x=150:y=150

  • How to set Fontfile From assets folder in ffmpeg (android studio)

    2 juillet 2021, par Dhanveer thakur

    I want to set font file in ffmpegn from assets folder in android. Can someone suggest me how can i do that. Following is my drawtext command :- 
 drawtext=fontsize=60:fontfile=/system/fonts/DroidSans.ttf:fontcolor=green:text=Post:x=150:y=150

    


  • Adding FFmpeg library as dependency in Visual studio project to get rid of LNK2019 error

    13 mars 2019, par MSD Paul

    While compiling a project on Microsoft visual studio (to generate dll), I am getting the following linking errors (LNK2019)

    Severity Code Description Project File Line Suppression State
    Error LNK2019 unresolved external symbol av_strerror referenced in function "private : void __cdecl DecoderFFmpeg::printErrorMsg(int)" (?printErrorMsg@DecoderFFmpeg@@AEAAXH@Z)
    Severity Code Description Project File Line Suppression State
    Error LNK2019 unresolved external symbol av_get_channel_layout_nb_channels referenced in function "private : int __cdecl DecoderFFmpeg::initSwrContext(void)"

    several other functions like av_dict_set, av_dict_free, avcodec_decode2 which is related to the ffmpeg libraries. Can anyone please tell me how to properly add "ffmpeg" as dependenciesto this project and link it properly ?