Skip to content

Ffmpeg 3#43

Merged
jihoonl merged 7 commits intoRobotWebTools:developfrom
russelhowe:ffmpeg-3
Nov 20, 2017
Merged

Ffmpeg 3#43
jihoonl merged 7 commits intoRobotWebTools:developfrom
russelhowe:ffmpeg-3

Conversation

@russelhowe
Copy link
Copy Markdown
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
Copy Markdown
Member

jihoonl commented Nov 20, 2017

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

@jihoonl
Copy link
Copy Markdown
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.

2 participants