
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (63)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (4403)
-
Invalid data found when processing input when using ffpmeg
19 février 2023, par user12027978I want to convert an mp3 audio to an mp4 video with a cover.And i wrote this line of code in terminal.

ffmpeg -loop 1 -i black.jpg -i sound.wav -c:v libx264 -c:a aac -b:a 192k -shortest anhao.mp4

but got this error,enter image description here.I'm new to ffmpeg, and the code is copied from Internet, I really don't konw how to edit it.

i expect converting mp3 to mp4 with an exact picture showing all the time
black.jpg is as follows
enter image description here


-
Create a progresa bar in rails while converting a file with ffmpeg
15 avril 2017, par RaxorHow i can create a progress bar in my view that update with ffmpeg while is converting from a video file mkv to webm
Im using the gem ’paperclip’ and ’paperclip-av-transcoder’
The file is uploaded fine but i need to show to the user something that tell him how long he has to wait
postController.rb
def create
@article = current_user.articles.create(params_article)
if @article.valid?
@article.save
if !@article.video_file_name.nil?
@article.change_name_video
@article.save
@article.destroy_video_original
respond_to do |format|
format.js {render :create}
end
end
else
render :new
end
end
def params_article
params.require(:article).permit(:title, :body, :cover, :video)
endform
=simple_form_for @article ,html:{ :"data-type" => "js", id: "form"}, :remote => true do |f|
.progress-wrapper
.progress
.progress-bar{role: "progressbar"}
0%
= f.input :video
= f.input :cover
=f.input :title
=f.input :body
=f.button :submit -
fate/colorkey : disable audio stream.
30 août 2016, par Nicolas Georgefate/colorkey : disable audio stream.
The test is not supposed to cover audio.
Also, using -vframes along with an audio stream depends on
the exact order the frames are processed by filters, it is
too much constraint to guarantee.