Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (80)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (9118)

  • libavutil : document side effects of macros

    10 juillet 2014, par Christophe Gisquet
    libavutil : document side effects of macros
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/intreadwrite.h
  • Don’t use expressions with side effects in macro parameters

    28 juillet 2016, par Martin Storsjö
    Don’t use expressions with side effects in macro parameters
    

    AV_WB32 can be implemented as a macro that expands its parameters
    multiple times (in case AV_HAVE_FAST_UNALIGNED isn’t set and the
    compiler doesn’t support GCC attributes) ; make sure not to read
    multiple times from the source in this case.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/dxv.c
    • [DBH] libavformat/xmv.c
  • FFMPEG is not recording the whole window

    25 mai 2021, par John

    I'm using FFMPEG to record a window as illustrated in the figure below. In all cases, the right hand side of the recorded window is cropped. The command I'm giving is

    &#xA;&#xA;

    ffmpeg -f gdigrab -i title="example.txt - Notepad&#x2B;&#x2B;" output.mkv&#xA;

    &#xA;&#xA;

    Any suggestion on how to fix this problem is much appreciated.

    &#xA;&#xA;

    Using FFMPEG to record a window

    &#xA;&#xA;

    Here are some additional info :

    &#xA;&#xA;

      &#xA;
    • Running Windows 10
    • &#xA;

    • Using ffmpeg-20181215-011c911-win64-static, but I have the same issue using other versions of FFMPEG
    • &#xA;

    • Desktop resolution is 3200x1800 (dpi scaling issue ?)
    • &#xA;

    &#xA;&#xA;

    This is what the recorded area looks like in the example above

    &#xA;&#xA;

    FFMPEG cropping right hand side of window

    &#xA;&#xA;

    Update 1 :

    &#xA;&#xA;

    Recording the whole desktop works fine, however, when recording a region using x and y offsets, the region captured is correct, but the region indicated is wrong. I illustrate this in the image below that shows a screen capture of the desktop during recording. The background image is a grid and the taskbar has been hidden.

    &#xA;&#xA;

    enter image description here

    &#xA;&#xA;

    The size of the area to capture is specified to 1280x720, but the region indicated is 1600x900. Also, the x offset is specified to 400px, but the region indicted starts at 500px.

    &#xA;&#xA;

    The area recorded is correct ! The image below shows a screenshot of the recording during playback in vlc, note that the "misplaced" region indicator can be seen

    &#xA;&#xA;

    enter image description here

    &#xA;&#xA;

    Update 2 :

    &#xA;&#xA;

    I noticed that the cursor, the mouse, is not correctly placed when capturing from the desktop, see recording below. Everything looks fine during recording, but at playback the cursor is misplaced.

    &#xA;&#xA;

    enter image description here

    &#xA;&#xA;

    The command issued for the recording above was :

    &#xA;&#xA;

    ffmpeg -f gdigrab -framerate 30 -offset_x 1820 -offset_y 100 -video_size 1280x720 -i desktop output5.mkv&#xA;

    &#xA;&#xA;

    Windows 10 / ffmpeg-20181215-011c911-win64-static

    &#xA;