Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (54)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6793)

  • 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 ?