
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (111)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (7550)
-
FFMpeg HLS streaming stutters
18 juin 2022, par Peter HammiI'm using FFmpeg to encode a video to HLS format. The problem is that it seems that on playback of the stream, I'm always missing a half frame, which leads to the problem that the picture visually seems to micro stutter every second for a half frame, so it's very little but still visible.


The actual FFmpeg command put together by my app looks like this :


[Command] /usr/bin/ffmpeg -i "/tmp/VODProcessing/testclip.m4v" -map 0:0 -c:v libx264 -b:v 6291456 -maxrate:v 6606028 -bufsize 25165824 -vf zscale=width=1920:height=1080 -profile:v baseline -level 4.1 -pix_fmt yuv420p -sc_threshold 0 -keyint_min 48 -g 48 -bf 0 -crf 15 -preset medium -r 25 -map_metadata -1 -map_chapters -1 -f hls -hls_time 6 -hls_list_size 0 -hls_segment_filename "/tmp/VODProcessing/output/testclip/v-h264-1080p-avc1.640029/f-%04d.m4s" -hls_fmp4_init_filename "init-v-h264-1080p-avc1.640029.m4s" -hls_segment_type fmp4 -movflags frag_keyframe -hls_flags independent_segments "/tmp/VODProcessing/output/testclip/v-h264-1080p-avc1.640029/master.m3u8"



Is it possible that -keyint_min 48 -g 48 is simply wrong, and I've got dropped frames ?


Thanks in advance


-
Live Volume Pipe FFMPEG [closed]
25 mai 2020, par Lukas L.Is there any solution to update the pipe's volume of ffmpeg while streaming ? I'm using golang to create a MusicPlayer. I've tried to use the
filter:a "volume=0.5"
(doesn't work), but I want to change the volume life. Is there any possibility to change the volume of audio bytes in golang ?

-
Convert form 30 to 60fps by increasing speed, not duplicating frames, using FFmpeg
12 août 2018, par Matt PellegriniI have a video that is incorrectly labelled at 30fps, it is actually 60fps and so looks like it’s being played at half speed. The audio is fine, that is, the soundtrack finishes half way through the video clip. I’d like to know how, if possible to fix this, that is double the video speed, making it 60fps and meaning that the audio and video are synced.
The file is H.264 and the audio MPEG-4 AAC.
File details as given by ffmpeg, as requested :
ffmpeg version 0.8.9-6:0.8.9-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Nov 9 2013 19:09:46 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './Tignes60fps.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2014-01-13 02:23:09
Duration: 00:08:33.21, start: 0.000000, bitrate: 5690 kb/s
Stream #0.0(eng): Video: h264 (High), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 5609 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
Metadata:
creation_time : 2014-01-13 02:23:09
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 156 kb/s
Metadata:
creation_time : 2014-01-13 02:23:09
At least one output file must be specified