Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (83)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8863)

  • Getting the frame number as the filename for an extracted frame in ffmpeg

    7 janvier 2015, par Prashanth

    The following command line extracts the I frames from the video

    ffmpeg -i input.flv -f image2 -vf "select='eq(pict_type,PICT_TYPE_I)'" -vsync vfr thumb%04d.png

    But the frames are sequentially numbered ..like thumb0001,2,3,4,5.... Suppose the 9th frame is an I frame then I want the the extracted frame’s file name as ’thumb9.png’...suppose if 18th frame is the next I frame then the extracted frame’s filename should be ’thumb10.png’ or ’10.png’...

    How to achieve this ? Thanks in advance...

  • How to Convert WAV to MP3 in Pure Python without using External Binaries

    7 novembre 2023, par mrfakename

    Is there any way to convert a WAV file to MP3 in pure Python without using any external binaries (ie FFMPEG), but to have the conversion done in pure Python ?

    


    I looked into using PyDub but it uses FFMPEG.

    


    Thanks in advance !

    


  • How can I make ffmpeg stop when it encounters a corrupt packet ?

    26 juillet 2022, par As12419

    how can I make ffmpeg stop when it encounters a corrupt packet ? Thanks in advance

    


    Example : [mpegts @ 0000026eabff7c40] Packet corrupt (stream = 0, dts = 1805890264)