Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (69)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (10910)

  • ffmpeg Join MP4 videos, error (audio) of vine.co

    26 novembre 2014, par user3537531

    I’ve tried everything bucar after searching and I have not managed to unite vine.co videos to upload to youtube. Sometimes youtube error notifies Encryption, sometimes the video is cut audio to half, and in other cases the audio does not match the video.

    things I’ve tried


    file '/path/to/1.mp4'
    file '/path/to/2.mp4'
    ffmpeg -f concat -i list.txt -c copy result.mp4

    ffmpeg -i concat:"1.mp4|2.mp4" -codec copy result.mp4

    ffmpeg -i "concat:1.mp4|2.mp4" -c copy result.mp4

    The video is created, but always happen any errors or youtube audio conversion error tells me.

    We are talking of joining between 300 and 1,000 videos of between 3 and 6 seconds.

    From what I’ve read all would have to have the same frame rate and the same resolution.

    I have also proven to mp4box and post on youtube gives me trouble conversion

    mp4box-cat 1.mp4 -cat 2.mp4 -new result.mp4

    And not more I can do, I hope you can help me to attach a lot of videos on console. A greeting and thanks.

  • qt-faststart command never finish

    26 février 2014, par Framework

    I am trying to use qt-faststart on MP4 videos to make the streaming fast but the qt-faststart command is never get finish, It is running from the last one and half hour and video file is of 14MB only.

    qt-faststart file.mp4 newfile.mp4

    The command is showing the ftyp and free as output

    the output look like this and it is keep repeating these lines and increasing the number

    ftyp 2324322  32
    free 2324456   8

    and the number is keep increasing with the output. No error is shown.

    The MP4 video is converted from FLV video using the FFMPEG.

    Generally it show the output like this but with my installation of qt-faststart I never get this ouput

       patching stco atom...
       patching stco atom..
       writing ftyp atom...
       writing moov atom...
       copying rest of file ...

    What could be the issue ?
    Is there anything wrong with the installation of qt-faststart ?

    I am on Linux 2.6.18-128.2.1.el5PAE i686

  • libavcodec/sanm : add codec47 interpolation table support

    8 novembre 2024, par Manuel Lauss
    libavcodec/sanm : add codec47 interpolation table support
    

    Some codec47 frames come with an interpolation table :
    Combining 2 adjacent pixels into a 16bit value, this value can
    then be used as index into the interpolation table to get a new
    pixel value. This is used for subcodec 1, which encodes a key-
    frame at half width and height, and makes these frame less blocky
    appearing.

    Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/sanm.c