
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (26)
-
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 ;
-
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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 (7845)
-
how download m3u8 in chunks using ffmpeg ?
9 mai 2020, par relidonI'm trying to convert
m3u8
tomp4
and I found the following method that works


ffmpeg -i 'https://....m3u8' -bsf:a aac_adtstoasc \
 -vcodec copy -c copy -crf 50 output.mp4




The end result, however, is too big for me to drag into an external hard drive.



I also tried writing directly to the hard drive
/Volumes/2TR/output.mp4
but the end result is the same - the file is too big, the operation fails.


I noticed that if I terminate the operation at any point, the
output.mp4
file works perfectly, but that it's not the full video (perfect). If the video is one hour and I just want 30 minutes of it I can terminate theffmpeg
operation at that point.


So I'm wondering whether there's a way for
ffmpeg
to download the contents in two parts,output-part1.mp4
andoutput-part2.mp4
?

-
How to download videos from m3u8 that has sample-aes encryption [closed]
8 mai 2021, par Rajat BishtI am trying to download my online lecture from m3u8 link but it shows "ffmpeg do not support sample-aes yet".
Link of lecture : https://pw.pc.cdn.bitgravity.com/b7826d86-612d-4ef2-b17c-cc4f91d9584c/master.m3u8 .
It is sample-aes-ctr encrypted. Also I know python a little bit so it would be better if I could download it using python. Also I have link to mpd file : https://pw.pc.cdn.bitgravity.com/b7826d86-612d-4ef2-b17c-cc4f91d9584c/master.mpd.
Please can anyone tell any module or something which can help in downloading it.....
Thanks in advance.


-
Download brightcove video
17 mai 2015, par desert877So I have sucessfully downloaded flash videos on in the past but for some reason I am having issues with a local news report. The video I am trying to download is :
When I check network sources I get the following output :
I downloaded a tool recommend to me call ffmpeg and ran a command from a forum that said "Invalid data found when processing input". Unable to figure out issue there.
Does any one know any scripts/code/tools/methods whatever that I can use to download this video ?
Any help would be great.