
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (33)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (3960)
-
ffmpeg - caching ahead piped input as insurance while maintaining low latency and real-time output
5 décembre 2020, par hedgehog90I'm piping a live transcoded stream into ffmpeg (simplified for brevity) :


mpv playlist --o=- | ffmpeg -re -i - -tune zerolatency -f flv rtmp://blah.com/live


The piped input usually runs above 1x encoding speed, but every now and then it can run a little slower than real-time (just a momentary 0.99x or 0.98x dip).
When this happens, the rtmp server (a popular streaming service with an audience) output will pause momentarily for a couple seconds usually.


To overcome this I want ffmpeg to cache a few seconds in advance, so mpv's output (which outputs at whatever speed it's read, so potentially very fast) can supply ffmpeg with a little extra, and whenever mpv goes a little under 1x speed, there's a little insurance that ffmpeg has cached away. This should be doable while maintaining the lowest possible latency.


Question is, how ?


-
ServiceMenu(dolphin) + Kdialog(progress) + ffmpeg
3 juillet 2023, par manueli don't find any guide for 3 things mixed : ServiceMenu(dolphin) + Kdialog(progress) + ffmpeg


here start script :


# requists: kdialog , ffmpeg, Dolphin (Kde5)

[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=video/*;
Actions=ConvertMP4-default
X-KDE-Priority=TopLevel
X-KDE-Submenu=[ Man ] VIDEO-->> convert
Icon=gtk-convert;

[Desktop Action ConvertMP4-default]
Name=Convert in MP4 (default)
Icon=video-mp4
Exec=ffmpeg -i %U -f mp4 %U-CONVERTED.mp4



save in file test.desktop


i wish to make it works servicemenu + kdialog + ffmpeg...not find easy solution..


-
Acess to path is denied in ffmpeg conversion
17 décembre 2013, par user1830062I have Windows 2008 R2 server, and am trying to convert my videos from any type to mp4 format. Everything is fine when running locally.
However, when I try to do the same on the live web server, I am able to upload the file, but then when I try to convert the file, it says the file access is denied.
Steps that I tried to sort but no clue pops the same server.
- changed the identity to network service /localhost
- gave full permission to the folder
- created virtual directory.
- impersonation is true.
I have done all these things, but no response. One thing which I found was for eg :
c:\inetpub\vhosts\mydomainname\httpdocs\myfolder_to save_uploaded_file
which is readonly by default, I couldn't change them to all permission. Please advice how to change them to read/write.
By the way, I am trying to save the converted file to
c:\inetpub\vhosts\mydomainname\httpdocs\test_folder