Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (18)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5209)

  • Application Crashes With No Exception

    24 octobre 2017, par Frank Natoli

    Have a relatively complex C# Windows Forms application that makes use of C++ bridge DLL to call FFmpeg DLLS to concurrently write multiple MP4 files directly from imagery downloaded from real time cameras using a separate thread for each camera.

    On my Windows 7 development laptop, Toshiba Tecra with i7 vPro eight core CPU and 16GB RAM, and on customer laptop, application runs fine.
    But on customer desktop, configuration unknown, when the application finishes recording and begins downloading imagery from the real time cameras and thus begins calling FFmpeg DLLs, the application disappears without a trace, no exception message, no "program has stopped working", nothing. Normal program exit writes an "application exiting" message to a log file which is NOT happening, so I am reasonably certain the program is not normally exiting.
    What might result in a C# Windows Forms application crash with no exception report from Windows ?

  • Dockerize the application that required opencv, tensoflow, ffmpeg with GPU [closed]

    26 décembre 2020, par Quan Bui

    I have a pretty complicated video analysis application. The application takes the video as input, performs the image classification by Inception that required GPU to accelerate, then the application outputs several clips from the original videos by Ffmpeg accelerated by CuDa with GPU.

    


    Basically, I need to install anaconda with python 3 and many required packages. Beside that I need build opencv, ffmpeg from code also.
Now, to auto scale, I 'd like to dockerize this application.

    


    Do you have any ideas or have any suggestions for me ? Is it possible ?

    


  • Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application

    27 août 2013, par Rob Quist

    I try to make my Parrot AR Drone 2.0 work with a windows machine.

    I have a simple C# application to control it - but now i want the video stream inside of my application.

    If i execute ffplay tcp://192.168.1.1:5555 it connects to the videostream and shows a window with the video.

    How can i get this video iside of my application ? Like, a simple 'frame' or 'image' that gets filled with that content ?

    I have never worked that much with C# so any help would be awesome.