Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (80)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (9966)

  • getting gray frames when i use CV2 or ffmpeg to store frames from rtsp

    24 février 2019, par initmahesh

    I am trying to get frames to pass for detection from a rtsp stream and tried ffmpeg command below as well as cv2.VideoCapture(’rtsp’) but the frames I am getting are grey and i can only get 10% correct frames...How can I get better quality frames from rtsp stream

    Example :

    example image

    The ffmpeg command I used :

    ffmpeg.exe -rtsp_transport tcp -i rtsp://192.168.0.107:8900/live -vframes 10  my%04d.jpg

    The Cv2 code I used inside a while(true loop) to store 100 frames :

    stream = cv2.VideoCapture('rtsp://192.168.0.109:8900/live')
    frame = capture.read()[1]
    #saving 100 frames
    if ( i<100 ) :
     print("saving file iteration ::" + str(i))
     cv2.imwrite("C:\\temp\\tmp\\"+str(i)+".jpg",frame)
     i=i+1
  • Can I Store the Output of FFmpeg to a Different PC [closed]

    22 mars 2024, par Justin

    I have a question about storing the output of a screen recording using FFmpeg.

    


    Currently, I want to use the :

    


      

    • ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :0.0 output.mp4
    • 


    


    command to grab a screen recording on a remote Linux machine, where I am connecting to the Linux machine using ssh on my PC.

    


    I was wondering, would it be possible to save output.mp4 onto my local machine after ending the screen recording instead of on the remote Linux machine ? Or to a different location instead of the Linux machine in general ?

    


    I am new to Linux and using ssh, so I any advice is greatly appreciated !

    


    So far when using this command, I have been able to change the path location for the output file, but am not able to figure out how to get it to save to a location other than the remote Linux machine.

    


  • pthread : store thread contexts in AVCodecInternal instead of AVCodecContext

    27 octobre 2013, par Anton Khirnov
    pthread : store thread contexts in AVCodecInternal instead of AVCodecContext
    

    It’s a private field, it should not be visible to callers.

    Deprecate AVCodecContext.thread_opaque

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/internal.h
    • [DH] libavcodec/options.c
    • [DH] libavcodec/pthread_frame.c
    • [DH] libavcodec/pthread_slice.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h