
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (75)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (7815)
-
Fix mp4 file downloaded with rtmpdump
18 octobre 2014, par Mega-XSome days ago I’ve downloaded a mp4 file using rtmpdump but, unluckily, I didn’t know about the
--live
option which I needed to put in order to download that mp4 correctly. So now I have a mp4 file which jumps back and I cannot download that another time since it is not online anymore. How can I fix the corrupt mp4 file ? I’ve tried withffmpeg -i old_file.mp4 new_file.mp4
but the file is still corrupted. -
Dump individual segment links of m3u8 file from FFFPEG/FFPROBE ?
22 janvier 2023, par Hemant patelI am working on android app, in which i need to read individual segments of remote M3U8 file and downlnlad each segment locally and create local m3u8 file. For thati want to parse m3u8 file and get download links for each segment. I saw that FFMPEG can eaisly download m3u8 file, and while downloading it prints each segment url.




I want to print ts file links in json format, and then dump thaose links to my download manager.


Please help.


I tried all answers from stackoverflow/google but did not find any thing working


-
Error installing ffmpeg-kit-ios-full-gpl (ios) , requested URL returned error : 404
26 avril, par codnix devI am using this library in my project :- ffmpeg_kit_flutter_full_gpl : ^6.0.3.
I am getting the error :-
when trying to run pod install it show that it cannot already find the link where to download the zip file and responded 404


usr/bin/curl -f -L -o /var/folders/0q/cmpgdyp97dlf1ljyc63g71lm0000hy/T/d20250402-65474-7s1bkn/file.zip https://github.com/arthenica/ffmpeg-kit/releases/download/v6.0/ffmpeg-kit-full-gpl-6.0-ios-xcframework.zip —create-dirs —netrc-optional —retry 2 -A 'CocoaPods/1.16.2 cocoapods-downloader/2.1'.


The requested URL returned error : 404.


This error occurs only during the installation of the POD file.