
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 (67)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (9948)
-
FFMPEG+video+video.js dont show up the video
18 avril 2013, par user1843970I have a video content type where I want to show the video to the user. I downloaded video module and video.js for this purpose. I have successfully installed ffmpeg transcoder in apache serv
Now I go to admin/config/media/video. Withing players tab I select HTML5 player for mp4 video and video.js to run HTML5 video like below :-
Now I go to Video Content Type and add Video field with Video Upload as its type and save it.The video is successfully converted but after clicking on play button nothing happens.
Need your help in this.
-
Working a mac application that needs to encode video [closed]
9 février 2013, par AnandI am pretty new to xcode world. I am looking for a Tutorial to help me out to create a mac osx xcode project that encodes one format of video to other.
For example the app will take and avi file and convert it to mp4.
I see that ffmpeg and other libraries are available but none i am aware of how to use them in a xcode project.
I am looking for a very very simple form of http://handbrake.fr/ mac application.A link to - simple step by step explanation of how to use a simple dylib file would do.
-
FFMPEG command to mix audio and video with adjustable volume, plays till Video length and loop audio entire video
10 mai 2020, par TominI have :



- 

- Video file of X length
- Audio of Y length







I am trying to achieve an output video that has the following qualities :



- 

- The volume level of the added audio should be adjustable
- The audio should loop till the end of the video
- It should not break even if the input video does not have any audio
- I should be able to mute the audio of the source video if needed.
- All of the above, in the fastest possible way.













I'm not well versed with FFMPEG, maybe some experts could help.