Recherche avancée

Médias (91)

Autres articles (80)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (11849)

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