
Recherche avancée
Autres articles (29)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (3741)
-
How to change mp3 bitrate in android ?
12 avril 2013, par Doãn Thiên SầuI have a problem that need your help :
In my project, I have a mp3 file with 320kps (it's big size). So how can I change its bitrate to lower (about 80kps).
I know a library to do this, it'sffmpeg
. But to use this library very complex in Android.My question is " is there another way to change mp3 bitrate that not use
ffmpeg
in Android ".Thank you for your help !
-
ffmpeg packet data from ts file
16 avril 2013, par user2285642I am kinda new to ffmpeg, but did enough homework before posting this question. I have a ts file. I want to extract individual packets from it(both audio and video). I am able to generate output file using the below command
ffmpeg.exe -i sample.ts -y -c copy -map p:1 output.h264
However, this link is the closest to what I m looking for. ( He uses something called tsinfo.exe which is out of my scope).
So, is there any way in ffmpeg to extract packet data from a ts file ?
Anyone ?
Thanks
-
add timestamp using exiv [closed]
7 avril 2013, par user2052665I need help with a problem. I have a video which I have to make a frame for every second of it, for that I use the command : ffmpeg. The resulting images have no timestamp and I need to add.
First question :
There is the possibility of the ffmpeg command already taking images with the timestamp of when they were in the movie ?Second question :
If not possible, how to exiv2 (or other tool) I can add that value ?