
Recherche avancée
Autres articles (48)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (4582)
-
mpeg12 : Add a common function to find the best frame rate
12 septembre 2017, par Mark Thompsonmpeg12 : Add a common function to find the best frame rate
This will be used later in both the mpeg2_metadata filter and the
VAAPI MPEG-2 encoder. Also adds a unit test.(cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
-
libavfilter/vf_vpp : Add common filters of the qsv vpp
24 août 2017, par Huang, Zhengxulibavfilter/vf_vpp : Add common filters of the qsv vpp
Add common filters of the qsv vpp features including scale,denosie,
deinterlace,frc,crop and procAmp.Performance will be significantly reduced in the test if using cascade
mode just like qsv framerate + qsv scale + qsv deinterlace + qsv denoise in
separated way no matter in system or video memmory cases.
And the code is so redundant because so much the same just as session and
surface’s creation and management.
So we add a common qsv filter.Usage :
hwaccel qsv -c:v h264_qsv -r 25 -i in -vf
vpp_qsv=w=iw/2:h=400:deinterlace=1:framerate=60:detail=50:denoise=50b 2M -maxrate 3M -c:v h264_qsv -y out.h264
Signed-off-by : ChaoX A Liu <chaox.a.liu@gmail.com>
Signed-off-by : Zhengxu Huang <zhengxu.maxwell@gmail.com>
Signed-off-by : Andrew Zhang <huazh407@gmail.com>
Change-Id : I130392ce722138c209ab658c5f03f0009b6e8024
Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com> -
mpeg12 : Move finding the best frame rate to common code
12 septembre 2017, par Mark Thompsonmpeg12 : Move finding the best frame rate to common code
Previously in the mpeg2_metadata filter. Also adds a test.