
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (98)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (11220)
-
How to retransmit RTSP stream to media server in Qt / C++
10 juillet 2021, par vishal dharankarI have an application where I receive an RTSP stream on a local IP address. This stream I want to retransmit to a media server which runs on public IP.


Is it possible to forward such stream to next server without deciding and encoding this saving computations ?


Can we use Gstreamer or any other similar library for this ?


Sorry for not attaching any code since I am not sure where to start and what can be a specific library for this.


-
dotnet core media trans-coding library
18 juin 2020, par Faisal ShahinI'm searching for a library for media transcoding other than
ffmpeg
for dotnet core the thing I'm searching for is for media streaming of videos.


The
ffmpeg
is great but there is no library that will enable me to save the transcoded vedio to a stream object, plus when tested the conversion of the video usingffmpeg
it took too much time (of course depending on multiple factors).


so Im wondering if there is a dotnet core library other than those who uses
ffmpeg
that do the same thing but with more performance and the ability to save the output to a stream object

-
FFmpeg is not working with the media file path containing whitespace in name
23 juin 2021, par Kamran AshiqI am using react-native-ffmpeg with react native for basic video editing, however I am facing this issue if a media file uri contain whitespace then ffmpeg task failed with error message "No such file or directory".


I have tried :


- 

-
RNFmeg.executeWithArguments but app crashes without any error message. Here is my command array.


RNFFmpeg.executeWithArguments(["-i", videoPath, "-i", songPath, "-c:v", "copy", "-c:a", "aac", "-map", "0:v:0", "-map", "1:a:0", "-t", duration,
${path}${timeStamp}.mp4
])

-
One other solution I do'nt want to go with is to copy the media file which I have picked from device local storage to cache directory with new name eliminating whitespaces.








-