Recherche avancée

Médias (1)

Mot : - Tags -/publier

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12164)

  • Video Overlapping in iOS

    16 février 2015, par Chandan005

    I’m working on an app where I have to overlap an alpha channel video over a video recorded from the device camera. Is it possible using GPUImage framework ?
    If YES how can I implement it using GPUImage ?
    And if NO what alternative do I have ?

  • 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

    



    ffmpeg -f gdigrab -i title="example.txt - Notepad++" output.mkv


    



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

    



    Using FFMPEG to record a window

    



    Here are some additional info :

    



      

    • Running Windows 10
    • 


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


    • Desktop resolution is 3200x1800 (dpi scaling issue ?)
    • 


    



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

    



    FFMPEG cropping right hand side of window

    



    Update 1 :

    



    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.

    



    enter image description here

    



    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.

    



    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

    



    enter image description here

    



    Update 2 :

    



    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.

    



    enter image description here

    



    The command issued for the recording above was :

    



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


    



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

    


  • Merge commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’

    1er avril 2017, par Clément Bœsch
    Merge commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’
    

    * commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’ :
    aarch64 : vp9 : use alternative returns in the core loop filter function

    This commit is a noop, see 62ea07d797c503bc4b727e56d9c0f914a93c8ef6

    Merged-by : Clément Bœsch <u@pkh.me>