
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (65)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (9176)
-
Recommendation on the best quality/performance H264 encoder for video encoding ?
20 août 2013, par kheyaI am looking for a video encoder that is fast, requires less CPU power and produces very good quality mp4 video.
The input videos can be in any format and uploaded by users.
Only thing I know is FFMPEG library.
Is there anything else that is better ?
The program must have a batch utility (exe) that I am interested in.
I would appreciate if you kindly share your knowledge.
Thanks
-
lavf/qsv_scale : add scaling modes support
18 juin 2019, par Zhong Lilavf/qsv_scale : add scaling modes support
low_power mode will use a fixed HW engine (SFC), thus can offload EU usage.
high quality mode will take EU usage (AVS sampler).Performance and EU usage (Render usage) comparsion on Intel(R) Xeon(R) CPU E3-1225 v5 @ 3.30GHz :
High quality mode : ffmpeg -hwaccel qsv -c:v h264_qsv -i bbb_sunflower_1080p_30fps_normal_2000frames.h264 \
vf scale_qsv=w=1280:h=736:mode=hq -f null -
fps=389
RENDER usage : 28.10 (provided by MSDK metrics_monitor)Low Power mode : ffmpeg -hwaccel qsv -c:v h264_qsv -i /bbb_sunflower_1080p_30fps_normal_2000frames.h264 \
vf scale_qsv=w=1280:h=736:mode=low_power -f null -
fps=343
RENDER usage : 0.00Low power mode (SFC) may be disabled if not supported by
MSDK/Driver/HW, and replaced by AVS mode interanlly.Signed-off-by : Zhong Li <zhong.li@intel.com>
-
Integrate FFmpeg on iOS [on hold]
11 décembre 2018, par CalebI have referred links, still I have confusion. If any one has an idea then please share with me. I am searching to implement FFmpeg on iOS for GIF , as like the example given for android,
Please refer this =>
https://medium.com/wolox-driving-innovation/https-medium-com-wolox-driving-innovation-the-power-of-ffmpeg-on-android-ef6e0c01d59fI have referred these links,
https://github.com/DeviLeo/DLGPlayer
https://github.com/ElfSundae/FFmpeg-iOS-build
https://github.com/kewlbear/FFmpeg-iOS-build-script
what is the correct way to achieve this. Any help would be highly appreciated.