Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (109)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • Anomalie #2863 : devoir "quoter" les entrées de sql_update ?

    27 septembre 2012, par Thomas DEBESSE

    à noter que sur le serveur mySQL, je remarque que spip_articles.chapo est de type "mediumtext" en latin1 et que spip_nnnnnnnn.adresse est de type "varchar(255)" en latin1 C’est comme cela que j’ai reçu la base...

  • ffmpeg, how to avoid audio drift when muxing audio and video

    1er mai 2023, par Monkeybus

    I use scrcpy to mirror my Android screen to my PC. I have to capture the audio via bluetooth.

    


    The result is two files. One .mkv and one .aac. They are both of equal length, possibly a second or two out.

    


    I mux them together, but the audio always drifts.

    


    I mux them together with the following command, $show is the bash variable for the video file.

    


    ffmpeg -i $show.mkv -ss -00:00:02 -i $show.aac -c:v copy -c:a copy -shortest $show.muxed.mkv


    


    The -ss sets the audio start time. I generally have to play around with this on a vid by vid basis. I can generally match the audio and video perfectly at the beginning of the file, but the audio will always drift over the course of the video.

    


  • fate : Force simple idct for fate-asf-repldata

    19 août 2015, par Michael Niedermayer
    fate : Force simple idct for fate-asf-repldata
    

    otherwise it can fail when a different idct is used on some platform

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

    • [DH] tests/fate/microsoft.mak
    • [DH] tests/ref/fate/asf-repldata