Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (69)

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

  • Where can discord bots find the ffmpeg buildpack heroku

    11 août 2020, par Isiah

    I'm making a bot which outputs a mp3 file to the voice chat with discord.py, It works localy by using :

    


    vc.play(discord.FFmpegPCMAudio(executable="ffmpeg/bin/ffmpeg.exe", source=noise.mp3))

    


    However I'm now hosting it on Heroku, i have the buildpack installed but how can my code access it in replacement of the code above

    


  • How to find out the encoder of a video file/stream using ffmpeg ?

    27 août 2020, par liuyong

    I know how to do that with MediaInfo, it's called 'Writing library' there :

    


    Writing library                          : x264 core 146


    


    In the above example, the encoder is x264.

    


    Since MediaInfo only work with local file, and I'd like to check the encoder name of hls in some case, I am wondering is it possible with ffmpeg/ffprobe ?

    


    EDIT :
Just found that MediaInfo support hls either.

    


  • Where to find simple YUV (YUV420P possibly) images to test ? (can I extract with ffmpeg ?)

    4 octobre 2020, par Guerlando OCs

    I need to test an OpenGL shader that renders YUV420P (and other YUV formats) into RGB. Decoding a video just for that would be too much.

    


    Are there any image samples with Y, U, and V buffers for me to send to the shader ?

    


    On google I only found old websites that no longer host these images.

    


    Maybe there's a way to easily extract a frame from any video using ffmpeg ?