Recherche avancée

Médias (91)

Autres articles (26)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (3522)

  • ffmpeg - how to copy exactly the video settings except for the resolution

    14 août 2014, par user3939604

    I want to change the resolution of my .flv file. I have tried "ffmpeg -i file.flv -s 1280x720 -acodec copy file2.flv", but the output file has different video encoding settings. I have added "-vcodec libx264" which makes the output settings closer to the input settings, but there are still little differences such as fps. I realize that I could probably use mediainfo and figure out how to format that information in a way ffmpeg can use, but that seems like a very clunky solution. Is there a way for ffmpeg to copy the encoding settings from the input and apply them to the output with a resolution change ?

  • Remove panscan information in av_frame_copy_props() if resolution changes.

    10 août 2014, par Carl Eugen Hoyos
    Remove panscan information in av_frame_copy_props() if resolution changes.
    

    Fixes ticket #3750.

    • [DH] libavutil/frame.c
  • avcodec/roqvideoenc : Print the correct max resolution

    9 juillet 2014, par Michael Niedermayer
    avcodec/roqvideoenc : Print the correct max resolution
    

    Thanks-to : Vitor Sessak <vitor1001@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/roqvideoenc.c