Code Monkey home page Code Monkey logo

ffmpeg's Introduction

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • ffserver is a multimedia streaming server for live broadcasts.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.

ffmpeg's People

Contributors

aconverse avatar aurelj avatar axic avatar bcoudurier avatar cehoyos avatar cgisquet avatar cus avatar dondiego avatar dwbuiten avatar elenril avatar jamrial avatar justinruggles avatar kodawah avatar lu-zero avatar mansr avatar mbouron avatar merbanan avatar michaelni avatar mstorsjo avatar multimediamike avatar nevcairiel avatar ramiropolla avatar rbultje avatar rdoeffinger avatar richardpl avatar rouseabout avatar saste avatar timothygu avatar ubitux avatar yuvi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg's Issues

Faster process possible?

Was anyone able to have faster porcessing with FFMPEG?
I have a bunch of GPU but it is using very little, and it is being VERY SLOW at making a video out of frames I collected.
Any insignt would be appreciated.
thanks

opencv无法打开rtmp格式的h265视频流

这个有解决办法吗
[ERROR:1] global /tmp/pip-req-build-hwenbn4e/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp (1077) open Could not find decoder for codec_id=0
[ERROR:1] global /tmp/pip-req-build-hwenbn4e/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp (1109) open VIDEOIO/FFMPEG: Failed to initialize VideoCapture

编译出错 use of undeclared identifier 'x264_bit_depth'

libavcodec/libx264.c:282:9: error: use of undeclared identifier 'x264_bit_depth'
if (x264_bit_depth > 8)
^
libavcodec/libx264.c:892:9: error: use of undeclared identifier 'x264_bit_depth'
if (x264_bit_depth == 8)
^
libavcodec/libx264.c:894:14: error: use of undeclared identifier 'x264_bit_depth'
else if (x264_bit_depth == 9)
^
libavcodec/libx264.c:896:14: error: use of undeclared identifier 'x264_bit_depth'
else if (x264_bit_depth == 10)

use of undeclared identifier 'x264_bit_depth'

libavcodec/libx264.c:282:9: error: use of undeclared identifier 'x264_bit_depth'
if (x264_bit_depth > 8)
^
libavcodec/libx264.c:892:9: error: use of undeclared identifier 'x264_bit_depth'
if (x264_bit_depth == 8)
^
libavcodec/libx264.c:894:14: error: use of undeclared identifier 'x264_bit_depth'
else if (x264_bit_depth == 9)
^
libavcodec/libx264.c:896:14: error: use of undeclared identifier 'x264_bit_depth'
else if (x264_bit_depth == 10)
^

ffplay无法播放hevcpush的rtmp流

@fpzeng 您好,我参考《H.265 RTMP推流使用指南》上的方法,用libx265推了一个rtmp流,但ffplay播放时报错
[AVBSFContext @ 0x7fd6540b1f20] No start code is found. 0B f=0/0
rtmp://192.168.1.100/live/h265: could not find codec parameters

但若用libx264推流就没有问题。RTMP服务器我用的是nginx-rtmp-module, ffplay用的金山云ffmpeg编译的。另外,我还试了下ks-webplayer,也无法播放h265的rtmp流。请教下这该怎么解决呢?

万分感谢!

生成ffplay,ffmpeg时链接失败

LD ffplay_g
LD ffmpeg_g
Undefined symbols for architecture x86_64:
"_avpriv_dnxhd_get_frame_size", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
Undefined symbols for architecture x86_64:
"_avpriv_dnxhd_get_frame_size", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
"_ff_dnxhd_cid_table", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
"_ff_dnxhd_cid_table", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
"_ff_dnxhd_get_cid_table", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
"_ff_dnxhd_get_cid_table", referenced from:
_dnxhd_parse in libavcodec.a(dnxhd_parser.o)
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [ffplay_g] Error 1

金山云ffmpeg对视频流按帧截图

hi,您们
麻烦确认一下,金山云FFmpeg是不是不支持对视频流进行截图的啊。
当进行截图命令:
./ffmpeg -i /root/gb_play_34020001001327000200_34020001001327000201.flv -ss 10 -y -f image2 -vframes 100 /root/imgs/img-%03d.jpg
提示:
[NULL @ 0x13682c0] Requested output format 'image2' is not a suitable output format

请问有其他解决方案么,可以支持H265视频流的截图

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.