
Recherche avancée
Autres articles (97)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (4761)
-
Change size video ffmpeg
30 juin 2017, par PsykomusicI’m looking for a way to reduce the size of a video using ffmpeg.
In fact my input file is an rtp real time stream 1024*720 MPEG2TS/h264 30fps. I want record 1min of this stream everytime I want, but the size of the video is like 30mo with this line :ffmpeg -y -i rtp ://192.168.1.3:5368 -c copy -t 60 toto.mp4
I tried to reduce quality to reduce size with this line :
ffmpeg -y -i rtp ://192.168.1.3:5368 -c:v libx264 -crf 23 toto.mp4
and lot of other lines, I added options for bitrate (-b:v 200k), framerate (-r 5) and orthers...
But everytime I have the same problem, the video output freezes after 6sec.
Which option I have to use ? Why my output is corrupted ?Thx,
Psykomusic
-
stream_loop generate a big size video [FFMPEG]
26 mars 2021, par Mouaad Abdelghafour AITALII'm trying to loop a short video for e.g. 190 time to match the audio length, I use the following code :


-y -stream_loop 190 -i input.mp4 -c copy output.mp4



The command above works, but it generates video with huge size for video with 3min the size is 885 MB


2021-03-25 23:52:30.445 5687-6253/maa.abc.music_maker D/XXX: LOOPING VIDEO SIZE ===> 885.845MB



Or there's any way I can loop the video to match the audio length without using
-stream_loop


-
Revision 4053fde7ee : Uncompressed header : new encoding for frame size For key frames everything is t
8 juin 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/encoder/vp9_bitstream.c
Uncompressed header : new encoding for frame sizeFor key frames everything is the same as before. For inter frames we try
to reference last/golden/altref frame size. If there is no match then the
actual size is encoded. Also we don't allow zero width and height anymore.Change-Id : I49d791fd94af749c823579b0c5ef17c961372678