
Recherche avancée
Médias (21)
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (107)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (9968)
-
FFmpeg transcoding stretches Vertically recorded videos
28 juin 2017, par oteammHi I am having an issue with the Transcoder (FFmpeg) .
Problem Details :
Vertically recorded videos are appearing stretched (widened) upon transcode.For videos which are recorded vertically (height is more than width), the transcoded video generated does shrink vertically. If we change the aspect ratio for such files it will ruin the other video transcodes for which the transcode is generating correctly.
Expected Behaviour :
should not shrink/stretch vertically recorded videosImpact :
we are seeing a distorted version of video, stretched horizontallyNotes :
Version of FFmpeg Software that you’re is used : - ffmpeg-2.8.6-win64
(default Settings used)Request :
Need to a way to correct this as if we change the aspect ratio for such files it will ruin the other video proxies for which the proxy is generating correctly.
Please suggest, if there is any way to AUTO select the aspect ratio of original file and generate transcode accordingly. Thanks ! -
Videos converted using FFMPEG do not have video duration information
6 mars 2016, par Harshad MI am using FFMPEG to convert uploaded videos to .flv, after conversion the flv video doesn’t have information about it’s duration. So the user cannot rewind/forward, replay or see a specific part of it. The code is as follows :
"ffmpeg -i $srcfile_path -s 320x240 -ar 44100 -b 2048k -r 12 $desfilepath" ;
Please help. Thanks in advance.
-
Splitting videos using ffmpeg - ffsplit.sh by grapsus.net
15 avril 2018, par hongducwbhttp://grapsus.net/blog/post/A-script-for-splitting-videos-using-ffmpeg
Everything work fine, but i dont know how to make it auto splitting each files in folder with different filename ...i have bunch of files but i dont want create each folder for each files then rename it to input name (eg : video.mpg, 1.mp4,..)ffsplit.sh video.mpeg 1200
and is there have anyway to excute it without ffsplit.sh in same folder ? because it’s in ubuntu (installed on windows10) (it’s like Environment Variables in windows)
THANK :)