
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (59)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (10396)
-
Stremio::FFMPEG Error while opening encoder for output stream #0:1
28 février 2015, par user2547496Getting this error using Stremio::FFMPEG wrapper for converting /MOV to .MP4
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Here are my commands
require 'streamio-ffmpeg'
movie = FFMPEG::Movie.new("tmp/movie.ogg")
movie.transcode("tmp/movie.mp4")Here’s the output =>
Running transcoding...
ffmpeg -y -i tmp/movie.ogg tmp/movie.mp4
E, [2015-02-28T03:06:00.797778 #6381] ERROR -- : Failed encoding...
ffmpeg -y -i tmp/movie.ogg tmp/movie.mp4
Output #0, mp4, to 'tmp/movie.mp4':
Stream #0:0: Video: h264, yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=-1--1, 90k tbn, 24 tbc
Stream mapping:
Stream #0:0 -> #0:0 (theora -> libx264)
Stream #0:1 -> #0:1 (flac -> libaacplus)
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Errors: encoded file is invalid.
Stream mapping:
Stream #0:0 -> #0:0 (theora -> libx264)
Stream #0:1 -> #0:1 (flac -> libaacplus)
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height -
ffmpeg transition with transparency
5 septembre 2020, par NexariusI have 2 images with transparency and I'm trying to turn them into a 1 second clip that has a simple fade from the first to the second image.


This is as far as I've come with my tries.


ffmpeg \
-loop 1 -t 1 -i test1.png \
-loop 1 -t 1 -i test2.png \
-filter_complex \
"[0]format=yuva444p,fade=d=1:t=out:alpha=1[f0]; \
 [1]format=yuva444p,fade=d=1:t=in:alpha=1[f1]; \
 [0][f0]overlay[bg1];[bg1][f1]overlay,format=yuv420p[v]" -map "[v]" -r 30 -vcodec qtrle out.mov



Why is there no fade out for the first image and how can I keep the alpha channel in the final video ?


Thanks for the help :)


-
same as in tik tok videos the water mark of image with text transition from top to bottom command i need using ffmpeg,
7 juillet 2021, par Ajay Sharmaffmpeg -i vid1.mp4 -i icon.png -filter_complex "[1][0]scale2ref=w='iw*10/100':h='ow/mdar'[wm][vid] ;[vid][wm]overlay=x='if(lt(mod(t,10),5),10,W-w-100)':y='if(lt(mod(t,10),5),10,H-h-50)', drawtext=fontfile=arial_bold.ttf:text='Picshort ID : Khesari_Yadav_Official':x='if(lt(mod(t,10),5),25,W-w-100)':y='if(lt(mod(t,10),5),105,H-h-500)':fontsize=22:fontcolor=white," output2.mp4