
Recherche avancée
Autres articles (38)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (3555)
-
How can we convert pdf to images in same resolution ?
17 juillet 2012, par Preet SandhuI have two pdf of different formats, I need to convert those into video both are working with different script, I want any common script for all. any suggestion will be appreciated.
one pdf converting with below script
exec("convert -density 150 -quality 100 -resize 800x $pdf_path $temp_images ");
exec("ffmpeg -loop 1 -f image2 -r 0.5 -b 1800 -i $temp_images_wildcard -c:v libx264 -preset slow -tune stillimage -r 5 -t 22 -y $frame_target 2>&1",$output);another converting working with this script
exec("convert -geometry 1600x1600 -density 200x200 -quality 100 $pdf_path $temp_images ");
exec("ffmpeg -loop 1 -f image2 -r 0.5 -b 1800 -i $temp_images_wildcard -c:v libx264 -preset slow -tune stillimage -r 5 -t 22 -y $frame_target 2>&1",$output);Thanks
Preet -
disable ffmpeg resolution enlargement
6 avril 2014, par Ivailo Penchev IlievI'm trying to encode video in two resolutions with :
ffmpeg -threads 16 -i input.avi
-s 1280x720 -vcodec libx264 -vpre veryslow -b 3000k -acodec ac3 -ab 128k -r 65535/2733 hd.mp4
-s 640x360 -vcodec libx264 -vpre veryslow -b 600k -acodec ac3 -ab 128k -r 65535/2733 vga.mp4Is there an option to disable resolution enlargement ?
Example, how it has to be :
input - 480p - 1st output - 480p , 2nd output - 360p
input - 1080p - 1st output 720p, 2nd -360pExample, how it is now :
input - 480p - 1st output - 720p , 2nd output - 360p
input - 1080p - 1st output 720p, 2nd -360p -
sgi : check maximum supported resolution
31 mai 2012, par Piotr Bandurski