
Recherche avancée
Autres articles (38)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (7184)
-
How to remove PES header from video stream
24 septembre 2019, par AnkurTankI have captured video stream from the multimedia device which has H264 format.
I want to remove PES header (i.e. first 14 bytes of the frame). Is it possible to do it by
ffmpeg
or any other tool. I tried searching online but didn’t find it. I thought of scripting it out and remove it but don’t know frame format completely. I know, I have to learn all format stuffs and I am going through it but I need this immediately. Any suggestion/pointers ? -
Using ffmpeg to convert an SEC file
29 septembre 2023, par annaI need to convert an SEC file into any video format that I can share and/or upload to Youtube. MP4, etc.



I'm a complete newbie at all things terminal. I've tried :



ffmpeg -i video.sec video.mp4



ffmpeg -i video.sec -bsf:v h264_mp4toannexb -c:v copy video.avi



ffmpeg -i video.sec -b 256k -vcodec h264 -acodec aac video.mp4



I don't understand what any of these mean, they're just examples I found online. However, whatever I try returns this error :



Invalid data found when processing input



Any thoughts ? Thanks !


-
mov and mp4 files to play in browser
5 novembre 2016, par Pranav UndeCurrently I am playing with html5 video tag and database video files. I have couple of records in database that contains mov & mp4 files. HTML5 video tag supports mp4 but what about mov files ? I am trying to use external libraries but it not helps .. might be my implementation is wrong ...
Can we get any library that converts mov to mp4 or browser that support ONLINE rather than saving it anywhere ... ?
Also can I get any code snippet for handbrake source code implementation so that I can try for it.