Recherche avancée

Médias (91)

Autres articles (106)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (10639)

  • How to save .flv file from rtsp camera C#

    22 juillet 2017, par BlackRoot

    I’m trying to save streamed rtsp video from my IP camera using FFmpeg.exe command like this

    ffmpeg -i rtsp://[source_url_full_file_name] -acodec copy -vcodec copy [local_target_file_name].flv

    but it is so hard to manage all process started for each camera so I decided to have an embedded managed thread that do the same thing

    I’ve tried many libraries and codes but still no result.

    any one have a code or links to achieve that using C#

  • How to merge audio ( wav ) and video ( mp4 ) on android

    30 juin 2015, par Illia

    I need @title@. Target Api level is 14 ( 4.0 ). Thats why stuff like MediaMuxer doesn’t work for me. I was trying to merge stuff via FFMpeg, but my app crashes without anything helpful in LogCat ( except Fatal signal 8 (SIGFPE) at 0x0000266f (code=-6), thread 10034 (Thread-6826) ) (FFMpeg works just fine with m4a btw, but it is hard to convert wav -> m4a because of stupid headers).If you have a solution for me, or you know libs that doing same stuff - you are more than welcome to help ^_^. I was also thinking about FFMpeg binary already compiled lib that allows me to use commands, I even try some, but I haven’t nothing positive as a result, and I am not really think good about using FFMpeg as a command-line tool.

  • Make MP4 video using JPEG 2000 frames and ROI

    21 mars 2012, par Leandro

    I'm having a hard time trying to figure out how to solve the following problem.

    I have a set of jp2 frames. I want to save them as a .mp4 video for archiving (which is great because it supports motion compensation) and then be able to extract the frames as jp2 files again.

    I have this working with a set of tools/libraries like ffmpeg. The issue is that I also want to include a ROI in the original jp2 images.

    When I do that, the video shows nothing where the ROI originally was, and when I use ffmpeg to go back to the original files, the frames are still broken.

    I tried going from JPEG2000 w\ ROI to another format before making the mp4 file, but every tool I use seems to have the same results : the ROI gets translated as a square w/o nothing there.

    Any help would be greatly appreciated.

    Thanks !