Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (90)

  • 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.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (7380)

  • Revision d5a017300c : General code cleanup. Making code more readable in different places. Change-Id

    4 avril 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_mbpitch.c Modify /vp9/common/vp9_setupintrarecon.c Modify /vp9/decoder/vp9_decodframe.c General code cleanup. Making code more readable in different places. Change-Id : Iea92c9a35e64d257ee358879fc04fc926843d52e

  • lavu/opt : add a more general child class iteration API

    27 mai 2020, par Anton Khirnov
    lavu/opt : add a more general child class iteration API
    

    Use opaque iteration state instead of the previous child class. This
    mirrors similar changes done in lavf/lavc.

    Deprecate the av_opt_child_class_next() API.

    • [DH] doc/APIchanges
    • [DH] libavutil/log.h
    • [DH] libavutil/opt.c
    • [DH] libavutil/opt.h
    • [DH] libavutil/version.h
  • How to make FFMPEG faster in general ? [closed]

    26 mars 2021, par GitM

    I convert regulary my video files to current codecs, to keep them available for most of the (currently used) devices.

    


    I use this to convert video files for apple tv :
ffmpeg -i video_file.abc -c:v libx265 -crf 27 -c:a aac -b:a 128k -tag:v hvc1 video_file_updatedt.mp4

    


    ... and this to convert audio files to ogg :
ffmpeg -i audio_file.abc -c:a libvorbis -q:a 4 audio_file_updated.ogg

    


    but it consumes 100% of my six core CPU (max. 3.4GHz) an took hours.

    


    Is there a smart way to speed this up and reduce CPU usage at the same time ?
Should i switch to another OS like Linux, one with better usage of my CPU ?