Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (20)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5901)

  • fftools/qsv : add extra_hw_frames support

    25 juillet 2018, par Zhong Li
    fftools/qsv : add extra_hw_frames support
    

    Currently extra_hw_frames can't be applied to qsv since it
    doesn't call function avcodec_get_hw_frames_parameters().

    Give an option to fix ticket #7261 though it is not a perfect soultion
    (allocate the minimum pool size internally and automatically).

    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] fftools/ffmpeg_qsv.c
  • Silence in RTP stream in ffmpeg

    9 octobre 2020, par Odatia

    I am trying to record a webRTC stream. The stream is coming in in the OPUS codec, and is then being piped into ffmpeg for recording, using the -c:a copy flag. However, if there are missing packets, for example, if I mute my microphone (or even stay quiet for a short period), when the audio is played back (webm file), it jumps across these "silences".

    &#xA;

    I have tried to use the DTX option to insert comfort noise, but my input is 4800MHz which is not supported.

    &#xA;

    My full mpeg command is :

    &#xA;

    ffmpeg -nostdin -protocol_whitelist file,rtp,udp -use_wallclock_as_timestamps 1 -fflags &#x2B;genpts -i /tmp/sdpfilesfhmw4rymzy8wv25ybm610xte  -map 0:a:0 -c:a copy -f webm -flags &#x2B;global_header -y ./server/lib/recording/test-icc-networks-xzsyoe1f.webm&#xA;

    &#xA;

    Any help would be appreciated !

    &#xA;

    Thanks,&#xA;Joe

    &#xA;

  • Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0'

    12 février 2018, par Mark Thompson
    Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0'
    

    * commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0' :
    vf_scale_qsv : Support increasing hardware frame pool size

    Merged-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavfilter/vf_scale_qsv.c