
Recherche avancée
Autres articles (37)
-
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 (...) -
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 -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (5314)
-
ffmpeg output doesn't play on multiple devices
22 janvier 2019, par jchaykowI have read the other stackoverflow posts regarding this topic so I am fairly certain this is not exact duplicate.
ffmpeg exports a video that seems to only play on select players. I want to export a video that plays on iphone/mac/general players. I have seen the suggestions for the
-pix_fmt yuv420p
tag but this does not seem to work anymore - I read that Mac has since changed their systems that makes it not compatible anymore.I am running :
ffmpeg -start_number 1 -framerate 4 -pix_fmt yuv420p -i screen%01d.png output.mp4
This all works fine and I can see the video by doing :
ffplay output.mp4
But I would like to be able to transfer this to mobile or general playback, any way to do this, ideally using ffmpeg ? I’d rather not use two tools to do 1 job.
- Works on gmail
- Doesn’t work on QuickTime Player
- Doesn’t work on Flip Player
- Doesn’t work on iPhone
-
How to capture video of VIEW in android
18 novembre 2015, par Mayur R. Amiparawe can take screen-shot of particular VIEW programmatically in android same way i want to capture video of VIEW , is that possible ?
i successfully run third party library ffmpeg but it doesn’t provide such functionality.
Another way i tried it by taking so many screenshot of view each-second and combine it with ffmpeg , but it is to expensive and taking soooooo much time.
FINAL QUESTIONS :
i want to add text that is animating on video, any idea todo this ?
currently get idea that i can animating textview in layout above video is playing in activity and capture that part of screen programatically, but i fail !
iphone have functionality for adding text overlay with animation and it is called by AVComposition in iPhone. so, Android have such type of any functions or method ?... googled it for 5 days but not getting any result !
sorry for my bad english, any point to suggest or any idea that how can i achieve this ?
-
MP4 to all mobile compatible 3gp
2 mai 2013, par Susheel MishraI am using FFMPEG for converting mp4 video to 3gp.I want to convert it to low end android phone as well as iphone.I am not concern with quality.Using it on linux server with php.
I searched but my need is diferent , hence post question.
thanks