
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (24)
-
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 -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (4911)
-
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


-
ffmpeg install on windows server 2003. for use in rails app
15 septembre 2011, par sdkI have a rails application which uses ffmpeg for thumbnailing/duration/file format conversion of videos.
Currently my rails app runs in ubuntu - where ffmpeg works great. But due to some client constraints , need to run rails app on windows.
I tried looking out for some writeups, googling around some forums but could not get a comprehensive list of steps to run ffmpeg on windows.Any help/alternatives/links to ge it running would be of great help.
Thanks 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.