Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (65)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (12883)

  • avcodec/alsdec : Check bits left before block decoding in non multi channel coding...

    29 octobre 2022, par Michael Niedermayer
    avcodec/alsdec : Check bits left before block decoding in non multi channel coding loop
    

    Fixes : Timeout
    Fixes : 52161/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-6440216563154944

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

    • [DH] libavcodec/alsdec.c
  • Save RTSP stream continuously into multi mp4 files with specific length (10 minutes) in ffmpeg

    31 juillet 2019, par ThanhPhan

    I’m recording RTSP stream from camera into .mp4 files using ffmpeg and I want to roll it into multi files with 10 minutes long every videos.

    Currently I have a solution for this : I’m setting a time length ’00:10:00’, after it finished then I will restart below command with new process.
    Sample :

    ffmpeg -rtsp_transport tcp -i  -acodec copy -vcodec  copy  -t 00:10:00 D:\video_test.mp4

    But this solution makes camera becoming unstable, RTSP stream uasually corrupted with this error :

    rtsp://10.96.41.14:9024/user=xxxx_password=xxx_channel=1_stream=0.sdp?real_stream: Operation not permitted

    I want to find better solution to keep connection to RTSP stream continuously (not create new process with a -t flag).

    Does anyone have better idea to keep recording stream continuously ?
    Thanks

  • Revision 8160a26fa0 : Fix some bugs in multi-arf Fix some bugs relating to the use of buffers in the

    17 juin 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Fix some bugs in multi-arf

    Fix some bugs relating to the use of buffers
    in the overlay frames.

    Fix bug where a mid sequence overlay was
    propagating large partition and transform sizes into
    the subsequent frame because of :-
    sf->last_partitioning_redo_frequency > 1 and
    sf->tx_size_search_method == USE_LARGESTALL

    Change-Id : Ibf9ef39a5a5150f8cbdd2c9275abb0316c67873a