
Recherche avancée
Autres articles (53)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
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 (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (4767)
-
How to combine 2 separate lines of ffmpeg into one
9 décembre 2014, par KrisiIs there a way to concatenate these 2 lines for ffmpeg to a one liner ?
# get from 7second to 11 second
ffmpeg -i ../mp4.mp4 -vf scale=640x360 -an -ss 7 -t 4 output.mp4
# convert to mpeg
ffmpeg -i output.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts newoutput.mpegthanks in advance !
-
change fps while-loops exporting ffmpeg
15 juillet 2015, par wizardsI am new to FFMPEG. I am trying to export still images from a video file. I did it correctly.
Now i want to change average frame rate. That is if my video is 24fps and i want to export still images with 30fps. Now instead of 24 frames I need 30 frames.
Cany you please help me what to do.
Thanks in advance
wizards -
Use ffmpeg to assess media quality recursively and output to a file
6 septembre 2021, par JD71Would anyone mind telling me how to use ffmpeg recursively to scan my collection, assess the video quality and export all of the output data to a file ? I've searched quite a bit on the web and there have been some close to what I'm looking for but not exactly. If I should be using something else, I'm open to suggestions as well.


Thank you in advance for any assistance you can provide !


J