
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (16)
-
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 (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (3501)
-
What's the best way to convert video format in rust ? ffmpeg ? GStreamer ? [closed]
1er avril 2023, par Nicklaus

I want build a program that can convert video format , like MP4 to MKV , H264 to H265 , etc .but I don't know what's the best way . It's use Rust , Tui-rs crates.


I have some options.


- 

-
Use various Rust FFmpeg bindings, such as zmwangx/rust**ffmpeg, but I don't know the maturity of these libraries and whether they support my functionality.


-
Use FFmpeg CLI and call it through Rust's std::process::Command. This approach can support all functionalities, but does it mean that I need to manually parse the stdout of the FFmpeg CLI ? Because I need to obtain feedback from the CLI through stdout.


-
Use kkroening/ffmpeg**python. I found that the ffmpeg in Python seems to be more complete and should support the functionality I need. But since it's Python, I need to connect Rust and Python.


-
Use Rust GStreamer bindings, which I know very little about.












Which option should I choose ? I'm familiar with Rust and Python.


I am currently attempting to use the FFmpeg CLI.


-
-
PHP 7 / Symfony 3.4 Generate video from multiple images using ffmpeg tool
23 octobre 2017, par KD-FreelancerI recently started development on Symfony 3.4. I would like to generate video from a set of images using ffmpeg tool. And in this video I would like to display a text on start of the video and some text at the end of the video.
Is there any already existing Symfony/PHP package which I can use and generate the video out of images ?
So far on searching, I came across following two packages, but when on trial I could not generate the video out of multiple images.
-
PHP-FFMpeg
Tried with this package but did not get any success and came across this existing issue which says that its not possible using this package. -
ffmpeg-php-class
Also tried with this package, with reference to Example # 20 , but it only generates video for the single image only.
-
-
How to use mobile-ffmpeg and shared library (.so) ffmpeg together ?
3 février 2021, par Рябчиков АлександрI have problem with using aar mobile-ffmpeg (https://github.com/tanersener/mobile-ffmpeg) and build .so library ffmpeg for oboe (Android NDK), when I try to use them together I get this error
by : java.lang.UnsatisfiedLinkError : dlopen failed : cannot locate symbol "avpriv_init_elbg" referenced by ... ==/lib/x86/libavfilter.so"


If I disable one of this, everything works.


Thanks.