Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ffmpeg 3 #43

Merged
merged 7 commits into from
Nov 20, 2017
Merged

Ffmpeg 3 #43

merged 7 commits into from
Nov 20, 2017

Conversation

russelhowe
Copy link
Contributor

This build and runs on Ubuntu Xenial/ROS Kinetic and Debian Stretch/ROS lunar. The latter configuration uses ffmpeg-3.2.8.
There are a few more things deprecated (AVStream::codec) in newer ffmpeg, but they are annoying to make work on the older versions so living with the deprecation warnings for now seems reasonable.

codec_context_->rc_buffer_aggressivity marked as "currently useless", so removed
codec_context_->frame_skip_threshold access through new priv_data api
encode_video2 is deprecated
@jihoonl jihoonl self-requested a review November 20, 2017 14:12
@jihoonl
Copy link
Member

jihoonl commented Nov 20, 2017

Thanks for this. I will review this right after fixing travis configuration within this week.

@jihoonl
Copy link
Member

jihoonl commented Nov 20, 2017

I confirmed it is working xenial and kinetic.

@jihoonl jihoonl merged commit a9dff84 into RobotWebTools:develop Nov 20, 2017
jihoonl pushed a commit that referenced this pull request Jan 8, 2018
* Correct use of deprecated parameters

codec_context_->rc_buffer_aggressivity marked as "currently useless", so removed
codec_context_->frame_skip_threshold access through new priv_data api

* New names for pixel formats

* AVPicture is deprecated, use AVFrame

* Switch to non-deprecated free functions

* Use new encoding api for newer versions

encode_video2 is deprecated

* codec_context is deprecated, use packet flags
This was referenced Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants