
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (51)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (11528)
-
Please help ! Now having sound issues on 14.04
21 avril 2015, par Nobody AtallPlease help ! Today I was trying to edit some home video with KDENLive and when I’d try to preview my videos, they’d play for about a second then lock up the program.
In troubleshooting, I discovered :
If I reboot the computer, most multimedia files play fine : MP3, MP4, FLV, AVI, WMV, etc. But as soon as I try playing an MPEG-2 file, the video freezes. (Using SMPlayer. With VLC it plays, but has no sound.) After that, I have no sound on any format, though they still play. However, trying to play Flash videos on Facebook then lock up after a second or so, as well.
If I reboot the computer and go directly to Sound Settings | Test Sound, I get no sound. Then my video files also have no sound (MP3, MP4, etc.), just like when I try playing an MPEG-2.
Is there some commonality there ? Like, does KDENLive, the Test Sound function, and the MPEG-2 files use FFMPEG or something ? Because it seems like as soon as I execute any of those three things, I’m screwed.
Are there any diagnostics I can run ? I’m kinda dead in the water on editing our home videos until I find out what happened !
Thanks.
-
streaming code doesn't work for Vk.com, work fine on other website
3 décembre 2018, par Anirudha GuptaI am using Compiled binary of ffmpeg in my windows pc and calling the ffmpeg exe by command to livestream the video. The code was working fine on Youtube, Twitter’s streaming site and twitch. Today I tried my code with vk.com and it doesn’t work
ffmpeg -re -i file:"C:\Users\{username}\Desktop\test.mp4" -acodec libmp3lame -ar 44100 -b:a 128k -pix_fmt yuv420p -profile:v baseline -bufsize 6000k -framerate 24 -vb 64k -maxrate 1500k -deinterlace -vcodec libx264 -preset veryfast -g 30 -r 30 -crf 23 -c:a copy -f flv rtmp://stream2.vkuserlive.com:443/live?srv=629725&s={removedforpriavacyreason}=/Bq7vN8RNctg
I was calling the command this way,it’s work on yt, twitch but it doesn’t work with vk.com it’s keep telling handshake issue.
I tried to call it with changing the url, In case Vk.com handle the url differently. Anyone have workaround for this, it’s only have problem with vk.com
-
How To fix "PHP Fatal error : Class 'ffmpeg_movie' not found" Error in PHP
19 janvier 2019, par Ajay KatariyaI have installed FFMPEG in my server for video conversions into different sizes of videos within my WordPress site running on PHP 5.6/Linux. Previously all things were working fine but today suddenly I got one error like :
"PHP Fatal error : Class ’ffmpeg_movie’ not found".
PHP Warning : PHP Startup : Unable to load dynamic library ’/opt/cpanel/ea-php56/root/usr/lib64/php/modules/ffmpeg.so’ - /opt/cpanel/ea-php56/root/usr/lib64/php/modules/ffmpeg.so : cannot open shared object file : No such file or directory in Unknown on line 0
I have searched solution for this error, so I got one solution like include autoload.php file. Which I have already included.
So can anyone help me to solve out this problem ?