13 skills found
Yahweasel / Libav.jsThis is a compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil, libswresample, and libswscale—for emscripten, and thus the web.
xbmc / Inputstream.ffmpegdirectSupports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
mariiaan / Cmdplay PpNext generation CmdPlay; Realtime CLI for Colour ASCII playback
datenwolf / Aveasya simple wrapper around libavformat, libavdevice, and libswscale
Lensual / Go Libav[DEPRECATED] Golang binding for FFmpeg and libav
jas0n1ee / AvCaptureDecoding h264 rtsp stream with libavformat
colossus73 / ImaginationA GTK+3 slide showmaker in development since 2009 featuring 69 transitions effects aiming to be user friendly and intuitive using Cairo to achieve the transition effects, FFmpeg to encode the video and ALSA to play the audio during the preview.
CarterA / CAConversionFrameworkA Cocoa framework wrapping libavcodec, libavformat, and libavutil. Currently a work-in-progress.
ermau / Libav.netlibavcodec and libavformat wrapper
jedisct1 / TinyglitchJust an experiment with libavformat/libavcodec
fyhcastle / Multimedia基于给定的视频序列(如:xvid编码、AVI容器),借助FFmpeg库进行关键帧提取。采用FFmpeg/libavformat进行读取和解复用;采用FFmpeg/libavcodec进行视频数据的解码;并将解码后的关键帧数据转化为位图格式(BMP)保存;
gittup / Libavformatgittup.org's libavformat
theThreeKingdom / FFmpeg ExercisesFFmpeg 是一个自由软件,可以运行音频和视频多种格式的录影、转换、流功能[1],包含了libavcodec——这是一个用于多个项目中音频和视频的解码器库,以及libavformat——一个音频与视频格式转换库。