
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (46)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7062)
-
Is it incorrect to use multiple 'split' filters down the FFmpeg's filter_complex tree ?
26 octobre 2020, par ed22Is it better to use the split filter only once per input (say once per [0:v]) or is it OK to split "down the line" again, like below ?


[0:v]split=2[0v_1][0v_2];
[0v_1]<do sth="sth" here="here">[result1];
[0v_2]<do sth="sth" here="here">[result2];
[result1]split=2[result1_1][result1_2];
[result1_1]<do some="some" more="more" here="here">[final_result_1];
[result1_2]<and also="also" something="something" here="here">[final_result_2]
</and></do></do></do>


-
Split MP4 In Linux Command Line Interface
12 septembre 2014, par Baoky chenI am trying to split my video using MP4Box but its always stuck at 99% splitting, Its work fine at my window version.
Is there other ways to split mp4 video other than mp4box, I use ffmpeg and the split causes audio and video sync issue, mp4box work for most video but some it will just stuck at 99%.
Encode done!
Storing split-file /srv/www/video.mysite.com/public_html/convert/19173//processing//Video_new_001.mp4 - duration 777.57 seconds
Splitting: |=================== | (99/100) -
after split mp4 file audio is little out of video, please tell me why ?
27 décembre 2013, par user3138206I tried to split mp4 h.264 format video(running time 70min) split 3 min each.
everything is ok but audio is little out of video/usr/bin/ffmpeg -y -i /home/vmark/T2010.mp4 -acodec copy -vcodec copy -ss 1260 -t 180 ./131018_1260_1440.mp4
is there any wrong option I did ?
please let me know if you know how to fix this problem and the way to split without audio video sync problem.thanks.
JEONG.