Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (26)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (4951)

  • Ubuntu push rtmp video and audio to v4l2loopback and snd-dummy devices

    15 août 2018, par Dangel

    I currently have a RTMP stream going on and I want to take that stream and push it to a v4l2loopback virtual camera and a snd-dummy sound device.

    I’ve created the virtual devices for video and audio using v4l2loopback and snd-dummy kernel modules.

    I’ve already managed to push the video to the virtual camera using :

    ffmpeg -i rtmp://192.168.x.x:xxxx/stream/stream_id -f v4l2 /dev/video10

    Now I need to do the same for the virtual microphone, tried adding this to the command but didn’t work

    -f alsa hw:2

    Now it seems like it’s pushing the audio to the device but I see no activity in alsamixer or volume control and can’t find the audio device to use it for example as an audio source in OBS.

    How can I push the audio to the device and use it to stream to a flash page ?

  • Error while trying to transcode video in FFMPEG

    10 mai 2021, par Cainnech

    I'm trying to stitch a few .MP4-files together using FFMPEG.
However when trying to stitch I always get an Invalid chan_config 8-error.

    


    So obviously there is something wrong with the file but I'm trying to bypass the issue so that I'm still able to stitch the file.Even if it means I lose the audio.

    


    I have tried to convert it into a MOV hoping that a re-encode might solve the issue, but that's not the case.
I have tried to remove the audio through FFMPEG but no luck.
Also trying to remap the audio doesn't work.

    


    I have tried converting it with VLC into another MP4. That works however I lose a couple of frames so when I try to stitch then, there's a jumpcut in the video.

    


    Does anybody have any idea how I could salvage this video ?

    


    [mov,mp4,m4a,3gp,3g2,mj2 @ 0000029238ba9280] Invalid chan_config 8
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000029238ba9280] error reading header
E:\in.mp4: Invalid data found when processing input


    


  • Evolution #3488 : Stocker globalement toutes les requetes passées

    24 juillet 2015, par cedric -

    un compteur global de requêtes, optionnel ou non ça parait pas mal, car a contrario stocker toutes les requêtes peut vite être lourd.
    J’ai vu des sites avec plus de 2000 requete sur une page, et ça alourdirait inutilement la conso mémoire.
    Sinon je pense aussi qu’ajouter ton petit bandeau dans le plugin dev serait une bonne idée