Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (58)

  • 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 (6074)

  • multiple ffmpeg instance with zmqsend

    6 février 2018, par liewjls

    By any chance anyone would able to point to the right direction, I have multiple ffmpeg instances running on the server and i need to change the configuration (for example change the volume) on the fly while the ffmpeg instance is running. I found this https://lists.ffmpeg.org/pipermail/ffmpeg-user/2016-September/033777.html which the zmqsend is the tool do the job.

    But how can i point the zmqsend sending the command to a specific ffmpeg instance ?

    I tried to run the zmqsend, but it got hanged.

    thanks.

  • ffmpeg is working in terminal but not in php

    31 août 2018, par Gaurav kakkar

    I have installed ffmpeg using Ubuntu,

    sudo apt-get install ffmpeg

    ffmpeg is installed on root "/usr/bin/ffmpeg".

    It’s working fine in the terminal, but when I execute that using php i don’t get any output.

    shell_exec(/usr/bin/ffmpeg -y -i ./upload/1535531595first.mp3 -i ./upload/1535531595second.mp3 -filter_complex "[0:0][1:0] amix=inputs=2:duration=longest" -c:a libmp3lame ./download/1535531595outputnow1.mp3)

    and using this command in "opt/lampp/htdocs/project-Name/sub-directory/test.php" file.

    Any help will be appreciatable. Thanks in Advance.
    find the attachment cmd terminal working fine but for php not working

  • Creating App from Terminal code

    11 août 2014, par user3084141

    Good evening,
    I want to create an app that demuxes Audio from a Videofile with ffmpeg,that uses the following Terminal-code

    "ffmpeg location" -i "Source.file (Video.mp4)" -vn -ss "time" -t "sec" -acodec copy "Destination.file ("Audio.m4a")"

    I couldn’t find a ffmpeg gui for OSX that would let me do that.
    The Programm should ask for a Source file, a destination, start time and length.
    ffmpeg could be integrated or specified.

    Maybe it’s easier to Automate a Service.

    I’m sorry the I don’t have any experience on mac and automating Terminal commands.
    I have to start from 0 only a little bit visual basic experience.