
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (102)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (13292)
-
Split videos to chunks using Rails and streamio-ffmpeg
29 septembre 2021, par Nasser FNI've followed this tutorial both parts 1 & 2,https://www.randygirard.com/how-to-create-a-video-upload-platform-using-ruby-on-rails-part-2/


so now I am able to upload videos, convert them to mp4 and display them to the user, but the problem is I want to split the uploaded videos to chunks of 30 seconds each and


return them to the user so he/she can use them for whatsapp status.


This' my main goal !


As I've mentioned earlier, i followed the tutorial above, all I need is how to integrate


and use https://github.com/streamio/streamio-ffmpeg in my rails code for splitting videos


to chunks. Thanks !


-
how split audio file in multiple chapters with predefined times
30 mars 2019, par Karim Bn Abdlazizhow split audio book file with in 10 chapters easier to listen , with given metadata predefined times
0.000000, 3472.683000 seconds this ch03472.683000, 7642.058000 ch1
etc..
2 columns the begin and end of each chapter,
i’m dummy but tried and failed with awk to add columns right and left to obtain the command line
ffmpeg -i output.mp3 -acodec copy -ss begin -to end ch'number'.mp3.
the problemn with the NF position and then increment numbers of new output files
how to use awk or sed and count new file names ch01 ch02 etc
-
avfilter/af_surround : split factors calculations
18 novembre 2022, par Paul B Mahol