Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Can FFMPEG binaries be embedded into a commercial closed source application ?

    2 avril 2015, par James

    I am building a closed source, commercial audio processing tool that relies in part on making command line calls to ffmpeg.exe (on Windows).

    Can I legally package an unmodified ffmpeg.exe in my installer and program directory without making my app open source/are there any crucial rules e.g. distributing the ffmpeg source ?

  • FFMPEG best quality image extraction possible

    13 janvier 2021, par sci_12

    I would like to extract pictures (png) out of a video for a 3D-modelling task. They should be in the best possible quality.
Video is : 1920x1080, 60 fps, 24 bit depth, mp4 .. I have now tried different approaches and feel like I should go with :
ffmpeg -i input.mp4 -vf "select=eq(pict_type\,I)" -vsync vfr thumb%04d.png -hide_banner
but I am not sure if I could get even a higher quality out. Zooming in will be really important.
Thanks for every help.

    


  • Merge commit ’d8fd183683b7495566b7e510a6536ae2efe8dfed’

    18 décembre 2013, par Michael Niedermayer
    Merge commit ’d8fd183683b7495566b7e510a6536ae2efe8dfed’
    

    * commit ’d8fd183683b7495566b7e510a6536ae2efe8dfed’ :
    vc1 : Fix mb_height for field pictures

    See : 017e234c204f8ffb5f85a073231247881be1ac6f
    Merged-by : Michael Niedermayer <michaelni@gmx.at>