
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (99)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6437)
-
fate : Add VC-1 interlaced twomv test
21 septembre 2014, par Tim Walker -
imageresizing.net : remote, extensionless files
21 janvier 2015, par cwnchcknI am trying to set up a thumbnailing service supporting the most common image formats as well as PDF and some video formats. The storage backend is a simple HTTP server. The files, however, are stored using synthetic names equal to their crytographic hash and do not have extensions.
I have a working system running ImageResizer as a HttpModule, loading the files using RemoteReader. It is set up to skip file type checks. However, I need to find a way to specify the exact decoder to use (such as with WIC, that supports &decode=wic in the request arguments), for instance &decoder=pdf or &decoder=ffmpeg. I suppose parsing the request arguments in PostAuthorizeRequestStart and extracting the decoder parameter value would be a good place to start, but I have no idea what to do next, as this is my first time ever touching Microsoft tech and the ASP.NET app anatomy is not immediately obvious.
I would appreciate any hints, thanks
-
(Cross-platform) FFMPEG based GUI direct stream copy linear video editor [on hold]
14 octobre 2014, par Fluorescent HallucinogenFFMPEG official site has list of FFMPEG based projects (https://trac.ffmpeg.org/wiki/Projects).
I use VirtualDub for linear video montage using direct stream copy mode (without recompression). It is GNU GPL licensed, but is designed only for Microsoft Windows and operates only AVI files.
FFMPEG is excellent cross-platform utility that supports many formats (codecs and containers). It can be used for split and merge video files (not only AVI) using direct stream copy mode, but FFMPEG is console UI application.
Is there GUI video editor (based on FFMPEG) (cross-platform or maybe only for Linux or maybe only for Windows) that can split and merge video files (not only AVI) using direct stream copy mode and have preview window ?
Now I use video player, watch the input video file, remember the time for split video to fragments and write console line script for merge these fragments. All work is OK, but it is very inconvenient.
At the worst, are there players or editors that can generate project file (that contains time markers for split and merge) that can be used with FFMPEG ?