
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 (88)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...) -
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (8892)
-
Feasibility of Decoupling DVB subtitle functionality from ffmpeg
10 octobre 2011, par AlsWe are trying to implement a DVB subtitle decoder using ffmpeg, We only need to use this particular feature(subtitle-libav codec) of
ffmpeg
Since we already have our own implementations for the other features. We noticed that the code imlpementation which does this is limited to a few number of files, but we are not sure how easily this can be decoupled from theffmpeg
.
So, the Q is :
Is is it feasible to customize/refactor theffmpeg
so that we can decouple the DVB subtitle functionality for our use, And how advicable it is to do so ? -
how Youtube Ios app is playing 1080p and above ?
19 septembre 2018, par user10387397I have been going through video codecs and ffmpeg .
Understood everything between vp9 , HEVC(h.265) and H264 , webm dash streaming , and hls streaming.
As far as i have read and understood that youtube stopped encoding for 1080p and higher in H264 and made it available only in webm VP9. Thus safari is limited by 720p.
However, in IOS native app of youtube , they are providing 1080p and 1440p . Are they encoding it in different format ?
The main question i would want to ask is how are they able to play 1080p and above in ios app when they were encoding this only in VP9 webm , whereas ios doesnot support VP9.
-
Why does FFMpeg not apply a video filter on a video input ?
8 novembre 2020, par blackirishmanI am using ffmpeg to capture SDI audio video and pass it to named pipes. I wish to convert/specify the luminance range of the incoming video. Normally when publishing to an RTMP server I can specify -vf "in_range=full:out_range:limited" and that corrects my input range problem. This doesn't make a difference in the below example. Any ideas as to why ?


ffmpeg -y -format_code 23ps -f decklink -channels 2 -i "UltraStudio Recorder 3G" -r 24000/1001 -s 1280x720 -vf "in_range=full:out_range:limited" -map 0:a:0 -f s16le -ar 48000 -ac 2 unix:///var/folders/4q/2_zlrlbx4vj5gmm3xwjp7t8r0000gp/T/CoreFxPipe_ffcapture_pcm_68975ac4 -map 0:v:0 -f yuv4mpegpipe -pix_fmt yuv420p unix:///var/folders/4q/2_zlrlbx4vj5gmm3xwjp7t8r0000gp/T/CoreFxPipe_ffcapture_i420_648c8512

ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
 built with Apple clang version 11.0.3 (clang-1103.0.32.29)
 configuration: --prefix=/usr/local --pkg-config-flags=--static --extra-cflags='-fno-stack-check -I/Users/me/Documents/working_vid_capture/ffmpeg_build/include -I/Users/me/Documents/working_vid_capture/BDS/Mac/include' --extra-ldflags=-L/Users/me/Documents/working_vid_capture/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/Users/patrickcusack/Documents/working_vid_capture/ffmpeg_build/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-decklink
 libavutil 56. 31.100 / 56. 31.100
 libavcodec 58. 54.100 / 58. 54.100
 libavformat 58. 29.100 / 58. 29.100
 libavdevice 58. 8.100 / 58. 8.100
 libavfilter 7. 57.100 / 7. 57.100
 libswscale 5. 5.100 / 5. 5.100
 libswresample 3. 5.100 / 3. 5.100
 libpostproc 55. 5.100 / 55. 5.100
[decklink @ 0x7f816e810e00] Found Decklink mode 1920 x 1080 with rate 23.98
[decklink @ 0x7f816e810e00] Frame received (#1) - No input signal detected - Frames dropped 1
Guessed Channel Layout for Input Stream #0.0 : stereo