
Advanced search
Medias (1)
-
The pirate bay depuis la Belgique
1 April 2013, by
Updated: April 2013
Language: français
Type: Picture
Other articles (40)
-
Des sites réalisés avec MediaSPIP
2 May 2011, byCette 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. -
Support audio et vidéo HTML5
10 April 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 (...) -
HTML5 audio and video support
13 April 2011, byMediaSPIP 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 (...)
On other websites (3045)
-
How can use Video Converter for .NET (C#) or other FFMpeg wrapper To create Video Thumbnail in Asp MVc
26 February 2016, by Zahid NisarI want to create video thumbnails on my sites by using FFMpeg wrapper like Video Converter for .NET (C#) I am saving my video files in mp4 and wmv locally in video folder.if somebody know other wrapper please let me know and how can I use this
(new NReco.VideoConverter.FFMpegConverter()).GetVideoThumbnail(tmpFile, outputJpegStream);
Regards
-
I want to reduce the size of video with rn-ffmpeg-kit, but video size getting double or I'm getting increased size of video
12 September 2023, by Atul TiwareeBelow is my code It works fine while I try to reduce video taken from my camera other than my device video when I try the size of video is getting double in size


FFmpegKit.executeAsync(`-y -hwaccel mediacodec -i ${uri} -s 1920x1080 -c:a copy -c:v hevc_mediacodec -b:v 2M ${RNFS.DownloadDirectoryPath}/lodu1.mp4 -y`,)



Here is the video that is getting double in size




-
Merge/add audio in video file in specific position of video with ffmpeg command
12 January 2021, by AadiExample: I have a 10sec video and 4 sec audio file. I want to merge audio file in video from 5th sec of video to 9th sec. I want to mute entire video volume if user asked for it(optional).


Please help me with this ffmpeg command, and Thanks in advance.


I am using Android FFMPEG SDK. I haven't tried anything till now as I have no idea where to start.