
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (28)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (4315)
-
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