Recherche avancée

Médias (91)

Autres articles (59)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (9180)

  • Failed to hard-ware accelerate video decoding via Tesla P40

    20 mai 2018, par Potemkin

    While I am writing a surveillance video recognition demo, I find it is much slower to simply play a video in the server(Xeon E5-2680 2.4GHz, Tesla P40) than in my laptop(i7-8550 1.8GHz, Intel UHD Graphics 620).

    I use DXVA-Checker to see the video decoder device, and notice that my laptop use the GPU for decoding, but the server use no GPU for the job. Then I check ’nvidia-smi’, and it shows all of GPUs are running in TCC driver model, not WDDM driver model. And I cannot turn it to WDDM because nvidia-smi says it is not supported.

    The video play demo is written via OPENCV, in which the video decoding part is from ffmpeg. The server runs in Windows-server-2012, and my laptop is on Windows 10.

    The question is how can I get the server decoding videos with GPUs, and is this the reason for the slowness or there is something else ?

  • Stream MP4 using FFMPEG on remote VLC

    8 novembre 2016, par Satish

    I’m trying to stream a MP4 file from my Embedded device and play it in the VLC in my laptop. My H/W setup look like below

    --------------                ------------------      
    |  Board     |     Ethernet   | Window Laptop  |
    | (Android N)|----------------|     VLC        |
    | 192.168.1.5|                |  192.168.1.2   |  
    |   ffmpeg   |                |----------------|
    |------------|  

    I’m trying to issue ffmpeg command from board side and it look like below

    Embedded board ---
    ./ffmpeg -re -i vid.mp4 -vcodec copy -an -f rtp rtp ://192.168.1.2:1234 -vn -acodec copy -f rtp rtp ://192.168.1.2:1234

    On Laptop VLC side my sdp file look like below

    v=0
    o=- 453271780569021 453271780586833 IN IP4 /192.168.1.5
    s=Unnamed
    i=N/A
    c=IN IP4 /192.168.1.2
    t=0 0
    a=recvonly
    m=video 1234 RTP/AVP 96
    a=rtpmap:96 H264/90000

    I don’t see any stream on VLC side. I believe there is something wrong command which I couldn’t figured yet. Please let me know if anyone knows how I can achieve this. By the way the video file is not limited to MP4 format , i’m open for any file format.

    Thanks, Satish

  • SWF to PNG.. but merge all pngs inside into 1

    14 novembre 2014, par Jayden

    The title says it all,

    I’ve tried swftools and ffmepg but I don’t ’think’ they achieve what I need to do.

    Basically there is a SWF file that is made up of up to 60 images, them 60 images inside the SWF all are parts of an image that make up 1 final image or animation on an online game.

    I need to be able to download the swf as a png image with the same output it will look like on the virtual game - so not 60 images if seperate graphics, just one image with them all (merged ?) together.

    I am not even sure if this is possible to do in the commandline so if you understand any of this, please point me in the right direction.

    I am using Ubuntu 14.04