
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (61)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (7704)
-
FFMPEG 1080p50 to 1080p25 bad channel logo [on hold]
16 mars 2018, par SambirI try to run ffmpeg and gpu encoding. The input stream is 1080p50 (which is 1080i50 to 1080p25 and then to p50 again). I want to transcode this @ 1080p25 but the output is not really smooth. The corners of the channel logo are not smooth and when small letters goes across the screen they are not smooth aswell.
But when transcode @ 1080p50 then all is fine. But you can see the logo shaking. Its like running @ 720p50.
Is there a way i can make the logo look smooth @ 1080p25 ? I tried using vf yadif and it helped a bit but the logo is a bit blurry now.
With gpu deinterlacing it’s worse.
This is my current command line
ffmpeg.exe -vcodec h264_cuvid -i rtmp://192.168.2.3:8001/input/channel -map 0:0 -map 0:1 -vf yadif=1 -acodec libfdk_aac -b:a 96k -c:v h264_nvenc -gpu 0 -preset llhq -vprofile high -rc:v vbr -qmin:v 26 -qmax:v 32 -b:v 4M -maxrate 4M -bufsize 8M -threads 0 -r 25 -g 100 -f flv rtmp://192.168.2.3:8001/input/test10.stream
-
avfilter/af_headphone : Use uint64_t for channel mapping
24 août 2020, par Andreas Rheinhardtavfilter/af_headphone : Use uint64_t for channel mapping
The headphone filter has an option for the user to specify an assignment
of inputs to channels (or from pairs of channels of the second input to
channels). Up until now, these channels were stored in an int containing
the logarithm of the channel layout. Yet it is not the logarithm that is
used lateron and so a retransformation was necessary. Therefore this
commit simply stores the uint64_t as is, avoiding the retransformation.This also has the advantage that unset channels (whose corresponding
entry is zero) can't be mistaken for valid channels any more ; the old
code had to initialize the channels to -1 to solve this problem and had
to check for whether a channel is set before the retransformation
(because 1 << -1 is UB).The only downside of this approach is that the size of the context
increases (by 256 bytes) ; but this is not exceedingly much.Finally, the array has been moved to the end of the context ; it is only
used a few times during the initialization process and moving it
decreased the offsets of lots of other entries, reducing codesize.Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com> -
Fix multi-channel AAC encoding.
15 juin 2011, par Carl Eugen HoyosFix multi-channel AAC encoding.