Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (52)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (8317)

  • FFMpeg crashes on startup upon release deployement

    21 avril 2015, par Martin Delille

    I have a crash on startup when launching a release of my application on another computer : http://pastebin.com/vtaGj2FC

    The code is quite simple and available here : https://github.com/Phonations/Joker/tree/master/tests/FFmpegTest

    There is just a file outside this folder for the DMG creation.

    Any ideas ?

  • Does ReplayGain work on Opus audio files, too, and how do I apply it ?

    8 mars 2023, par finefoot
    


    ReplayGain is a proposed technical standard published by David Robinson in 2001 to measure and normalize the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis.

    


    


    Does ReplayGain work on audio files encoded with Opus, too ? And what's a command-line solution to apply it ?

    


  • Intermittent video hang-up when recording rtsp stream using

    8 septembre 2020, par DurOhan

    I write a rtsp stream with ffmpeg to raspberry pi. When recording for a long time, it starts to hang from one second to 20 seconds. I used ffmpeg version 4.2.2 for the recording. I noticed this problem on raspberry pi models 2, 3 and 4 but when writing to my computer this problem was not noticed. The command to write ffmpeg :

    


    ffmpeg -rtsp_transport tcp -stimeout 3000000 -i rtsp://192.168.1.10:554/user=admin\&password=\&channel=1\&stream=0.sdp? -hide_banner  -y -vcodec copy -f segment -segment_time 300 -segment_start_number 1 -segment_format mp4 -reset_timestamps 1 -flush_packets 1 /media/CD/TV_%d.mp4 -fflags +genpts -vsync 0 -enc_time_base -1

    


    How can this problem be solved ?