
Recherche avancée
Autres articles (19)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (4429)
-
Use scope.evalAsync to make sure the digest cycle is triggered.
22 novembre 2013, par blueimpUse scope.evalAsync to make sure the digest cycle is triggered.
-
FFMPEG - How do I make a video stop scaling
7 septembre 2020, par JunctionNinjaI have a few videos which I merged and they are in a .mkv format, the output is MP4. Some of them are different resolutions and therefore the smaller ones upscale. How would I stop this ?


I have tried to make it .mkv as the output and I still get the same error.
I don't know how to fix this, here's my ffmpeg.bat file.


ffmpeg -f concat -safe 0 -i files.txt -c copy output.mp4



This doesn't work for me like said above with it randomly scaling.
Mainly need a fix to stop it scaling at all.


-
How do I make mp4 file with h.264 network packets ?
13 novembre 2018, par LeeHyeSungI have H.264 Packets(FU-A) got from network LAN and I want to put it in mp4 format container and save it as a mp4 file.
I saw hope from library called ffmpeg searched on the internet.
But, When I saw some examples about ffmpeg, I felt it’s a little different case with mine.
Because they always start code with input files however I don’t have any file.
I just get some packets those are SPS, PPS, FU-A and only I-frame.I guess that I have to make some metadata for writing a header about mp4 format
... or not.How do I use ffmpeg library in this case ?