
Recherche avancée
Autres articles (49)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (...) -
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 (5097)
-
using file info from txt file to bull trim audio with ffmpeg
26 juin 2018, par thirtylightbulbsI have found how to trim individual audio files with ffmpeg. Is there any way to do it on bulk ? I have thousands of audio files each with different segments that need to be saved separately. The input file, time to start clipping, and duration are all in separate columns, row by row, in a text/excel file.
-
Merge the .mp4 video file with the .srt file in Hebrew language
18 octobre 2023, par ZONEXI am looking for a solution using Python or CMD with FFmpeg to merge my Hebrew language .srt file with my .mp4 file.
Thanks for everyone !.


I have tried using this command


ffmpeg -i show.mp4 -vf "subtitles=show.srt:force_style='FontName=Arial,FontSize=24,PrimaryColour=&H00FFFF00&'" -c:v libx264 -c:a aac -strict experimental -scodec mov_text mysubtitledmovie.mp4


However, I encountered the error message : 'Invalid UTF-8 in decoded subtitles.' I understand that I need to add Hebrew encoding support, but I haven't found how to do that.


it's important to me that it'll be very fast process to add the .srt Hebrew file to .mp4 file.


-
Revision 2fc3a18653 : Removing unused vp9_mcomp_x86.h file. We don't use declarations from this file.
14 avril 2014, par Dmitry KovalevChanged Paths :
Delete /vp9/encoder/x86/vp9_mcomp_x86.h
Modify /vp9/vp9cx.mk
Removing unused vp9_mcomp_x86.h file.We don't use declarations from this file. The real declarations
(differently named) are in vp9_rtcd_defs.pl, e.g. vp9_full_search_sad.Change-Id : I73cbf064305710ba20747233cfdbe67366f069a0