
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (67)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (6821)
-
Mapping streams by language in FFmpeg
6 décembre 2023, par ffmpeg123I have lots of files with multiple audio and subtitle languages, however the track numbers aren't consistent (the English audio stream isn't always the first) so using a command such as :


ffmpeg -i "input.mkv" -map 0 -map -0:a:1 -c:v copy -c:a copy "output.mkv"



doesn't yield expected results. After searching around I discovered it was possible to map streams based on language with this command :


ffmpeg -i "input.mkv" -map 0 -map -0:m:language:eng -c:v copy -c:a copy "output.mkv"



However
-map -0:m:language:eng
will remove all tracks with the English language flag. To keep the subtitle tracks you can use-map 0:s
this is a good solution however, I want to know if it's possible to only map audio streams based on language. I.e.,

I want to remove English audio while retaining all other streams without using stream IDs.


-
FFMPEG - RTSP : where does sprop-parameter-sets comes from ?
7 septembre 2022, par NaryckI'm encoding .mp4 video files (h265) with
ffmpeg
to create RTSP stream, put it tortsp-simple-server
and then after aler9's restreamer the stream is available to watch. I can watch the result in VLC (adding network source rtsp ://my.server/stream), but can't watch the stream in Android application - nosprop-parameter-sets
headers exist

So, the question is : where can I get these headers and how can I add them to the stream, so that everything worked ?


P.S. if I add the stream to Wowza, these headers (
sprop-vps, sprop-sps, sprop-pps
) are added by Wowza to the stream, but I need to use the server directly.

-
FFMPEG - RTSP : where does sprop-parameter-sets come from ?
13 septembre 2022, par NaryckI'm encoding .mp4 video files (h265) with
ffmpeg
to create RTSP stream, put it tortsp-simple-server
and then after aler9's restreamer the stream is available to watch. I can watch the result in VLC (adding network source rtsp ://my.server/stream), but can't watch the stream in Android application - nosprop-parameter-sets
headers exist

So, the question is : where can I get these headers and how can I add them to the stream, so that everything worked ?


P.S. if I add the stream to Wowza, these headers (
sprop-vps, sprop-sps, sprop-pps
) are added by Wowza to the stream, but I need to use the server directly.