Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

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

  • Merge commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’

    30 juillet 2013, par Michael Niedermayer
    Merge commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’
    

    * commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’ :
    avisynth : Fix a "AVISynth" vs. "AviSynth" struct name typo

    Conflicts :
    doc/general.texi
    libavformat/avisynth.c

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

    • [DH] doc/general.texi
    • [DH] libavfilter/vf_gradfun.c
  • Anomalie #2709 : SVP ne met pas à jour ?

    15 mai 2012, par Piero Wbmstr

    Ben non, sinon je n’aurais pas posté :) (et j’ai pourtant vidé le cache)

  • How to ffmpeg command execution in ffmpeg4android app

    3 février 2014, par Sanket990

    If i m using ffmpeg4android Play store app and executing command for video trim but they are not working i m using below command for trimming

    ffmpeg -i /sdcard/vide.mp4 -ss 00:10:00 -t 00:12:00 -async 1 /sdcard/cut.mp4

    Above Command Execute but not showing file cut.mp4 in sdcard .if you know another way for video trimming then show me example or link Thanks in Advance

    If i m running this command showing Logcat

    Looks like Vk log is not increasing in size
    /sdcard/vide.mp4 : No such file or directory
    I m already add file in sdcard path