Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6439)

  • How to fix ffmpeg from producing dark images

    28 septembre 2019, par edwardv

    I am running a batch file to bulk resize images. The output jpgs are coming out darker. I looked up the metadata of the input and output files. The input had a color space CMYK and the output color space was wiped.

    The code below is what I am using for the batch file. I tried using the same batch file on an image with a RGB color space and the output colors were fine. I am assuming it’s the CMYK parameter is the issue.

    for %%A in (*.jpg) do ffmpeg -i "%%A" -vf "scale=w=1500:h=1800:force_original_aspect_ratio=1,pad=1500:1800 :(ow-iw)/2 :(oh-ih)/2:white" resized\%%A"

    What do I modify in the ffmpeg code in order to make sure the jpg input and output files look exactly the same ? Of course not in size.

  • How to scale mouse cursor when recording display with ffmpeg ?

    16 mai 2022, par rkh

    I'm recording the whole Windows 10 Desktop on a 4K laptop screen with a native resolution of 3840x2160. The windows desktop is scaled to 200% (so it behaves like 1920x1080).

    


    Here's the ffmpeg command line I'm using to record the desktop :

    


    "C:\ffmpeg\ffmpeg.exe" -rtbufsize 1500M -f gdigrab -framerate 10 -i desktop -vf crop="3840:2160:0:0" -pix_fmt yuv420p -preset ultrafast -tune fastdecode -y "C:\ffmpeg\test1.mp4"


    


    I'm using crop to be able to record only a portion of the screen as well as the whole screen.

    


    The issue is that the mouse cursor is way to small on the resulting video file. It looks like that ffmpeg is not respecting the scaling factor from the windows desktop settings (200%).

    


    I could change the high-dpi settings of the ffmpeg.exe file (https://stackoverflow.com/a/67679516/19128336) but I need to find a way to solve this issue programmatically.

    


    This issue occurs only on screens with desktop scaling factor higher than 100%.

    


    Is there a way to tell ffmpeg about the desktop scaling factor ?

    


    Thanks in advance.

    


  • g2meet : Allocate cursor buffers large enough to fit the aligned width

    11 septembre 2013, par Martin Storsjö
    g2meet : Allocate cursor buffers large enough to fit the aligned width
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/g2meet.c