
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (109)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (11004)
-
ffmpeg terminal : How can I re-encode a video file using all the parameters copied from another video ? [closed]
5 décembre 2022, par LeverI have two videos A and B. How can I re-encode B using ALL the parameters of A ?
I would like to use both A and B as inputs, but all parameters are extracted from A, then B is re-encoded with the A-parameters including both video and audio. Is there a simple command to copy ALL the parameters of A ?


Thanks !


I know the typical parameters of a video includes the resolution, fps and so on. But it seems that I always miss something rather than get ALL the parameters to make A and B the same.


The background is that I need to concatenate about 100 videos, but only a few of which has lower quality than others. I don't want to re-encode all of them. Therefore I'm trying to re-encode the lower ones to match the others, and then I can use the file-level concatenation command avoiding re-encode all of them.


-
Revision 15726 : Configuration des plugins, report de [15723], [15724] et [15725], plus ...
1er juin 2010, par esj@… — LogConfiguration des plugins, report de [15723], [15724] et [15725], plus [15168] pour le style et aussi [14975] déclenchant le debusqueur dans ecrire, qui n’avait pas été reporté. La page des plugins actifs est construite à présent à l’aide d’un mini-squelette prive/cfg.html qui auparavant se réduisait (...)
-
Android FFMPEG slow
22 juillet 2016, par ThommyI create a video with an overlay fading to merge this later with another video to get an overlayed video.
Merging and co are working fine and fast, but creating the overlay-video with a fading picture is very slow (3 to 4 fps). Other operations like scaling run with 10 to 200 fps.
Here is my ffmpeg command for creating the ovleray video.../binary/ffmpeg -loop 1 -i ../overlay_0.png -t 21.534 -vf scale=1280:720,fade=in:st=21.034:d=0.05,fade=out:st=21.534:d=2.0 -pix_fmt rgba -vcodec png -threads 5 -preset ultrafast ../outfile.mp4
Did I miss any commands to speed this up ?