
Recherche avancée
Autres articles (79)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (12019)
-
play channels from dvb with ffmpeg [on hold]
30 décembre 2015, par mustafa.yavuzHow can we play or process a tv channel with
ffplay, ffmpeg
from a tuner on tv card on linux. I am able to play with vlc when I tune a tuner wtihszap
with commandszap-s2 "channel" -a 0 -H
. However, I could not achieve this with ffmpeg. I also want to play multiple channels at same time on one transponder. -
FFMPEG Bad Audio Codec [on hold]
27 janvier 2014, par user2656834I'm using ffmpeg transcoder with php on ubuntu server.
transcoding is working but has audio problem.
my used command is :ffmpeg -y -i /var/www/cbc.streamtrix.com/public/files/m1/189/videos/10/main/189_31027_1388797560.m2ts -f mp4 -vcodec libx264 -b 800000 -strict experimental -acodec aac -ab 256000 -s 640x480 /var/www/cbc.streamtrix.com/public/files/m1/189/videos/10/renditions/339/189_31027_1388797560_800Kb.mp4 2>&1
You can check transcoded video there :
http://cbc.streamtrix.com/embed/video/MTAtMA== -
ffmpeg startup latency for live streams
27 janvier 2014, par mustafa.yavuzWhen we open a live stream with
ffmpeg
orffplay
it waits for a while and then starts to play. I should decrease this initial latency as possible. However, when I process live stream I ignore all video frames since I am working only audio data. My question is that, due to ignoring video frames, does it compensate initial latency so I can process audio of live stream in real time almost with no latency ?