Recherche avancée

Médias (91)

Autres articles (47)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (9667)

  • ffmpeg decompilation of image frames producing images of much more size

    7 octobre 2013, par user2007454

    I have extracted image frames using ffmpeg from a video(video a) deleted alternate frames and applied compression on the remaining frames and again made a video (video b) ffmpeg -i "input_file%d.png" "outputfile.3gp" my question here is ideally the size of video b should be much lesser than video a as it contains lesser number of frames those are also the compressed one but to my utter surprise video b is much larger in size from video a, to have a check I have extracted the frames from video b the frames are way larger in size around 10 times the original size, if anybody can help me out or explain such behavior from ffmpeg library and how we could control such behavior, thanks in advance.

  • Revision 01a37177d1 : Refactor rd_pick_partition for parameter control This commit changes the partit

    20 août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Refactor rd_pick_partition for parameter control

    This commit changes the partition search order of superblocks from
    SPLIT, NONE, HORZ, VERT to NONE, SPLIT, HORZ, VERT for
    consistency with that of sub8x8 partition search. It enable the use
    of early termination in partition search for all block sizes.

    For ped_area_1080p 50 frames coded at 4000 kbps, it makes the runtime
    goes down from 844305ms -> 818003ms (3% speed-up) at speed 0.

    This will further move towards making the in-search partition types
    configurable, hence unifying various speed-up approaches.

    Some speed 1 and 2 features are turned off during the refactoring
    process, including :
    disable_split_var_thresh
    using_small_partition_info

    Stricter constraints are applied to use_square_partition_only for
    right/bottom boundary blocks. Will bring back/refine these features
    subsequently. At this point, it makes derf set at speed 1 about
    0.45% higher in compression performance, and 9% down in run-time.

    Change-Id : I3db9f9d1d1a0d6cbe2e50e49bd9eda1cf705f37c

  • x264 fails to build on using MacPorts

    1er janvier 2015, par rangu

    Using MacPorts to install FFmpeg, I ran into an error with the dependency x264 :

    ...
    --->  Computing dependencies for ffmpeg
    --->  Dependencies to be installed: x264
    --->  Configuring x264
    Error: Failed to configure x264, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_x264/x264/work/x264-956c8d8/config.log
    Error: org.macports.configure for port x264 returned: configure failure: command execution failed
    Error: Failed to install x264
    ...

    ...which persists even after updating and upgrading everything else.