Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (34)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6194)

  • How to dynamically save a video with ffmpeg without stopping recording ?

    11 janvier 2023, par MP_95

    I am trying to save a video using ffmpeg with image input from an http webservice. I was able to create the video with the command :
ffmpeg -i http://source -c:v libx264 -r 30 -preset ultrafast -updatefirst 1 -y output.mp4.

    


    However, the video is only actually made available when I stop recording.
Is there a procedure that would allow me to have the video available while recording as is the case using OpenCv's VideoWriter

    


  • FFmpeg HLS save original timestamps

    11 juillet 2016, par Ivan Kolesnikov

    I transcoding a video to HLS and everything works fine with the following command :

    ffmpeg -i source -vcodec nvenc -acodec copy -f ssegment -segment_list playlist.m3u8 -segment_list_flags +live -segment_time 60 -segment_list_size 10 out%03d.ts

    But when I want to save an original timestamps and add -copyts key to my commnad then I received new .ts file each 0.7 seconds(but I set it to 60 seconds -segment_time 60).
    How can I save an original timestamps with transcoding to HLS ?

    UPDATE : I tried this command and timestamps are saves fine :

    ffmpeg -i source.ts -vcodec nvenc -acodec copy -f hls -hls_time 10 -hls_list_size 5 -copyts playlist.m3u8

    But when I trying run this command for RTP input stream then I receive the following error : "Error while opening encoder for output stream #0:2 - maybe incorrect parameters such as bit_rate, rate, width or height".

  • Revision 576c2bb021 : Fix bug in segment skip. Wrong max data size (skip has no data) and use of vp9_

    7 juin 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_seg_common.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Fix bug in segment skip.

    Wrong max data size (skip has no data) and use of vp9_get_segdata()
    when it should be vp9_segfeature_active().

    Change-Id : I1eb97d33df6e2a42cc589049f704266fe3639902