
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (48)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (4723)
-
Revision 80577dff4b : Revert "Changing webmenc to use libwebm" Temporary revert. Problems with confli
2 avril 2014, par Paul WilkinsChanged Paths :
Modify /build/make/Makefile
Modify /configure
Modify /examples.mk
Modify /vpxenc.c
Add /webmenc.c
Delete /webmenc.cc
Modify /webmenc.h
Revert "Changing webmenc to use libwebm"Temporary revert.
Problems with conflicting definitions of type off_t
in MSVC builds that need resolving.c :\Program Files (x86)\
Microsoft Visual Studio 9.0\VC\include\wchar.h(479) :
"error C2371 : 'off_t' : redefinition ; different basic types
c :\on2experimental\libvpx\tools_common.h(26) :
see declaration of 'off_t'"This reverts commit 92a4c591122fa406a1d7aed834a5283a86d9758a.
Change-Id : I535e40a18842a92e3e6e0b29e5fba66313010803
-
Visual Studio can't detect FFmpeg
19 avril 2023, par JonathanI'm using Visual Studio Community 2022 for a Python 3 project that involves using FFmpeg. However, when I try to run my code, I get the following error message :


RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work



I have FFmpeg installed and added to my PATH, but it still doesn't seem to be working. Here are the steps I've taken so far to try to fix this :


- 

-
I tried installing the FFmpeg pip package, but it didn't change anything.


-
I searched for solutions on sites like learn.microsoft.com and
stackoverflow.com, but I haven't been able to find anything that works for me. This question also didn't answer my question


-
I also asked for help in Visual Studio Code, but I wasn't able to find a solution there either.










I would appreciate any guidance on how to fix this issue. Thank you !


-
-
Developing a multi-tool video & audio program
14 février 2019, par RisviltsovI’m in the middle of the Microsoft TEALS Java program, and we’ve just done a picture editor. I got an idea to develop a multi-tool program that edits video and audio programs professionally for those who can’t afford $2,000 in editing programs but demand all the tools. I’ve ran into a brick wall with the planning :
What tools should I put in it ? I want this program to have most, if not all possible ways to change media files (as if I was to combine programs like Audacity, a lot of Adobe programs, etc.)
I’m learning up FFMPEG and AWT, but I really want to tackle this project’s planning this year, to tackle on the programming in the next two years independently. Yay straightforward freeware* & too much time !
(I don’t think this post belongs here, but I’m in search of help for I have no budget nor any help [it’s going into culinary])
Thanks for your time.