
Recherche avancée
Autres articles (26)
-
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
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 (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (7406)
-
FFMPEG not “cutting” as expected in Android
30 décembre 2020, par Anees UI referred FFMPEG not "cutting" as expected to split video in chunks in below format :


00:00:00 - 00:00:01


00:00:01 - 00:00:02


00:00:02 - 00:00:03


00:00:03 - 00:00:04


00:00:04 - 00:00:05


Here is the command i used :


String[] cmd1 = new String []{"-ss", "00:00:00.000", "-i", inputVideoUrl, "-t", "00:00:01.000", "-c:v", "libx264", "-strict", "-2", outputPath};

String[] cmd2 = new String []{"-ss", "00:00:01.000", "-i", inputVideoUrl, "-t", "00:00:02.000", "-c:v", "libx264", "-strict", "-2", outputPath};

String[] cmd3 = new String []{"-ss", "00:00:02.000", "-i", inputVideoUrl, "-t", "00:00:03.000", "-c:v", "libx264", "-strict", "-2", outputPath};

String[] cmd4 = new String []{"-ss", "00:00:03.000", "-i", inputVideoUrl, "-t", "00:00:04.000", "-c:v", "libx264", "-strict", "-2", outputPath};

String[] cmd5 = new String []{"-ss", "00:00:04.000", "-i", inputVideoUrl, "-t", "00:00:05.000", "-c:v", "libx264", "-strict", "-2", outputPath};



And i use this library :
https://github.com/teanersener/mobile-ffmpeg


implementation 'com.arthenica:mobile-ffmpeg-full-gpl:4.2.2.LTS'



When i execute i get the duration starting from beginning of the video all the time. Please suggest what am i doing wrong, i searched and tried changing commands but nothing works.


00:00:00 - 00:00:01


00:00:00 - 00:00:02


00:00:00 - 00:00:03


00:00:00 - 00:00:04


00:00:00 - 00:00:05


Let me share another example to explain my requirement :
inputVideoUrl contains a video of any length(ex : 5min)
I want to cut a user selected portion of it(ex first one minute) in the form of 5 split videos.


split 1 : 00 sec - 12.0sec


split 2 : 12.1 sec - 24.0sec


split 3 : 24.1 sec - 36.0sec


split 4 : 36.1 sec - 48.0sec


split 5 : 48.1 sec - 60.0sec


And later i will provide these split videos to a player playlist.


-
dsicinav : Clip the source size to the expected maximum
19 juillet 2013, par Luca Barbato -
doc : add basic documentation for libdav1d
20 mai 2019, par James Almer