
Recherche avancée
Médias (2)
-
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 (28)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (6003)
-
How to make videos .mp4 for a Phillips Media Player GO GEAR VIBE models ? [closed]
14 avril 2023, par Ivan Rojas CalvoHere is the answer by steps (4/13/23) :


- 

-
First download and install the software WinFF here


-
Check the specificacions of your media player, mine is the GoGearVibe SA2VBE08K/55 model


-
Look for the video specification : mine says that the video format needs to match this specifications :


Format = MJPEG (.mp4)


Resolution = 128 x 128 píxeles


Frames per second = 30 cps (fps)


Bitrate = 512 kpbs


-
Read this tutorial to create a preset in WinFF here


-
Create a preset that turns ANY mp4 video you have into an MJPEG video with the properties shown above with this info :


name : GoGearVibe55


preset label : MJPEG GOGEAR


Preset command line :


-f mov -vf scale=128:128 -c:v mjpeg -b:v 512k -r 25 -c:a adpcm_ima_wav -b:a 192k -ar 22050 -ac 2



output file : mp4


-
Understand how to adapt the code to your necessities with this image
enter image description here
















Do not change what is mark in red, that's the resolution of the screen and the encoder of the video. You can change the value mark in blue, which means the bitrate, more bitrate the video will have more definition without changing the resolution. Tha value in green refers to the fps and the ones marked in yellow is the audio settings, don't worry about that, are good audio settings.


Done. I did'n know how to create an article so I let you try this solution, good luck !


-
-
avformat/qoadec : Check ffio_ensure_seekback()
22 mai 2024, par Andreas Rheinhardt -
avformat/westwood_vqa : Check ffio_ensure_seekback()
22 mai 2024, par Andreas Rheinhardt