Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12855)

  • FFMPEG record http video stream with normal speed

    6 mai 2023, par user3119509

    I'm recording an http stream from my IP Camera (TPLINK NC200), using this command :

    



    ffmpeg -i http://admin:YWRtaW4=@192.168.0.18:8080/stream/getvideo -t 30 -acodec copy -vcodec copy abc.mp4


    



    As you can see , the video length is set to 30 seconds ( -t option ) . But it takes about 1 minute 30 seconds to record , and the video speed is very high ( the camera recording a stopwatch and a 30-second video recorded the timer to 1 minute and 11 seconds ).

    



    Is there some ffmpeg option to get a normal speed video ? Or the problem is the camera configuration ?

    


  • I transcode using the ffmpeg library, but the resulting video playback speed is different [closed]

    25 novembre 2023, par 최용훈

    Source

    


    I'm studying ffmpeg and trying to write a C++ wrapper.

    


    The test code at the bottom of the video.cpp source in the test folder is a transcoding example, and the resulting video playback speed is about 5 times faster.

    


    Timebase and FPS are the same because they are copied and used.

    


    Why does this phenomenon occur ?

    


    similar issue

    


    I found a problem similar to mine but it didn't help

    


    I couldn't find anyone else with the same problem

    


    I referred to the transcoding example and video_encoding example in the ffmpeg tutorial.

    


  • Revision 336ca9a43a : Merge "keyframe_test : use a fixed speed step for realtime"

    8 août 2012, par John Koleszar

    Changed Paths : Modify /test/encode_test_driver.h Merge "keyframe_test : use a fixed speed step for realtime"