
Advanced search
Medias (1)
-
Revolution of Open-source and film making towards open film making
6 October 2011, by
Updated: July 2013
Language: English
Type: Text
Other articles (62)
-
Le profil des utilisateurs
12 April 2011, byChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
HTML5 audio and video support
13 April 2011, byMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Configurer la prise en compte des langues
15 November 2010, byAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
On other websites (4810)
-
how do i install pyffmpeg on windows 10
17 April 2016, by killercan anyone point me in the right direction in getting pyffmpeg installed on my windows 10 computer. I seem to be having quite a bit of trouble. is cython required for this? please all input is appreciated.
**update I installed cython and it got stuck on setup.py
it gets stuck installing on line 84
Traceback (most recent call last):
File ".\setup.py", line 84, in <module>
incdir = incdir + list(nd.get_numpy_include_dirs())
TypeError: cannot concatenate 'str' and 'list' objects
</module>the ffmpeg version is ffmpeg-20160415-git-21acc4d-win32-static
I did change the filepath for it as well
-
FFMPEG copying Windows Media Audio 9.2
19 April 2016, by David GCI want to top and tail a wma file with a codec Windows Media Audio 9.2. I know Windows Media Audio 9 Professional encoding is not supported. But I just need to top and tail this audio file.
I only get an audio file output with codec Windows Media Audio 8.
ffmpeg -i .\1_encoding.wmv -acodec copy -preset ultrafast .\prueba1.wma
Is it possible to get an output with Windows Media Audio 9.2?
-
VLC commandline video croping in windows
22 April 2016, by HasanI am trying to crop a video using VLC command line coding. I used the following code in windows cmd:
vlc C:\Users\Masud\above_marathon_250.mp4 --crop=480x500+290+720 C:\Users\Masud\out.mp4
But i got the following error:File reading failed:
VLC could not open the file "C:\Users\Masud\out.mp4" (Bad file descriptor).
Your input can't be opened:
VLC is unable to open the MRL 'file:///C:/Users/Masud/out.mp4'. Check the log for details.Can anyone help me to write the accurate command for cropping video?