Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (4712)

  • How to convert swf file to pdf or mp4 file type [closed]

    24 avril 2013, par Rouge

    I am trying to generate images from many swf files. I have search web all day and tried some methods but still have idea how to do it.

    FFMpeg apparently won't do it because there is an error saying

    Compressed SWF format not supported

    when I use command line to convert.

    My last post.

    Generate image from a swf file issue

    Since I have generated images from mp4 and pdf files before, I thought I can convert swf to those formats first then using ffmpeg to get the images.

    I have also searched web for converting swf to pdf and mp4 but still have no results.

    Can anyone show me any tips about how to convert the swf files ? Thanks a lot !

  • Convert .mp3/.wav file into g729/amr/g711 codec file and vice versa using PJSIP

    19 septembre 2017, par NandhaKumar

    PJSIP is used for SIP Registering, audio/video Calling and supporting some other VoIP Call features. If you want to create an VoIP Application, you will create an application using their libraries.

    In this library, there are available lot of codecs and some of codecs are available as third party codecs and you can integrate into PJSIP library. Then you can able to support those codecs while calling another SIP user/client.

    Generally In mobile phones, the voice is record as audio file through
    mic and it has passed to PJSIP library. Then those codec/pjmedia library take care
    of other operations like converting into anyother codec format which
    they want to send.

    Instead of that, can we able to pass .mp3/.wav file into PJSIP library and convert it into codec files like .g729/.amr/.g711-u and vice versa

    I don’t about how codec conversion/codec engine internally works around.
    If you know about the codec conversion from .mp3 format is possible using PJSIP library, please suggest me how to solve this problem.

    Thanks in Advance !

  • How to determine which offsets changed in MP4 file after cutting a part of the MP4 file

    16 février 2021, par Muath

    This image displays each offset and the role of that offset in mp4 file.

    


    enter image description here

    


    And this is MP4 file viewed in Hex-Editor :

    


    enter image description here

    


    When cutting (as an example) first 60 seconds of that video or doing any cutting process, How can I know which offsets has been changed ?