
Recherche avancée
Autres articles (37)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (...)
Sur d’autres sites (6212)
-
uploading video to ftp while transcoding with Xuggler in JAVA on multiple platforms
27 novembre 2013, par HollyI'm trying to transcode a video on a client PC (Win, Linux, Mac OS - x32 or x64 - all 6) and write the output directly to a ftp server using the JAVA lib Xuggler. With pure ffmpeg it would look like this :
ffmpeg -i "local.mp4" -ftp-write-seekable 0 -c:v libx264 -crf 25 -f flv ftp://user:pass@server.net:1234/uploaded.flv
I'm assuming that it must be possible since ffmpeg can do it and Xuggler is supposed to be a wrapper for ffmpeg. I got it working using
exec("ffmeg")
but it needs to work on all 6 OS mentioned above.I tried to addapt this example : https://groups.google.com/forum/# !msg/xuggler-users/QeFTxqgc8Bg/0j1ntsl3tI0J by just using a
ftp://user:pass@server.net:1234/uploaded.flv
as the url but that does not work. Xuggler is unable to create a container based on such an url.I guess I should be able to write into an OutputStream and have ftp4j read from that stream and write to ftp. What would I need to consider for that ?
Failing all else I could write into a temp file and upload that, but I really don't like that as a solution.
-
Can someone please provide me with a code example of how to make Xuggler write to ftp directly ?
-
As a side question. I'm still looking into how to best capture data for displaying the progress in the GUI. So far I found :
IMediaListener onWritePacket(IWritePacketEvent event)
which I would register to the writer. However I'm not sure how to get the details ffmped reports (current compression, output size so far). The only useful info I found so far is the TimeStamp. Any help on that would also be most welcome.
-
-
ffmpeg error - unknow error from vkcache m3u8
18 juillet 2017, par Robert SmithTrying to download this stream to mp4 :
http://f4h4he.vkcache.com/secip/0/Phhz9wn3_IawaUZtvvlVOw/NjguMjQxLjg3LjE1OQ==/1500346800/hls-vod-s1/flv/api/files/videos/2016/03/15/1458006491172bd.mp4.m3u8
I am using the following command :
ffmpeg -user-agent "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us)" -i "http://f4h4he.vkcache.com/secip/0/Phhz9wn3_IawaUZtvvlVOw/NjguMjQxLjg3LjE1OQ==/1500346800/hls-vod-s1/flv/api/files/videos/2016/03/15/1458006491172bd.mp4.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc output.mp4
But am getting error from ffmpeg : "Unknown error"
My question is what am I doing wrong or missing in the command ? Thanks.
Here is an additional source of help I was using but did not help :
https://forum.videohelp.com/threads/370243-download-video-from-hqq-tv
Update #1
I was able to retrieve the actual file :
1458006491172bd.mp4.m3u8Here is the file :
http://txt.do/dkyui -
Anomalie #3365 (Nouveau) : Problème d’affichage espace privé suite à migration
15 décembre 2014, par Francois dendBonjour,
J’ouvre ce ticket sur les conseils de Gilles sur le forum. Voici le lien vers le post d’origine mais je vais détailler ici ( [1] )
Voici le détail.
Nous avons migré notre site spip en version 3.0.17 d’un hébergement mutualisé vers un dédié sur VPS administré sous Nginx.
Le site en question est www.heli4.comSuite à la migration (tout allait bien sur l’ancien hébergeur ainsi qu’actuellement en local), l’affichage du panneau privé ne semble pas tenir compte de certains paramètres de mise en page, voir l’image : !http://i405.photobucket.com/albums/pp135/francois-d/Sites/Capturedrsquoeacutecran2014-12-13agrave070112.png
!J’ai fait pas mal de recherches et beaucoup disent de passer la variable SetEnv PHP_VER 5 dans le .htaccess mais :
- sous nginx, pas de .htaccess
- ma version php installée est la 5.4 (dernière stable)L’inspecteur web m’indique des erreurs dans un fichier cache-css mais ça revient systématiquement même après avoir supprimer le cache.
Voici le lignes "incriminées" :
819 : .barre_onglet uldisplay :-moz-inline-stack ;display:inline-block ;zoom:1 ;*display:inline ;margin:0 auto ;text-align:left ;padding:0 ;list-style:none
et
1222 : .complexoverflow:hidden ;*position:relative ;*zoom:1
Il semble qu’il ne s’agisse pas d’un souci de navigateur vu que j’ai le même souci aussi bien sous opera que firefox.
Merci d’avance pour votre aide.
François