
Recherche avancée
Médias (91)
-
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
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (41)
-
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é. -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (9171)
-
Trying to choose first audio stream of specific language in ffmpeg using python
3 avril 2024, par R41DI have .mkv files that some of them have more than 1 audio stream in the same language so i need to first map the audio streams with specific language and then use only first of them to output .mp4 file. So it would need two -map audio arguments which doesn't work in ffmpeg.


I found out that i could execute ffmpeg mapping audio with that specific language and then pipe the output to another ffmpeg command that would take the first audio stream from the first ffmpeg command and do the rest of things (scaling, burning-in subtitles, encoding it to different format), but i'm not sure how to pipe that output in python's Popen and if it is even possible in windows.


The solution i found with piping :
FFMPEG Pick First Audio Stream of Specific Language


-
How to choose gpu among multiple nvidia gpu in ffmpeg 3.2.0 ?
7 septembre 2018, par jsBaeki’m currently using two nvidia p4 graphic cards.
In previous version of ffmpeg(before 3.2.0), i could choose specific gpu card by using options "-gpu 0 or 1 etc".
In current version, however, there’s no option for selecting gpu card.
Actually there’s "gpu" option specified in nvenc_h264.c or nvenc_hevc.c.
But in nvenc.c file, there’s no code that uses "gpu" option.
Is there any way that i can choose specific card ?
How load balancing between two cards is done ?
Is it done in driver level ?
Thank you.
-
How to choose gpu among multiple nvidia gpu in ffmpeg 3.2.0 ?
4 mai 2017, par jsBaeki’m currently using two nvidia p4 graphic cards.
In previous version of ffmpeg(before 3.2.0), i could choose specific gpu card by using options "-gpu 0 or 1 etc".
In current version, however, there’s no option for selecting gpu card.
Actually there’s "gpu" option specified in nvenc_h264.c or nvenc_hevc.c.
But in nvenc.c file, there’s no code that uses "gpu" option.
Is there any way that i can choose specific card ?
How load balancing between two cards is done ?
Is it done in driver level ?
Thank you.