Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (13145)

  • Revision c4367b9b51 : vp9_resize_plane : quiet some static analysis warnings document resolution assum

    18 mars 2015, par James Zern

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



    vp9_resize_plane : quiet some static analysis warnings

    document resolution assumptions with a few asserts

    Change-Id : Ia4ab738fd3e0a1ba0ed30a57facd2658c2c1fd60

  • lavc/dts : Do not set bitrate for DTS-HD Master and High Resolution.

    18 mars 2015, par Carl Eugen Hoyos
    lavc/dts : Do not set bitrate for DTS-HD Master and High Resolution.
    

    Fixes ticket #4375.

    Reviewed-by : Hendrik Leppkes

    • [DH] libavcodec/dcadec.c
  • How to transcode video stream by changing only the resolution ?

    3 mai 2013, par user1051417

    I would like to transcode video stream using ffmpeg tool and change only the video stream resolution, i.e. the video and audio parameters should remain the same.

    According to the man page of the ffmpeg the following command line should provide the desired result :

    ffmpeg -i input.mp4 -vcodec copy -acodec copy -s WxH output.avi

    The Video codec of the input stream is compatible with avi container.

    The actual result is that the resolution remains unchanged and it seems that the stream is just repacked in avi container.

    The resolution of the output stream is changed successfully without -vcodec copy option, but the video codec is changed : h264 (Constrained Baseline) - > mpeg4 (Simple Profile).