
Recherche avancée
Autres articles (74)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (9696)
-
CD+G to MKV with FFMpeg
8 juin 2022, par eth4nI'm trying to convert cdg+mp3 files to mkv with ffmpeg, i'm using the following


ffmpeg -i %1 -i %2 -vcodec libx265 -crf 31 -preset veryslow -vtag hvc1 -acodec libopus -frame_duration 40 -b:a 90000 -ar 48000 "% dpn1.mkv"


but


For example, if the CDG file stops at 4:26 and the audio duration is 6:15 (375 seconds), no problem playing mkv files on VLC and WMP (they read the video until the end with the last frame freezed on screen), but i have some problems on other platforms, and Avidemux reads only until the video duration (4:26), not the audio one (6:15)


Any advice ?
Thank you in advance


-
Can use AVCaptureMoiveFileOutput send stream video to the Network ?
18 avril 2016, par X.RodiI need to send screen video in real-time from Mac to a multicast group,like"239.1.1.110:46110".
I know the AVCaptureMovieFileOutput has a method"startRecordingToOutputFileURL : recordingDelegate :".
I just want to know the parameter of URL can be a multicast group address ? Or if is no,what can I do to send the stream video to the multicast group ?
Someone said using ffmpeg,but I nothing about that.Could anybody give some sample demo ?
Any help is appreciated.Thanks a lat in advance.
-
Stream Video from ios device
29 avril 2014, par iJoseI have integrated FFmpeg libraries to my project.
Now
i want stream a video that is captured using my ios device (iPhone, iPad, iPod)
to an RTMP server using FFMpeg.I did post a similar question and googled for the same but did not end up with any solution.
Can anyone of you suggest me a tutorial or atleast direct me as i am badly stuck over here and not able to move ahead.
Kindly Pour your knowledge.
Thanking you in advance.