
Recherche avancée
Autres articles (68)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8333)
-
Pydub does not work sometimes (ffmpeg problem)
17 juillet 2022, par randomguyI'm making a program for macOS that uses pydub and therefore ffmpeg (ffmpeg was installed by copying ffmpeg and ffprobe to /usr/local/bin).


When I run my program through the terminal (python3 [filename]) or compile it into an executable file without extension, it works fine. But when I run it via IDLE or compile to .app, ffmpeg doesn't work. It says this :


RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)



The same message appears when ffmpeg is not installed at all.


How to make ffmpeg/pydub work correctly ?


-
mkv (multiple audio and subtittles) to hls
4 avril 2020, par gugaOn windows10 how to convert an mkv file to be streamed in hls (packets) ?



I have a mkv containing



- 

- a) Video in mp4 format (encoded with h264) to be used in several
different resolutions 640x480, 960x720 etc
- b) 2 or more audio tracks (encoded as mp3 format) (The output can be in aac or mp3 work as well on streamings ?)
- c) 2 or more subtitles (built with srt or WebVTT format) The desired
output format is webvtt









I would like to create a playlist in m3u8 containing several small pieces (something around 256 kb each) of .ts file that can allow me to stream the video and all it´s multiple audio and multiple subtitles.



I tried to follow the commands here : https://kipalog.com/posts/FFMPEG-HLS-STREAM-MULTIPLE-AUDIO-SUBTITLES
and here : https://www.martin-riedl.de/2018/08/



But i didn´t succeed to make it work.



I tried this command :



ffmpeg -i teste.mkv -profile:v baseline -level 3.0 -s 640x360 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls index.m3u8



It did created the ts and vtt files, but, it did not putted the generated files on their own subdirectories, and neither exported the different audio channles (in case, the test.mkv file contains 2 audio tracks and 2 subtitles) as it shows in the zip file as an example on the 1st link.



Do you have any idea why it is not working ?


-
ffmpeg erorr as "video4linux2 Dequeued v4l2 buffer contains corrupted data (0 bytes). " when captured image,in beaglebone black,
12 février 2020, par Deepak Poulwhen i’m capturing a image using ffmpeg 4.2.1 in debian 9.5 of Beaglebone black its not showing this error
as
[video4linux2,v4l2 @ 0x2e0f1e0] Dequeued v4l2 buffer contains corrupted data (0 bytes).
i used this command to capture image
"ffmpeg -y -i /dev/video0 -ss 00:00:06 -vframes 1 image.jpg"