Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (61)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7876)

  • Get duration through FFMPEG 2014 gcc 4.86

    19 février 2014, par M.Yazdian

    I like to use ffmpeg in my web project to convert video files and get some information of metadata's.

    So I download FFMPEG and use this codes in asp.net :

    For view my code please follow this link http://forums.asp.net/t/1969247.aspx?Problem+width+FFMPEG+2014+gcc+4+86

    This Codes worked currently when I use FFMPEG 2013 gcc 4.2 But when I use FFMPEG 2014 gcc 4.8.2 it's not working...!!!

    In FFMPEG 2014 , I can Convert video formats but I cann't get duration and In FFMPEG 2013 gcc 4.2 I can get duration but I cann't convert video formats (I mean specialy MKV).

    In the FFMPEG 2014 Standard Error I cann't find Duration to parse(HOUR , MINUTE , SECOND).

    In the FFMPEG 2013 Standard Error I can find Duration to parse(HOUR , MINUTE , SECOND) but I cann't connvert video formats.

    Thanks in advance

  • FFMPEG : Changing the filter prevents the video from being blurred

    11 juillet 2016, par Drupalist

    I am new to FFMPEG, it has been a few days I am working on it. I tried the code given at
    FFmpeg - Apply blur over face
    .I have a video with 208 X 208 resolution and I need to blur a rectangle on the video, with some width/height and top/left offset. The following codes successfully blur the video

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=10:10:1:1,boxblur=1[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=50:50:1:1,boxblur=1[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    But the followings don’t

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=5:5:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=10:10:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=20:20:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    I would like to know why it is so ? What is the problem with the codes that don’t work.

    Thanks in advance.

  • Anomalie #3761 : Ne plus transcrire «   » en « &nbsp ; » mais en « &#160 ; »

    26 mars 2016, par Christian Pierre MOMON

    Grrrrrrrrrrr, mais pourquoi bien escaper les codes dans le titre et pas dans le texte ?!!! Je remets mon message avec les codes espaces visibles.

    Une convention de SPIP dans la rédaction des articles est que si l’on veut garder deux mots toujours serrés dans le rendu de la page, on utilise «   » au lieu du caractère espace. Dans la génération HTML, SPIP remplace le «   » par « & nbsp ; ».

    Malheureusement, en HTML5, le terme « & nbsp ; » a disparu, donc la convention devient caduc et le rendu des pages SPIP en HTML5 devient laid.

    Demande de remplacer la transcription de «   » vers « & nbsp ; » par « & #160 ; ».

    Informations complémentaires :
    - j’utilise SPIP 3.0.17-2+deb8u2 (Debian) ;
    - j’ai activé « Permettre le HTML5 » dans l’interface d’administration ;
    - je mets «  » dans mes entêtes de fichier HTML.

    Avec tous mes encouragements \o/