diff options
Diffstat (limited to 'convert2mp4')
-rwxr-xr-x | convert2mp4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert2mp4 b/convert2mp4 index 87375ef..5714baf 100755 --- a/convert2mp4 +++ b/convert2mp4 @@ -51,7 +51,7 @@ def main(): ffmpeg_args.append(options.abitrate) if options.deinterlace: ffmpeg_args.append("-deinterlace") - if options.maps[0]: + if options.maps: for cur_map in options.maps: ffmpeg_args.append("-map") ffmpeg_args.append(cur_map) |