
Recherche avancée
Autres articles (73)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (11637)
-
Queuing up videos for live stream
5 avril 2014, par Abdul AliWould first like to tell that am new to streaming and ffmpeg.
Would try to explain scenario as much as possible.
A web service is intended to receive chunks of video from a user. those chunks need to be simultaneously sent to the web for live streaming for a seamless viewing.
So the videos need to be queued up for streaming to the web so that it looks like a long single video. and the strict requirement is not to make any temp file on disk.
Did read something about pipes but am completely alien to that concept as well.
Kindly tell how / whether this can be achieved from FFMPEG or any other free tool .
Language used is PHP . The received videos also need to be saved to disk in parallel for new users to see from start.
-
FFmpeg - Concat Videos with different rotations
13 janvier 2024, par diadamalolI want to concat two Videos that have different Rotations 90 and 270.



Here is the command that I used :



ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4



In list.txt are the paths to both videos.



What I found out is that the Output Video gets the Rotation of the Video that is listed first in list.txt. So when the Video with Rotation 90 is first, the output video gets the Rotation 90. In the Output Video the second Video will be upside down.



I tried the Flag
-noautorotate
, but nothing changed.


How do I keep the rotation of all Videos, so that the rotation of the first isnt forced onto the others ?


-
Is it possible to transcode various of videos to H.264 as almost the same quality using FFmpeg ?
9 octobre 2018, par YankeeYuI have various of videos captured from various of resources but using different video/audio codec, bitrate and resolution.
Here’s some example :
- video : WMV3, bitrate : 6Mbps, audio : WMA, format : WMV
- video : H.263, bitrate : 30Mbps, audio : MP3, format : AVI
- video : H.264, bitrate : 20Mbps, audio : AAC, format : MKV
Actually the video resolution may different, but this is not the key point.
There’s quite a lot of videos make it really impossible to try the best video bitrate for each one.So, Is it possible to convert all these videos to H.264 and AAC with MP4 format, and keep the same video quality as the original ?
Or the problem maybe, is there a bitrate mapping between two audio or video codec, something like (I make it up, just a example) h.263 10Mbps ≈ h.264 6Mbps ?