Recherche avancée

Médias (91)

Autres articles (103)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11973)

  • How to add a new stream after avformat_write_header function is called ?

    26 février 2019, par hellkni9ht

    I have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
    The problem is that I should specify the exact number of streams and create them before avformat_write_header function is called. If I try to add the stream after, I will get crash inside av_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers.

  • Add a new stream after avformat_write_header function is called

    26 février 2019, par hellkni9ht

    I have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
    The problem is that I should specify the exact number of streams and create them before avformat_write_header function is called. If I try to add the stream after, I will get crash inside av_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers.

  • How to record video, audio and compress the same video using ffmpeg, so that both the task can be done in a single command line

    19 juillet 2019, par sachinkumar adahalli

    I am newly using "ffmpeg". I have compressed the video which is stored in the directory, then I got to know that we can do "compression and recording" both at a time using ffmpeg. I tried this by using the below command but that is not working unable to record as well. Anyone please help me out to solve. Thanks in advance.

    I tried using this command "ffmpeg -f gdigrab -framerate 10 -i desktop out.mpeg" this is giving error like- "Unknown input format : ’gdigrab’ ".

    I want the result which should "compress the live recording video" and store it in a folder or db.