
Recherche avancée
Autres articles (32)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (4529)
-
Error and understanding issue : using ffmpeg to real time publish FLV file to Red5 and real time download FLV from Red5
29 août 2014, par kajarigdOS : Windows 8, RTMP Server : Red5, Video File format : FLV, I want to : Read/Write FLV from and to Red5 by live streaming.
To publish FLV file from local I am using this command at Command Line :
ffmpeg -re -i input.flv -acodec copy -vcodec copy -f flv rtmp://ocalhost/oflaDemo/streams
My understanding : This command will upload input.flv to the server location C :\Program Files\red5\webapps\oflaDemo\streams. So, after the command is done running, I expect in this server location a new file input.flv will be created. Is this correct ?
When I am running this command I am getting the following error and no file is getting created on the server side :
[flv @ 03c6a660] Failed to update header with correct duration.
[flv @ 03c6a660] Failed to update header with correct filesize.
frame= 1567 fps= 24 q=-1.0 Lsize= 3064kB time=00:01:05.43 bitrate= 383.6kbits
/s
video:2232kB audio:767kB subtitle:0kB other streams:0kB global headers:0kB muxin
g overhead: 2.183349%Can you help me understand what I am doing wrong ? What should be correct command in this case to achieve what I want ?
Now, I am using the following command to livestream read a FLV file from the server into my local :
ffmpeg -re -i rtmp://localhost/oflaDemo/streams/hobbit_vp6.flv -c copy dump.flv
My understanding : File hobbit_vp6.flv will be downloaded into my local directory and will get saved as dump.flv. And this will be live streaming. This will be like, recording a video stream from the server. Is this correct ?
When I am running this command I am getting the following error and no file is getting created on the local :
Closing connection: NetStream.Play.StreamNotFound rtmp://localhost/oflaDemo/streams/hobbit_vp6.flv: Unknown error occurred
Can you help me understand what I am doing wrong ? What should be correct command in this case to achieve what I want ?
-
ffmpeg does not follow vframes
15 décembre 2020, par oo92I'm trying to take screenshots of Twitch streams through the API using ffmpeg. I want to take 500 screens per category but I am getting an average of 50 screenshots. This is what I have :


username = streams_now[i]['channel']['name']
id = streams_now[i]['id']
game = streams_now[i]['game']
game = game.translate(str.maketrans({':':'-', ' ':'-', "'":'', '!':'', '&':'_', '.':'', '+':'_'}))
streaming = streamlink.streams('http://twitch.tv/' + username)
stream = streaming["best"].url
dir_path = current_dir + '/logorec-dataset/' + game
os.mkdir(dir_path)

subprocess.call('ffmpeg -i ' + stream + f' -ss 20 -threads 2 -vframes 500 -r 1 -f image2 -strftime 1 {dir_path}/%Y%m%d%H%M%S_' + str(id) +'_'+ '.jpg&', shell=True)




-
Anomalie #3162 : Moteur de recherche : combinaison d’un mot court et d’un mot avec accents ne reto...
30 janvier 2014, par b bHop, je confirme.
Sur SPIP 3.1-dev avec une base SQLite une recherche sur "hélène" ou "hélène paris" ne renvoie rien alors que "paris" renvoie le bon résultat.
Sur SPIP 3.0.15-dev avec une base MySQL en utf8 je confirme le bug : "hélène", "paris", "hélène paris" fonctionnent alors que "la hélène" ou "hélène et" ne fonctionnent pas.