
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (101)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
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 (7663)
-
Can't generate libx264.dll
20 avril 2015, par Sandie CIt’s my first post in a forum ever (and in english...) Any suggestion is welcomed.
So let’s started !
My global goal is to recorder/transcoding and dispay an IP Camera stream from a .bat whitch calling vlc.
I want an asf container containing h264 and aac.
.bat :
cd C :\Program Files (x86)\VideoLAN\VLC
vlc rtsp ://root:root@ip_adresse/media.amp —sout "#transcode vcodec=x264, vb=112 , acodec==aac, fps=25:duplicatedst=display,dst=standardaccess=file,mux = asf,dst=flux.asf" -v
when i first execute this, VLC told me that H264 encoder was not found, so i decided to compile x264.
I followed this link
http://www.ayobamiadewole.com/Blog/How-to-build-x264-or-libx264.dll-in-Windows
I success to make the .exe but and when I got to
./configure —disable-cli —enable-shared —extra-ldflags=-Wl,—output-def=libx264.def
minGW shell indicates : not working c compiler found
I tried to find some answer, but i didn’t found a good one.
Does anyone have an idea of what i’m doing wrong ?
-
How to disable slf4j log in java
12 février, par Model123123Sorry for my poor English.


I'm using ffmpeg-cli-wrapper library in java


[main] INFO net.bramp.ffmpeg.RunProcessFunction - .\ffprobe.exe -version


[main] INFO net.bramp.ffmpeg.RunProcessFunction - .\ffprobe.exe -v quiet -print_format json -show_error -show_format -show_streams -show_chapters


How to remove this log ?


try this :


- 

-
java.util.logging.Logger.getLogger("net.bramp.ffmpeg").setLevel(Level.OFF) ;


-
/logger name="net.bramp.ffmpeg" level="OFF"/ in logback.xml








but not work...


RunProcessFunction src :
https://github.com/bramp/ffmpeg-cli-wrapper/blob/master/src/main/java/net/bramp/ffmpeg/RunProcessFunction.java


-
-
ffmpeg : Missing subtitles on iPod
7 septembre 2016, par forthrinI generating a playable video on a 3rd generation iPod Nano using the following command line, but I’m having certain challenges related to subtitles, stability and metadata.
ffmpeg -y -i in.mkv -i in.srt -profile:v baseline -level 3 -refs 6 -ar 44100 -ac 2 -ab 128k
-vf "scale=640:-1,pad=iw:480:0:(oh-ih)/2" -map 0:0 -map 0:1 -map 1:0 -map_metadata -1
-movflags +faststart -scodec mov_text -metadata:s:s:0 language=eng out.mp4-
Subtitles won’t show. I tried both iPod settings "Subtitles On" and "Captions On". iPod software is latest 1.1.3. Subtitles show with OS X QuickTime after I change from "Auto" to "English" in the subtitle menu. Is there an ffmpeg flag to make subtitles display on the iPod ?
-
The video player exits after 11-12 minutes for many of the converted videos. Restricting the bitrate
-b:v 600k -bufsize 600k
did not help. Any advice how to circumvent this ? -
Lastly, how can I make the video show under the "TV show" menu on the iPod ? Couldn’t find any help searching for "ffmpeg metadata tv". Or is this an internal iTunes feature ?
-