diff --git a/lib/ffprobe.js b/lib/ffprobe.js index d24be85d..e11b88ea 100644 --- a/lib/ffprobe.js +++ b/lib/ffprobe.js @@ -152,7 +152,7 @@ module.exports = function(proto) { // Spawn ffprobe var src = input.isStream ? 'pipe:0' : input.source; - var ffprobe = spawn(path, ['-show_streams', '-show_format'].concat(options, src), {windowsHide: true}); + var ffprobe = spawn(path, ['-show_streams', '-show_format', '-show_chapters'].concat(options, src), {windowsHide: true}); if (input.isStream) { // Skip errors on stdin. These get thrown when ffprobe is complete and