Recherche avancée
Autres articles (82)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (15831)
-
How to add a new stream after avformat_write_header function is called ?
26 février 2019, par hellkni9htI have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
The problem is that I should specify the exact number of streams and create them beforeavformat_write_headerfunction is called. If I try to add the stream after, I will get crash insideav_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers. -
Add a new stream after avformat_write_header function is called
26 février 2019, par hellkni9htI have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
The problem is that I should specify the exact number of streams and create them beforeavformat_write_headerfunction is called. If I try to add the stream after, I will get crash insideav_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers. -
Unable to get the original quality after resizing in ffmpeg
24 septembre 2018, par SabhaI am trying to resize a high res video into 480x ??? and with to maintain aspect ratio and also without losing quality. I wish to maintain the original quality of the video. I tried this command line but it loses quality.
ffmpeg -i a.mp4 -filter:v scale=480:-1 -c:a copy b.mp4I got some filters and options from google search such as -qscale,-sameq etc but it is not working.
Can you please tell me the exact command ?
Thanks
EDIT : I also need to place two videos one below the other and wish to know if there is any such option in ffmpeg coz I cannot find anything on google.