Skip to content

Commit

Permalink
Improve content
Browse files Browse the repository at this point in the history
  • Loading branch information
vaufreyd authored and vaufreyd committed Oct 20, 2015
1 parent 7a515f5 commit 2d66789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions KnownIssues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Known issues

With some old versions of ffmpeg (on fedora 20 for instance), `ffprobe` may complain about unkown or bad parameter for `-hide_banner` option.
Our code was tested with ffmpeg version 2.4.7. With some older (on fedora 20 for instance), `ffprobe` may complain about unkown or bad parameter for `-hide_banner` option.
You can solve it by:
+ installing a more recent version of [ffmpeg](https://www.ffmpeg.org/)
+ compiling defining the 'USE_OLD_FFMPEG'
Expand All @@ -12,4 +12,3 @@ You can solve it by:
// Remove call to the -hide_banner option
MyVideoIO.ShowInfos |= SHOW_BANNER;

Our code was tested with version 2.4.7.

0 comments on commit 2d66789

Please sign in to comment.