Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (61)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

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

Sur d’autres sites (10058)

  • Compiling ffmpeg with GPU [closed]

    13 septembre 2020, par one noa

    I am trying to compile ffmpeg in purpose it will use gpu for processing video quickly and do not success.

    


    I have tried the instructions at : https://developer.nvidia.com/ffmpeg,
but after doing this line :

    


    ./configure --enable-cuda-sdk --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64


    


    I get error : Unknown option "–disable-shared".

    


    Does anyone know what I have to do ? Maybe you know another recommended guide for me ?
    
Thanks in advance

    


  • Mac App (Cocoa) for producing HTTP Live Streaming

    11 mars 2013, par Michael

    I am building a Mac OS X application (Cocoa) with XCode that captures a video source and outputs the video through HTTP Live Streaming (HLS). After doing a fair amount of research I am thinking that I should be able to use the following stack of elements in my app to make this happen...

    • AVCaptureDevice
    • AVCaptureSession
    • AVCaptureVideoDataOutput
    • FFMPEG
    • mediastreamsegmenter
    • CocoaHTTPServer

    I would really appreciate some feedback as to whether I'm on the right track, or correction if I am mistaken. Obviously any advice, pointers, perhaps some sample code snippets would be so very helpful.

    Many thanks in advance !

  • opencv /ffmpeg/make.dat can not compile 64bits dll

    25 juin 2014, par Ericking

    When I compiled suitable ffmpeg libs includes and bin with mingw64 and give libs *64.a name and set them into right place and modify make.bat as readme.txt said.
    But when I run make.bat,it produce a "opencv_ffmpeg_64.dll",and quickly delete it.
    at last I can not get the dll.
    It confused me greatly,why ?
    make.bat as follows :

    set path=C :\MinGW64\mingw64\bin ;%path% & gcc -m64 -Wall -shared -o
    opencv_ffmpeg_64.dll -O2 -x c++ -I../include -I../include/ffmpeg_
    -I../../modules/highgui/src ffopencv.c -L../lib -lavformat64 -lavcodec64 -lavdevice64 -lswscale64 -lavutil64 -lavfilter64 -lswresample64 -lws2_32