
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 (61)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (8821)
-
Download m3u8 file from hotstar link in php or nodejs [on hold]
11 juillet 2018, par gaurav pandeyHow can we download videos from hotstar streaming link in PHP or JS Or Nodejs ?
Please help if have some knowledge.Thanks
-
How can I capture youtube streams with ffmpeg
24 octobre 2016, par doğanI want save youtube stream with ffmpeg. Can anyone help me ?
-
Why does Youtube player stretch MPEG1/2 video not H.264 ?
25 juin 2017, par MaruI want to upload the video on Youtube and I have this particular MKV file.
and I used ffmpeg to convert it to MP4 and hard code the ass subtitle into it.
Now my question is
When I simply tried converting the video without a sub and uploaded on Youtube,
so it retained its original vcodec.ffmpeg -i "input.mkv" -c:v copy -c:a aac "output.mp4"
The video (vcodec MPEG-1/2) is played with 16:9 ratio.
However, when I put a sub on it, so the video need to be re-encoded.
(In this case, I chose to preserve the quality by making it lossless.)ffmpeg -i "input.mkv" -preset veryslow -crf 0 -c:a aac -vf "ass=sub.ass" "output.mp4"
Now the subbed video has vcodec of H.264.
However, Youtube player keep its original aspect of 720x480 and there is a black bar on the side of the video.
Therefore, I am curious why is it such a case ? even though VLC told me that both has the same resolution of 720x480.
Furthermore, is there anyway I can adjust the aspect ratio on Youtube ?
I know that I can simply scale the video with ffmpeg,
but I was wondering if there is anyway I can tell Youtube to play the aspect ration that I want ? I think the formatting tags no longer works....