
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (86)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6322)
-
ffmpeg fix video orientation
22 juillet 2020, par PiTheNumberA video can contain a meta info about the camera orientation. For example iPhone and other phones set this flag if you turn the device. Problem is while some player read this info and rotate the video accordingly, other players do not.



To fix this the video has to be rotated and the meta info needs to be set correctly.



Does ffmpeg provide a fix for this or do I have to go the hard way (Read rotation, rotate, set meta data)


-
Convert *.hdr sequences to HDR10 videos ffmpeg
3 mars 2021, par kmd999I have some *.hdr sequences, and I would like to convert them to HDR10 videos.
I have tried using FFmpeg but FFMPEG errors that it can't find videos.


ffmpeg -r 60 -i %d.hdr -pix_fmt yuv444p10le -c:v libx265 \
-x265-params hdr-opt=1:repeat-headers=1:colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc:max-cll=0,0 \
-crf 25 -preset veryfast t.mp4



This is what I tried. I think this is generally the code to convert to HDR10 videos. I didn't put master-display there because I don't have information. I wonder if master-display is needed.


I also wonder since this *hdr sequence is likely sRGB, what happens if I specify it to be bt2020 ?


-
FFmpeg on Android ; Convert .olleh file [closed]
3 février 2020, par athenaI have downloaded a video for offline viewing from a Korean app named Seezn. I was planning to transfer the video to watch on desktop but the file format is one I’ve never seen before.
Here are the files on the same folder :
- 020598814.olleh (2.04 GB) - most likely the video itself
- 020598814.mpd (42 KB)
- 20598814.license (4 KB)
- 1 (File, 0 KB)
- 2 (File, 0 KB)
I tried to convert it (using FFmpeg android & desktop) to mp4 but this error showed up instead :
Invalid data found when processing input
I want to convert the existing file as much as possible, but if it’s not, is there a way I can just download the video stream on Android ?
Thank you so much !