
Recherche avancée
Autres articles (27)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (4813)
-
ffmpeg video encoding progress bar
16 février 2017, par Rahul TSWhen I run the conversion in the browser it simply shows the white blank space. Only after the conversion process page will load.
Please suggest how to implement a progress bar which shows the progress to the user when the video conversion takes place.
I have this in my php script
exec("ffmpeg -i filename.flv -sameq -ab 128 -s 640x480 filename.mp4");
so how should I change this script to get the progress details even to a file or directly as ouput in the page. Please can anyone give me a complete script/code to explain it in detail. Because I think I cant get the complete answers and so I am confused on what to do with this
-
FFmpeg losing video track in multi-channel input
18 octobre 2014, par David542I am trying to truncate video files into a two-minute preview using the following command :
ffmpeg -i /Users/david/in.mov -ss 0 -t 120 /Users/david/out.mov
However, sometimes the video part does not encode, and I only get the audio. Here is an example of a video that runs into that error : https://s3-us-west-1.amazonaws.com/premiere-avails/027fa134-3a56-4d5f-85a7-635b7bd22fef__FIVE_2011_QU_16x9_178_ProRes.mov.
Why is this occurring and how can I update the command to ’fix’ this ?
-
Error transcoding a particular video file
18 octobre 2014, par David542I am trying to truncate video files into a two-minute preview using the following command :
ffmpeg -i /Users/david/in.mov -ss 0 -t 120 /Users/david/out.mov
However, sometimes the video part does not encode, and I only get the audio. Here is an example of a video that runs into that error : https://s3-us-west-1.amazonaws.com/premiere-avails/027fa134-3a56-4d5f-85a7-635b7bd22fef__FIVE_2011_QU_16x9_178_ProRes.mov.
Why is this occurring and how can I update the command to ’fix’ this ?