Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

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

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (8548)

  • Installed codec not working ffmpeg

    25 février 2015, par Chris James Champeau

    I have ffmpeg installed on my server, I can trancode mp4 and it works great.

    However, I have installed the Theora codec as it explains here, http://cumulusclips.org/docs/install-ffmpeg-x264-on-centos/#Theora_Codec

    When I run this code

    FFREPORT=file=ffreport.log:level=32 /usr/local/bin/ffmpeg -nostdin -report -i testinput.mp4 -y -b 250k -deinterlace -vcodec libtheora -acodec libvorbis testoutput.ogg

    I get the following error Unknown encoder 'libtheora'

    Is there something I missed, any help would be appreciated

  • Merge MP4 files with ffmpeg

    10 mars 2014, par user3156324

    I have two MP4 files that one contain video and audio, and one contains only video,

    I have to combine both files – meaning, play both files at the same time. I do not want to concatenate them (add one after another).

    So how can I do this ?

  • FFMPEG multiple crop on same video

    18 juin 2017, par djdan_23

    I have one .mkv that have 4 sections in time that need to be cropped.
    (Meaning that the top-bot blacks bars appears sometimes during the viewing).
    How can I do that using FFMPEG.
    I know about crop for an entire film, but using it at 4 different places on the same video, that I don’t.
    Thanks at advance.