Can I specify video format and pixels orientation when using clive for downloading Youtube videos?
If yes, what is command?
Can I specify video format and pixels orientation when using clive for downloading Youtube videos?
If yes, what is command?
I used the following command for testing youtube (urls).
or
It started downloading the video in .webm format (~ 1.8 times the size of default .flv format for my example).
There is an extensive list of command line options available here, and it looks like some may answer your question (albeit, not exactly what you requested):
http://manpages.ubuntu.com/manpages/karmic/man1/clive.1p.html
(.. in particular, it looks like the
--format
option and sub-section explaining how the provider has some control over what resolution and such that clive can utilize)Here's a 720p/MP4 format download off of YouTube, but the Man shown above is essential as a reference, as the switch variables (fmt22/etc) can vary between providers or formats a lot:
I verified the file played afterwards, and was properly saved in the format requested (1280x720p).