
Recherche avancée
Autres articles (84)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (9953)
-
ffmpeg : 4K to 1080p HEVC
5 avril 2018, par p r o g r e s s i v eHow can I convert a 4K Bluray movie(HEVC) to 1080p(HEVC) without losing both bitrate and audio quality using FFmpeg ?
Video :
10 Bit
BITRATE : 47.1 Mbps
Audio :
DTS Core : 5.1 / 48 kHz / 3840 kbps / 24-bit. -
Creating Multiple Outputs with ffmpeg For HD 1080p 720p 480p
11 janvier 2016, par maksPlease help me in ffmpeg,,
for multiple outputs with ffpmeg,,
For HD 1080p 720p 480p,, my ffmpeg is working but i wanna outputs multipleThanks
Please See the
ffmpeg screenshotPlease can you see the picture i have share [i.stack.imgur.com/SqNQr.jpg] —Thanks a lot for the help it work but i want put on my web can you tell me more which box i put the command,, please see picture (Screenshot)
ffmpeg-cmd -i input -s 1920x1080 -c:v libx264 1080p output.mp4 -s 1280x720 -c:v libx264 720p output.mp4 -s 854x480 -c:v libx264 480p output.mp4 -s 640x360 -c:v libx264 360p output.mp4 -s 426x240 -c:v libx264 240p output.mp4 -s 320x180 -c:v libx264 180p output.mp4
-
how Youtube Ios app is playing 1080p and above ?
19 septembre 2018, par user10387397I have been going through video codecs and ffmpeg .
Understood everything between vp9 , HEVC(h.265) and H264 , webm dash streaming , and hls streaming.
As far as i have read and understood that youtube stopped encoding for 1080p and higher in H264 and made it available only in webm VP9. Thus safari is limited by 720p.
However, in IOS native app of youtube , they are providing 1080p and 1440p . Are they encoding it in different format ?
The main question i would want to ask is how are they able to play 1080p and above in ios app when they were encoding this only in VP9 webm , whereas ios doesnot support VP9.