
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (105)
-
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 -
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 (10955)
-
crop filter does not evaluate time in position argument
25 février 2019, par SebastianI want to take a part of a video (do some things with it, this is left out in my example) and paint it on another part of the video again. The size of the cropped area depends on time (or frame).
ffmpeg -y -i testsrc.mp4 -filter_complex "[0:v]crop=(40+5*n):80:(5*n):500[fg]; [0:v][fg]overlay=00:00[v]" -map "[v]" -c:v libx264 -movflags +faststart testout.mp4
So while the position is evaluated correctly, the size is not. How can I achieve such an effect ?
Edit
Withffmpeg.exe -loglevel debug -y -i testsrc.mp4 -filter_complex "[0:v]sendcmd=f='CropCmd.txt', crop=40:80:500:500[fg]; [0:v][fg]overlay=100:100[v]" -map "[v]" testout.mp4
and my commandfile containing the following line
2.0-2.02 [enter] crop reinit w=80:h=40;
I get a
Function not implemented
[h264 @ 000002bb3e276340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[Parsed_sendcmd_0 @ 000002bb3c135e00] [enter] interval #0 start_ts:2.000000 end_ts:2.020000 ts:2.000000
[Parsed_sendcmd_0 @ 000002bb3c135e00] Processing command #0 target:crop command:reinit arg:w=80:h=40
[Parsed_sendcmd_0 @ 000002bb3c135e00] Command reply for command #0: ret:Function not implemented res:
[Parsed_overlay_2 @ 000002bb3c135bc0] n:61.000000 t:2.000000 pos:26992.000000 x:100.000000 xi:100 y:100.000000 yi:100 -
avdevice/gdigrab : Fix screen size and mouse position calculations on hi-DPI screens
28 novembre 2017, par Harald Gaechter -
Révision 24512 : fixer une taille maxi pour l’image picker date et ajuster sa position
12 février 2020, par cedric@yterium.com