
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (66)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9876)
-
Dynamic video resolution
4 janvier 2019, par Chen YangI use ffmpeg to encode my mobile phone’s screenshot to a video. when my phone is vertical the screenshot’s resolution is 478 * 850.When horizontal the resolution is 850 * 478. Encoder could handle these image to encoded video frame, and i could play this video by ffplay correctly, i means if resolution change from 478 * 850 => 850 * 478 and it still could display full phone screen.
But if i play this video with any other players, it only could play harf of phone screen when frame resolution change from 478 * 850 => 850 => 478.
Do you guys know any video format could handle this situation? -
Standardizing many mp4 files into same resolution
22 novembre 2018, par CowfodI have a huge collection of Instagram videos in different resolutions and with different audio codecs.
Some videos are 640x640, others are 640x800. You get the picture.
When I try to concat the videos, the video and audio go out of sync in the final output and the in some places the audio is slowed down(?).
This is my ffmpeg concat command :
ffmpeg -i "$(cat /home/list.txt)" -c:v copy -c:a copy /home/output.mp4
list.txt contains over 800 clips and is formatted correctly :
file 'clip1.mp4'
file 'clip2.mp4'
file 'clip3.mp4'
etc...I believe the issue is due to all the different resolutions and different codecs used, so how can I standardize my collection of clips in order to concat them into a working video file ?
-
download hls from m3u8 file with a particular resolution with ffmpeg [on hold]
22 octobre 2018, par C.J.hi i am a new member of this site after looking at this site for hours i found how to download HLS from a site and it works also. but one thing i could not find is if a particular site has available video in more than one resolution say 1280*720 and 1920*1080. so how do i tell FFMPEG to download 1280*720 and not 1920*1080. this is the code i tried.
ffmpeg i "https://hsprepack.akamaized.net/videos/hotstarint/world/kwks6/1_2/master.m3u8?hdnea=st=1540178095 exp=1540179895 acl=/* hmac=ee2361306de510cf4f372c359b5ec21fd3d3b61d65b6f5e2f16259508e08c625" output.mp4