
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (10)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (...) -
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 (2427)
-
How to install ffmpeg and an app together on a Mac ?
30 juin 2016, par PatrickI have an electron app built and packaged for macOS in a
.app
file. The app requires ffmpeg to be installed on the end-user’s computer to be used.Currently, I’ve had to manually install ffmpeg on each end-user’s computer to run the app.
I want to distribute the app online with an easy installer for both ffmpeg and the app. I’ve seen
.dmg
files which allows you to drag the.app
into the applications folder easily, but the ffmpeg dependency is still absent in the installation process.How can I install ffmpeg and the app together on a mac ?
Perhaps including the ffmpeg build in the
.app
content is a solution as well.
This may not be possible though because a relevant question mentions there are only abstractions of the ffmpeg CLI instead of something that can directly use ffmpeg. -
FFMpeg is writing a matplotlib animation with diminishing quality
3 mars 2017, par Bryan StaffordI am trying to create a bunch of animations that follow the paths National Hockey League teams travel during the current season. Currently, my animation looks like this.
As you can see, the animation begins decently sharp but within 2 seconds the quality bottoms out and everything is grainy.
The relevant code is this :
ani = animation.FuncAnimation(fig, update, frames=len(all_x + 20),
interval=75, repeat=False)
filepath = map_team + '.mp4'
ani.save(filepath, writer='ffmpeg', fps=30)
plt.tight_layout()
plt.show()I have chosen FFMpeg as my writer because I hope to put about 30 graphics online and the MP4 format keeps each file around 1.5MB. If there’s a way to keep the graphics sharp, with low file sizes, and able to be uploaded onto Imgur, I would love to do that with my project.
Thanks.
-
Adding Mediainfo into Videos
13 août 2019, par yrcjeI’m trying to add/preserve these datas while recording/editing .TS footage, (datas will be shown below), I’m using VideoReDo TVSuite5 to edit these .ts/.tp files without losing these datas, as from what I know, VideoReDo software automatically removes these miscellaneous data from the stream, I’m trying to preserve it while editing, or adding it back after editing, is there any way to do this ?
Not much as I can’t really find any documentation on Menu info editing online. From what I can see so far, these data can only be obtained if the source itself is from a Native Internet TV Box. But is there any other way around it ?
Menu #1
ID : 32 (0x20)
Menu ID : 2 (0x2)
Duration : 1 h 25 min
List : 33 (0x21) (MPEG Video, Korean) / 36 (0x24) (AC-3, Korean)The Mediainfo is inside the pastebin link.
MediainfoNo error message defined a there is no known way to add these.