
Recherche avancée
Autres articles (82)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 ;
Sur d’autres sites (12306)
-
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 -
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 !
-
Web Development Video Creation/Editing [on hold]
22 mai 2017, par user799451Im trying to create a online video editing website where users can create a music video like video.
Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.
Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.
Any suggestion will be helpful thanks in advance.