parser.add_argument("day",help="Day of the year. From 1 to 366")
parser.add_argument("day",help="Day of the year. From 1 to 366")
parser.add_argument("--directory",help="Output directory for the images")
parser.add_argument("--directory",help="Output directory for the images")
parser.add_argument("--size",help="Image size to download, defaults to 1808x1808. Available options: 339x339, 678x678, 1808x1808, 5424x5424, 10848x10848, 21696x21696")
parser.add_argument("--size",help="Image size to download, defaults to 1808x1808. Available options: 339x339, 678x678, 1808x1808, 5424x5424, 10848x10848, 21696x21696")
parser.add_argument("--animate",help="Animate the download images. Available options: fullsize, compressed, ad-fullsize, ad-compressed")
parser.add_argument("--animate",help="Animate the download images. Available options: fullsize, compressed, fullsize+compressed, ad-fullsize, ad-compressed, ad-fullsize+compressed")
parser.add_argument("--framerate",help="Framerate of the animation from the downloaded images, in frames per second, defaults to 8")
parser.add_argument("--framerate",help="Framerate of the animation from the downloaded images, in frames per second, defaults to 8")
parser.add_argument("--compress-size",help="Resolution of the compressed video, defaults to 540x540")
parser.add_argument("--compress-size",help="Resolution of the compressed video, defaults to 540x540")
parser.add_argument("--codec",help="Defines the ffmpeg codec to be used. Defaults to libx264. To see available codecs for ffmpeg run \"ffmpeg -codecs\"")
parser.add_argument("--codec",help="Defines the ffmpeg codec to be used. Defaults to libx264. To see available codecs for ffmpeg run \"ffmpeg -codecs\"")