Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6375)

  • Is there anyway to capture lock screen with ffmpeg or electron getUserMedia

    17 février 2023, par Craig Zych

    I'm trying to create a remote desktop app.

    



    Everything is working great except I can't find a way to capture the windows lock screen to allow login from remote.

    



    I'm using electron and getUserMedia which will show the lock screen on macOS but just hangs with a still image on Windows until the screen is unlocked.

    



    Is there any way to capture the lock screen on windows using the built in getUserMedia or ffmpeg ?
If not do you have any other suggestions of ways to capture ? I don't need high framerate on the lock screen.

    


  • Running an .exe on cmd line from a visual studio c++ project

    28 novembre 2017, par Pop24

    BACKGROUND

    I have a visual studio c++ project "VideoAnalyser" which analyses a video for specific features based predominantly on OPENCV.

    I now want to run this project against a large directory of video files. The issue I have is that they must first be converted to .avi file format in order to utilise the OPENCV functions within my project. I can do this with FFMPEG. It is a large directory and i do not want to create duplicates of every video file with the format changed. Rather, I’d take the video file, convert it, then run the "Video Analyser" against it destroy the reformatted file and then move onto the next video file and repeat. I can run FFMPEG independantly on the command line with no issues, however I’m unsure how to integrate this into my "Video Analyser" project which leads to...

    MY QUESTION

    How do I get my "VideoAnalyser" c++ project to run the FFMPEG exectuable through the cmd line ?

  • Screen recording ffmpeg

    27 août 2020, par Nikto

    I make program for capturing video from screen.
And i have some issues.
In order to record screen i use this command :

    


    ffmpeg -f gdigrab -framerate 30 -i desktop output.mkv


    


    This command works, but i have two questions :

    


      

    1. My screen allows full-hd, but seems like output.mkv in bad (not full-hd) quality. How to record screen in the best quality ?

      


    2. 


    3. My command doesn't record audio. How to record audio too ?

      


    4. 


    

    
Help me please. Thanks

    
Note : i use win10