diff --git a/lib/ffmpeg/movie.rb b/lib/ffmpeg/movie.rb index 0e148bb3..8d783536 100644 --- a/lib/ffmpeg/movie.rb +++ b/lib/ffmpeg/movie.rb @@ -108,7 +108,7 @@ def initialize(path) :sample_rate => stream[:sample_rate].to_i, :bitrate => stream[:bit_rate].to_i, :channel_layout => stream[:channel_layout], - :tags => stream[:streams], + :tags => stream[:tags], :overview => "#{stream[:codec_name]} (#{stream[:codec_tag_string]} / #{stream[:codec_tag]}), #{stream[:sample_rate]} Hz, #{stream[:channel_layout]}, #{stream[:sample_fmt]}, #{stream[:bit_rate]} bit/s" } end