
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15305)
-
Encoded mp4 video won't play in Firefox v33
3 novembre 2014, par Michael HeubergerWhen this video is encoded with the following ffmpeg command, it cannot be played in Firefox v33 (a blank screen appears). But when I play it in the native VLC player, it works. So here the long ffmpeg command :
$ ffmpeg -r 15 -f image2 -i /home/(...)/frames/%d.jpg -i
/home/(...)/preview.wav -y -acodec libfdk_aac -b:a 128k
-vcodec libx264 -b:v 386k -preset ultrafast -profile:v baseline
-crf 6 -pix_fmt yuv420p -loglevel warning -movflags faststart
/home/(...)/preview.mp4As you can see, preview.mp4 is encoded by a sequence of jpg images with a given wav file.
The ffmpeg output is just this
[wav @ 0x35ff460] Estimating duration from bitrate, this may be inaccurate
Guessed Channel Layout for Input Stream #1.0 : mono
[swscaler @ 0x35f0d80] deprecated pixel format used, make sure you did set range correctlyAny clues why it won’t play on Firefox (and what the other ffpmeg warnings mean) ?
Thanks !!!
-
MPEG4 X264 vs NVENC H264 encoding play compatibility on old devices
28 mars 2021, par RootI always encoding videos on
x264
, this encoding work well on old devices or mobile phones.

To increase the encoding speed I try to replace encoding method withNVENC H264
with nVidia GPU.

Question 1 : Device combability for play the
NVENC H264
is different withx264
?

Question 2 : Old devices can playNVENC H264
file same asx264
?

Old devices : (All devices that can play x264) Android 6+, TV Setup box, TV, Google chrome 48+


-
MPEG4 X264 vs NVENC H264 encoding play compatibility on old devices
28 mars 2021, par RootI always encoding videos on
x264
, this encoding work well on old devices or mobile phones.

To increase the encoding speed I try to replace encoding method withNVENC H264
with nVidia GPU.

Question 1 : Device combability for play the
NVENC H264
is different withx264
?

Question 2 : Old devices can playNVENC H264
file same asx264
?

Old devices : (All devices that can play x264) Android 6+, TV Setup box, TV, Google chrome 48+