Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (66)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • 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

Sur d’autres sites (8489)

  • Anomalie #4321 (Fermé) : Conformité des Message-Id de envoyer_mail / Facteur dans le core ?

    22 mars 2021, par cedric -

    Je pense que le code a été mal lu au départ car le message_id embarque bien le @ du nom de domaine de l’envoyeur.

    Les 2 problèmes potentiels que je vois :
    - si le from est au format "Marie Toto <>" alors ça prend aussi le > final, ce qui normalement est permis par la RFC même si pas recommandé. C’est corrigé par https://git.spip.net/spip/spip/commit/e7b30310a7bba353885281620c9ad57414fcf360
    - on utilise le nom de domaine du from alors que Facteur utilise le nom de domaine du site, ce qui semble plus légitime.

    Sur ce si on a plus d’infos on corrigera mais je considère le sujet clos, et pour Facteur on va prendre le temps d’y réfléchir car en effet on est pas les lucky luke de la release...

  • ffmpeg expert to help me with an encoding problem [closed]

    22 août 2022, par Michael Heuberger

    I'm the developer of www.videomail.io and experience issues with audio. It's a heavily used, free service to enable Deaf people to email in Sign Language. Runs on ffmpeg (under node-fluent-ffmpeg) and JavaScript (Node.js).

    &#xA;

    Since I am Deaf myself, I am unable to repair some audio-related issues while muxing video with audio together on server side via ffmpeg. Reason for adding audio is to expand the target audience.

    &#xA;

    That said, I'm searching for someone to help me with this. It's a paid job !

    &#xA;

    Requirements :

    &#xA;

      &#xA;
    • Must know ffmpeg very well, especially on how to encode audio (WAV) and video (MP4) together without any audio delays.
    • &#xA;

    • Knowing JavaScript would be a massive plus for writing code
    • &#xA;

    • Has time in the following weeks, I guess about 10 hours or so.
    • &#xA;

    &#xA;

    If you are keen, ping me please. My page is www.binarykitchen.com - thanks !

    &#xA;

  • How to assign variable to different extension of files in same directory in bash

    3 mai 2021, par Yacer Azeem

    I have a task to :

    &#xA;

      &#xA;
    1. Watch a folder for video files (mp4,mov,mkv etc.)
    2. &#xA;

    3. Transform the video files to HLS (480p, 720p, 1080p) using ffmpeg
    4. &#xA;

    5. Move these files to a different folder
    6. &#xA;

    7. Delete the original files from the watch folder
    8. &#xA;

    9. Send an email stating that the following video file was transcoded
    10. &#xA;

    &#xA;

    I want to deal with every .mp4 .mov and .mkv as a variable in bash so that I can perform the above-mentioned tasks.&#xA;The folder containing these files are in

    &#xA;

    /mnt/volume1/videos&#xA;

    &#xA;

    directory architecture

    &#xA;

    /mnt/volum1/videos/sample.mp4&#xA;/mnt/volum1/videos/sample.mov&#xA;/mnt/volum1/videos/sample.mkv&#xA;

    &#xA;