
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (75)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (11266)
-
how to get width/ height of video file using S3FS, FFMPEG in ec2
16 juillet 2013, par Khalidat the moment I succeed to install S3FS & FFMPEG in ec2, but i don't know why I can't get information about height and width of a video file, but another properties such as duration, audio stream, etc are shown,
I already try in local within same a video file, and all properties are shown (within width and height).
does anyone know, what's wrong with this ?
-
get image from video without specifying height
23 juin 2016, par JassI am using following code for extracting image from Video.
shell_exec('echo "Y" | ffmpeg -itsoffset -4 -i "'.base_path().'/assets/videos/'.$file_name.'.mp4" -vcodec mjpeg -vframes 1 -an -f rawvideo -s 1170x300 "'.base_path().'/assets/videos/thumbnail/'.$file_name.'.jpg"');
Here I have given static height and because of that image is stretching So I don’t want to specify height so is there any way it adjust height automatically by maintaining quality of image.
I have tried following code as well but did not work
shell_exec('echo "Y" | ffmpeg -itsoffset -4 -i "'.base_path().'/assets/videos/'.$file_name.'.mp4" -vcodec mjpeg -vframes 1 -an -f rawvideo -s 1170x-1 "'.base_path().'/assets/videos/thumbnail/'.$file_name.'.jpg"');
Can anyone tell me solution for this ?
-
Add or set video width and height to muliple mkv file name property
20 mai 2023, par Mike DiasI have a lot of .mkv files that are missing the video file properties. I'm using Windows. The area I refer to is in the file properties, if select the Details tab > Video section.


I need to somehow write to the tag "Frame width" and "Frame height" of what the native video is - there's too many files and they're all of different Frame width and height.


Is there a way to do using a batch script and ffmpeg.exe, or another tool ?


I've tried ffmpeg, Handbrake, JMkvpropedit v1.5.2 and MediaInfo.