Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (104)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP 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.

Sur d’autres sites (6557)

  • avformat/dashenc : Simplify getting format string

    6 septembre 2023, par Andreas Rheinhardt
    avformat/dashenc : Simplify getting format string
    

    A switch is simpler than a lookup over a table with
    three entries, only two of which can happen at all.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/dashenc.c
  • Screen Recording issue using FFMPEG in Android

    12 décembre 2014, par flight

    We are trying to record Android screen using the below commands.

    ffmpeg -y -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 320x480 -i /dev/graphics/fb0 /sdcard/output.mp4

    And

    ffmpeg -y -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 320x480 -f fbdev /sdcard/output.mp4

    The Logcat output is given below :

    12-12 10:52:04.722: I/ffmpeg4android(27954): ===============Running command from thread path: /sdcard/videokit
    12-12 10:52:04.722: I/ffmpeg4android(27954): =======ProgressBackgroundRemote doInBackground=========
    12-12 10:52:04.722: I/ffmpeg4android(27954): videokitLibPath: /data/data/com.unscriptd.videoapp/lib/libvideokit.so
    12-12 10:52:04.722: I/ffmpeg4android(27954): ffmpeg4android_isComplex: true
    12-12 10:52:04.732: I/Videokit(27954): dlopen libvideokit from path: /data/data/com.unscriptd.videoapp/lib/libvideokit.so
    12-12 10:52:04.762: W/linker(27954): libvideokit.so has text relocations. This is wasting memory and is a security risk. Please fix.
    12-12 10:52:04.892: I/GAV2(27800): Thread[GAThread,5,main]: No campaign data found.
    12-12 10:52:04.912: I/Videokit(27954): libvideokit.so loaded
    12-12 10:52:04.912: I/Videokit(27954): args is not NULL
    12-12 10:52:04.912: I/Videokit(27954): more then one arg
    12-12 10:52:04.912: I/Videokit(27954): function symbol found
    12-12 10:52:04.912: D/Videokit(27954): Calling videokit run via loader
    12-12 10:52:04.912: I/Videokit(27954): vk ffmpeg sdcardPath: /sdcard/videokit
    12-12 10:52:04.912: D/Videokit(27954): call licenseCheckComplex
    12-12 10:52:04.912: I/Videokit(27954): licenseCheck in path: /sdcard/videokit
    12-12 10:52:04.912: I/Videokit(27954): isLicExistsComplex...
    12-12 10:52:04.912: I/Videokit(27954): trying to open /sdcard/videokit/ffmpeglicense.lic
    12-12 10:52:04.912: I/Videokit(27954): license file found...
    12-12 10:52:04.912: I/Videokit(27954): Permanent license validated.
    12-12 10:52:04.912: D/Videokit(27954): license check rc: 1
    12-12 10:52:04.912: D/Videokit(27954): run() called
    12-12 10:52:05.062: D/Videokit(27954): videokit call finished, calling dlclose
    12-12 10:52:05.062: I/ffmpeg4android(27954): RemoteService: FFMPEG finished.
    12-12 10:52:05.062: I/ffmpeg4android(27954): RemoteService: removing notification.
    12-12 10:52:05.062: I/ffmpeg4android(27954): Cancel notification: 5326
    12-12 10:52:08.822: D/ffmpeg4android(27873): dur: null
    12-12 10:52:08.822: I/ffmpeg4android(27873): dur is not good, not setting
    12-12 10:52:08.822: I/ffmpeg4android(27873): _durationOfCurrentWaitIndex is equal to: 6 reseting.
    12-12 10:52:08.822: I/ffmpeg4android(27873): setting fake Prefs.durationOfCurrent
    12-12 10:52:08.822: W/ffmpeg4android(27873): setting fake Prefs.durationOfCurrent (Cant get from file): 00:03:00.00
    12-12 10:52:08.822: W/ffmpeg4android(27873): /sdcard/videokit/ffmpeg4android.log: open failed: ENOENT (No such file or directory)
    12-12 10:52:08.822: I/ffmpeg4android(27873): ==== getting currentVkLogSize from FFmpeg4Android log
    12-12 10:52:08.822: W/ffmpeg4android(27873): Looks like Vk log is not increasing in size
    12-12 10:52:08.822: I/ffmpeg4android(27873): No ffmpeg4android_log file, using vk log
    12-12 10:52:08.822: I/line(27873): eg_parse_options
    12-12 10:52:08.822: I/line(27873): ffmpeg4android: ffmpeg_parse_options not passed
    12-12 10:52:08.822: I/line(27873): exit_program: 1
    12-12 10:52:08.822: I/line(27873): ffmpeg4android: 1
    12-12 10:52:08.822: W/ffmpeg4android(27873): error line: ffmpeg4android: 1
    12-12 10:52:08.822: W/ffmpeg4android(27873): Looks like error in the log
    12-12 10:52:08.822: D/ffmpeg4android(27873): currentTimeStr: error
    12-12 10:52:08.822: D/ffmpeg4android(27873): ============Found error in the log============
    12-12 10:52:08.822: I/ffmpeg4android(27873): onProgressUpdate: 100
    12-12 10:52:08.822: D/ffmpeg4android(27873): Releasing wake lock
    12-12 10:52:08.822: D/ffmpeg4android(27873): TranscodeBackground onPostExecute
    12-12 10:52:08.822: D/ffmpeg4android(27954): set transcodingProgress: 100
    12-12 10:52:08.832: D/ffmpeg4android(27873): nullnull length in bytes: 0
    12-12 10:52:08.832: D/ffmpeg4android(27873): showNotifications
    12-12 10:52:08.832: I/ffmpeg4android(27873): ============ Transcoding Failed, caling fexist
  • FFMPEG Using Hardware acceleration RPI3

    5 octobre 2017, par tdiguy

    I have a little raspberry pi i am using as a media server. I have bought the mpeg2 license to use the hardware acceleration and such. I have also compiled ffmpeg with the options for both mp4 hardware acceleration and mp2 decoding acceleration. I cant seem to find information though on how to get ffmpeg to actually use mpeg2 hardware acceleration.