Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (67)

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

  • avcodec/huffyuvencdsp : try to fix misaligned access

    29 juin 2014, par Michael Niedermayer
    avcodec/huffyuvencdsp : try to fix misaligned access
    

    Should fix fate on MIPS

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/huffyuvencdsp.c
  • Access pixel data of each frame of a video in Ruby

    23 janvier 2019, par Robin

    I want to be able to read/stream a video with Ruby, on Mac, and be able to get access to the pixel data for each frame.

    What I’ve tried

    • https://github.com/streamio/streamio-ffmpeg

      It’s good at splitting the video into frames, but I don’t know how to get access to the pixel data without saving each frame as an image first (or if it’s possible at all).


    require 'streamio-ffmpeg'
    movie = FFMPEG::Movie.new("flakes.mp4")

    movie.screenshot("screenshots/screenshot_%d.jpg", { custom: %w(-vf crop=60:60:10:10), vframes: (movie.duration).to_i, frame_rate: movie.frame_rate/24 }, { validate: false })`

    • https://github.com/wedesoft/hornetseye-ffmpeg

      This seemed to have so much potential, but I don’t think it’s maintained anymore, and it’s not meant to be used on MacOS really, so I’m having issues installing it there (headers not found and such, and no way to configure it afaik).

    Any idea what tool or method I could use for this use case ?

  • How to fix 'ffmpeg server returned 403 forbidden (access denied) ?

    1er février, par peppah

    I'm writing a website to convert youtube videos using NodeJS. I am using a package to convert them (horizon-youtube-mp3). The package works, however, I'm having problems converting. Whenever I try to convert a youtube link, it will return 'server returned 403 forbidden access'. &#xA;This error happens in 95% of the links. Some links actually work and convert correctly, but only a few.

    &#xA;&#xA;

    I tried running the script on 3 different computers running 3 different OS's. My VPS, my laptop and my home PC. I looked on the web but couldn't find anything useful.

    &#xA;&#xA;

    So yeah, I completely suck since I really don't understand why one video would convert, and the other won't. Even if the region of the video is the same.

    &#xA;&#xA;

    Any help would be highly appreciated !

    &#xA;