
Recherche avancée
Autres articles (27)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe 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 (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (4437)
-
hwcontext_vulkan : fix user layers, add support for different debug modes
14 août 2024, par Lynnehwcontext_vulkan : fix user layers, add support for different debug modes
The validation layer option only supported GPU-assisted validation.
This is mutually exclusive with shader debug printfs, so we need to
differentiate between the two.This also fixes issues with user-given layers, and leaks in case of
errors. -
avformat_open_input not read only ? is a bug ? [closed]
29 mai 2024, par qytI'm recording my screen on Windows using the command :
./ffmpeg -f gdigrab -framerate 30 -i desktop -c:v libx264 -crf 20 -preset ultrafast -max_muxing_queue_size 1024 -hls_time 5 -hls_list_size 10 -hls_flags delete_segments -hls_segment_filename "d:\\1\\file%03d.ts" "d:\\1\\playlist.m3u8"


Then I use the function
avformat_open_input
to open this m3u8 file, but after calling this function, the m3u8 file stops updating. When I use the command./ffmpeg -i D:\1\video.m3u8 -c copy -f mpegts "srt://xxxxx?streamid=#!::h=live/qyt,m=publish"
, the test results are the same. However, when I open the M3U8 file with a text editor, it updates normally. What's the problem ? Isavformat_open_input
exclusive ?

How can I make this function read-only ?
my ffmpeg version is v6.1.1


-
Converting MP3 to Video with Single/Multiple images as video with PHPVideoToolkit
8 février 2015, par WasimJust started using PHPVideoToolkit and I’m looking to take an MP3 and convert it to a video. I want to have a single image as the video with the audio playing.
On the Google Code page https://code.google.com/p/phpvideotoolkit/ it says it can
assemble a video stream from a set of separate video images
so I know it’s possible but I cannot figure out how from the GitHub documentation.The documentation found in the
documentation
directory of the repository appear to be empty.Help is much appreciated