
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#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
Autres articles (59)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (11090)
-
Resizing 360 stereoscopic video with FFMPEG
13 mars 2018, par Miriam TschanenI’m trying to prepare a 360 stereoscopic video from our VR app for streaming. We’d like to offer the video in different resolutions to accomodate varying internet speeds. The original file is 3840x2160 and 463MB large.
I tried using the naive FFMPEG command :
ffmpeg -i video_3840.mp4 -vf scale=2560:1440 video_2560.mp4However, this seems to remove the stereoscopic / 360 properties of the video, at any rate the Windows video player no longer lets me pan around the view and the file size is down to 74MB, which seems a bit extreme.
Does anyone know which other flags I should set ? Note that I have absolutely no clue about filming or video formats, so I don’t even know what the original file is encoded as. Ideally I’d like to copy over as many settings as possible. The only thing I want to change is the resolution.
Any help would be greatly appreciated.
-
ffmpeg : Generic stream (or file) re-streaming at lower bitrate
29 novembre 2016, par ChristianI often find streams on the internet that are high-bitrate only, or video streams that offer no audio-only stream.
Is there a generic way to tell
ffmpeg
orffserver
, in my case on a small server, to input a given stream, digest it (eg. x264ify it or even HEVCify it, and convert the audio to AAC+ HEC at a low bitrate) and output
a) a lightweight low-bitrate version or
b) an audio-only stream of the ingested stream
that can be viewed (in my case) by a mobile device that doesn’t have the greatest connectivity ?Thanks for any pointers in the right direction.
-
ffmpeg : Generic stream (or file) re-streaming at lower bitrate
29 novembre 2016, par ChristianI often find streams on the internet that are high-bitrate only, or video streams that offer no audio-only stream.
Is there a generic way to tell
ffmpeg
orffserver
, in my case on a small server, to input a given stream, digest it (eg. x264ify it or even HEVCify it, and convert the audio to AAC+ HEC at a low bitrate) and output
a) a lightweight low-bitrate version or
b) an audio-only stream of the ingested stream
that can be viewed (in my case) by a mobile device that doesn’t have the greatest connectivity ?Thanks for any pointers in the right direction.