
Recherche avancée
Autres articles (76)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...)
Sur d’autres sites (5091)
-
ffmpeg command to insert the Static frames in a video, if the video has the gaps inside of it ?
1er septembre 2020, par geo-freakI have a 10 min video file(.ts file), it has the gaps(empty video) from 4th min to 7th min. I want to insert the static frames from start of the gaps to end of the gap.


I have a command to create the static video with null(silent) audio.


ffmpeg -loop 1 -i img002.jpg -f lavfi -i anullsrc=channel_layout=5.1:sample_rate=48000 -c:v libx264 -t 10 -pix_fmt yuv420p -vf scale=480:320 -y output.ts



I want to add this static video with silent audio in a a recording from specific period.


How can I achieve it ?


Thanks in advance.


-
How to bookmark a video, to skip the video to a cetain duration ?
17 août 2016, par Prasanth Kumar ArisettiI am encoding the incoming camera data, using x264 encoder and mpegtsmux to a filesink .ts files.
I am pushing the buffers to the pipeline, using, g_signal_emi_by_name.
Pipeline is something like this :
gst-launch-1.0 v4l2src ! videoconvert ! video/x-raw,width=720,height=576,framerate=25/1 ! x264enc ! mpegtsmux ! filesink location=test.ts
Now, for that video, i would like to add bookmarks for certain duration to directly skip the video to that duration, when click on that duration.
How can i add bookmarks to that video ?
-
Converting MP3 to Video with Single/Multiple images as video with PHPVideoToolkit
8 février 2015, par WasimJust started using PHPVideoToolkit and I’m looking to take an MP3 and convert it to a video. I want to have a single image as the video with the audio playing.
On the Google Code page https://code.google.com/p/phpvideotoolkit/ it says it can
assemble a video stream from a set of separate video images
so I know it’s possible but I cannot figure out how from the GitHub documentation.The documentation found in the
documentation
directory of the repository appear to be empty.Help is much appreciated