
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (58)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 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 (10263)
-
How does FFmpeg concat videos and output same file prefix
24 mars 2021, par sdymI have a lot of videos cut into three parts, and I want to concat them.
I now have the following bash to output videos in the folder to a file named mergedVideo.mp4.


for f in *.mp4 ; do echo file \'$f\' >> fileList.txt;done
ffmpeg -f concat -safe 0 -i fileList.txt -c copy mergedVideo.mp4



All my input files are like
Something part1.mp4
,Something part2.mp4
,Something part3.mp4

What I want is to output a file namedSomething.mp4


It is possible ?
How can I modify my bash to achieve that ?


-
avdevice/dshow : Add namespace prefix to the remaining global symbols
21 janvier 2021, par James Almeravdevice/dshow : Add namespace prefix to the remaining global symbols
Signed-off-by : James Almer <jamrial@gmail.com>
-
Revision 6a4b1e5958 : Remove vp8 in local symbols. For non-static functions, change the prefix to vp9
31 octobre 2012, par Ronald S. BultjeChanged Paths : Modify /vp8/common/alloccommon.c Modify /vp8/common/arm/arm_systemdependent.c Modify /vp8/common/arm/armv6/bilinearfilter_v6.asm Modify /vp8/common/arm/armv6/copymem16x16_v6.asm Modify /vp8/common/arm/armv6/copymem8x4_v6.asm (...)