Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (111)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (12336)

  • How do I use ffmpeg library in this case ?

    12 novembre 2018, par LeeHyeSung

    I have H.264 Packets(FU-A) got from network LAN and I want to put it in mp4 format container and save it as a mp4 file.

    I am not sure anything, because I am a beginner.

    Anyway, When I saw some examples about ffmpeg, I felt it’s a little different case with mine.

    Because they always start code with input files however I don’t have any file.
    I just get some packets those are SPS, PPS, FU-A and only I-frame.

    I guess that I have to make some metadata for writing a header about mp4 format
    ... or not.

    How do I use ffmpeg library in this case ?

  • Compilation error using ffmpeg library

    15 novembre 2012, par BartoNaz

    I have downloaded and installed the ffmpeg library. I want to use it for reading the separate frames of different videos and manipulate them. For that I tried to follow some tutorial from here : http://dranger.com/ffmpeg/tutorial01.html
    But I can't compile my cpp file since I get the following compilation :

    Undefined symbols for architecture x86_64:
     "av_register_all()", referenced from:
         _main in cc9zyUBe.o
         _main in ccRz35d4.o
    ld: symbol(s) not found for architecture x86_64
    collect2: ld returned 1 exit status

    When I was installing ffmpeg library, I used arch=x86_64 option in ./configure step.
    I use OS X Mountain Lion 10.8.2 and gcc 4.2 compiler.
    Does somebody have any clue what can be the reason of this error ?
    Thanks in advance.

    UPDATE :
    I've already tried many different install options, with static libraries, shared libraries, with/without —arch=x86_64 option. Also installed it with homebrew, result remains the same. Library isn't recognized. But ffmpeg binary works pretty well, when I use it as a command-line tool.

  • FFMpegCore .Net library stream video over udp

    16 octobre 2023, par slice

    I attempt to stream a video I got as file using FFMpegCore over network using UDP without any modifications to the original video.

    


    Maybe there is a easier solution to this problem without using FFmpeg, but in future I also need to receive a stream and decode it using FFmpeg so the best approach is to maybe just use the library for this task.

    


    I don't really know where to start with, I'm thankful for any tip.