
Recherche avancée
Autres articles (101)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (9228)
-
Recording transport stream to file in ffmpeg
9 juillet 2020, par Neil BernardI'm streaming a dvb-t mux and I want to dump it to file using ffmpeg on another PC.


Here is the command :


ffmpeg -i rtp ://192.168.1.93:20000 -acodec copy -vcodec copy d34_tw.ts


For some reason though its only saving 1 video and 1 audio random pid ? not the whole TS ?


Thoughts ?


Neil


-
simple hls server - Streaming from local NAS
18 juillet 2020, par Neil BernardI'm using FFMPEG to stream to a synology NAS, I cant open the files in VLC over the network. I assume its some sort of CIFS/SMB thing (edit : I think its actually the paths in the .m38u file). I don't really want to setup a nginx server. This is for local use.


Any thoughts on a lightweight solution ?


Cheers in advance


Neil


-
Ffmpeg subtract a track from another
29 mars 2021, par Ching ChangHow do I subtract an audio track from another audio track using ffmpeg ?


I know there is the amerge command that lets you put a track on top of another. Is there a command that does the opposite ? I have a song, and an instrumental version of the song. I want to subtract the instrumental track from the original track to get the vocals.


Every google search led me to examples of subtracting an audio from a video, but I'm trying to subtract an audio from another audio.