
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 (57)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ) (...)
Sur d’autres sites (7116)
-
unable to concat mass number of videos in ffmpeg [duplicate]
25 mai 2021, par JohnTerryI want to
concat
n number of videos together usingffmpeg
which can also have more than one codec or different resolutions. I know how to do it with fixed number of videos butinput_videos.txt
can contain any unknown number of videos. I checked relative posts but they did not have a solution for my problem.

the command i am using for concatenating videos is -


cmd = "ffmpeg -safe 0 -f concat -protocol_whitelist file,http,https,tcp,tls,crypto -segment_time_metadata 1 -i {} -vf select=concatdec_select,scale=1280:720 -af aselect=concatdec_select,aresample=async=1 -c:v libvpx-vp9 -deadline good -cpu-used 5 -c:a libopus {}".format(input_videos.txt, output_video.webm)



-
using rtmp in to ffmpeg and sending to icecast as webm
18 mai 2017, par Odin WyndI am having an issue configuring my FFmpeg to grab the output of an rtmp stream and send it as a webm to icecast...
I got video to work ONCE... usually, I get a too many packets to buffer output 0:1 error.. sometimes, I will get audio, but it is horribly choppy..
At times I even get a queue input is backward in time error
ffmpeg -i rtmp://sub.domain.tld/live/example -threads 1 -c:v libx264 -c:a aac -f webm -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm -c:a libvorbis -b:a 320K -c:v libvpx -b:v 1.5M -crf 30 -g 150 -deadline good -threads 4 icecast://source:password@sub.domain.tld:8001/example.webm
-
FFMpeg convert avi video to the format in HTML5 standard
2 août 2015, par karoluchI try to convert an avi file to mp4 format which is supported by the most known browsers eg. : (IE, Firefox, Chrome). I use for that ffmpeg tool. I noticed that video after conversion works on my Ubuntu 14.04 but on the Windows 8.1 it does not work. Which options for ffmpeg should I use to get working mp4 format on the Windows ?
I use following command to conversion :
ffmpeg -i example.avi -vcodec libx264 -cpu-used 16 -threads 8 -deadline realtime -acodec libvo_aacenc -y example.mp4
For the example I convert files from : http://www.mysticfractal.com/video/avi1.html