Recherche avancée

Médias (91)

Autres articles (69)

  • 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

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (6484)

  • Mix audio from various sources, regardless if an input video has sound or not

    17 février 2021, par Basj

    The following code :

    &#xA;

    ffmpeg -i test.png            &#xA;       -t 2 -i a.mp3          &#xA;       -t 4 -i video.mp4      &#xA;       -t 1 -i b.mp3          &#xA;       -filter_complex [1]adelay=2000|2000[s1];[3]adelay=5000|5000[s3];[s1][2][s3]amix=inputs=3[outa];[0][2]overlay[outv]^&#xA;       -map [outa] -map [outv]^&#xA;       out.mp4 -y&#xA;

    &#xA;

    works, and mixes the audio from the MP3s (time-shifted, as desired) and from the MP4 video.

    &#xA;

    But it fails if the MP4 has no audio channel (= a no-sound video) :

    &#xA;

    &#xA;

    Stream specifier '' in filtergraph description ... matches no stream

    &#xA;

    &#xA;

    I'd like my script to work in both cases, if the video has audio or not.

    &#xA;

    How to include [2] in the amix if and only if this video has sound ?

    &#xA;


    &#xA;

    Note : A good way would be to be able to load a MP4 with always a sound stream : the original sound stream if the video has sound, and a silence audio track if the MP4 has no sound in it. Is this possible with a single command in ffmpeg ?

    &#xA;

  • Compiling FFmpeg lib and add it to NDK sources on Windows8

    2 février 2021, par Nativ

    I've seen some articles about how to compile and uses FFmpeg for Android.

    &#xA;

    These are 2 good examples - example1 and example2

    &#xA;

    Unfortunately, non off them, or others I found helped me. In those two examples a build_android.sh is created and configure the FFmpeg's configuraion file and call to make. Every time when I'm running the script I'm getting the following error :

    &#xA;

    c:\android\development\android-ndk-r9\sources\ffmpeg>sh build_android.sh&#xA;c:/android/development/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebu&#xA;ilt/windows-x86_64/arm-linux-androideabi/bin/bin/arm-linux-androideabi-gcc is un&#xA;&#xA;able to create an executable file.&#xA;C compiler test failed.&#xA;&#xA;If you think configure made a mistake, make sure you are using the latest&#xA;version from Git.  If the latest version fails, report the problem to the&#xA;ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.&#xA;Include the log file "config.log" produced by configure as this will help&#xA;solving the problem.&#xA;Makefile:2: config.mak: No such file or directory&#xA;Makefile:49: /common.mak: No such file or directory&#xA;Makefile:92: /libavutil/Makefile: No such file or directory&#xA;Makefile:92: /library.mak: No such file or directory&#xA;Makefile:169: /doc/Makefile: No such file or directory&#xA;Makefile:170: /tests/Makefile: No such file or directory&#xA;make: *** No rule to make target `/tests/Makefile&#x27;.  Stop.&#xA;Makefile:2: config.mak: No such file or directory&#xA;

    &#xA;

    If someone encountered and solved this issue it'll be much appreciated !

    &#xA;

    After trying the suggested script I ran into a new problem that I couldn't solved, this is the output of the script :

    &#xA;

    .... Enabled components list....

    &#xA;

    In the end of the list I got the following :

    &#xA;

    Enabled indevs :&#xA;dv1394 v4l2i&#xA;fbdev

    &#xA;

    Enabled outdevs :&#xA;fbdev v4l2

    &#xA;

    License : LGPL version 2.1 or later&#xA;Creating config.mak, config.h, and doc/config.texi...

    &#xA;

    WARNING : C :/android/development/android-ndk-r9/toolchains/arm-linux-androideabi-&#xA;4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-pkg-config not found, libr&#xA;ary detection may fail.&#xA;make : *** No rule to make target libavfilter/libavfilter.so&#x27;, needed by all-ye&#xA;s'. Stop.&#xA;make : *** No rule to make target install-libavfilter-shared&#x27;, needed by instal&#xA;l-libs-yes'. Stop.

    &#xA;

  • I trying to stream screen to multiple sources with ffmpeg and got error

    13 janvier 2021, par vova

    My command

    &#xA;

    ffmpeg -thread_queue_size 1024 -f x11grab -draw_mouse 0 -video_size 1920x1080 -i :99.0&#x2B;0,0 -f alsa -i pulse -channels 2 -c:a aac -b:a 160k -ar 44100 -threads 8 -c:v libx264 -x264-params nal-hrd=cbr -profile:v baseline -framerate 30 -level:v 4.2 -vf format=yuv420p -b:v 1000k -maxrate 1500k -minrate 1000k -bufsize 8000k -g 60 -preset ultrafast -tune zerolatency -f tee -flags &#x2B;global_header -map 0:v -map 1:a "[f=flv:onfail=ignore]rtmp://stream1|[f=flv:onfail=ignore]rtmp://stream2"&#xA;

    &#xA;

    Error in console :

    &#xA;

    [NULL @ 0x55aaf9a54bc0] Unable to find a suitable output format for &#x27;"[f=flv:onfail=ignore]rtmp://strea1&#xA;[tee @ 0x55aaf96f3200] Slave muxer #0 failed, aborting.&#xA;Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument&#xA;Error initializing output stream 0:1 --&#xA;

    &#xA;