How to download a format that has audio by itself in youtube-dl?


up vote
0
down vote
favorite
I want to start watching the downloading file immediately, so if youtube-dl downloads video and audio separately I'll be foiled. I.e, I want youtube-dl to choose the best format that has both video and audio.
youtube-dl
add a comment |Â
up vote
0
down vote
favorite
I want to start watching the downloading file immediately, so if youtube-dl downloads video and audio separately I'll be foiled. I.e, I want youtube-dl to choose the best format that has both video and audio.
youtube-dl
4
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to start watching the downloading file immediately, so if youtube-dl downloads video and audio separately I'll be foiled. I.e, I want youtube-dl to choose the best format that has both video and audio.
youtube-dl
I want to start watching the downloading file immediately, so if youtube-dl downloads video and audio separately I'll be foiled. I.e, I want youtube-dl to choose the best format that has both video and audio.
youtube-dl
edited May 9 at 9:15
asked May 9 at 8:02


HappyFace
165
165
4
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17
add a comment |Â
4
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17
4
4
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033917%2fhow-to-download-a-format-that-has-audio-by-itself-in-youtube-dl%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
4
Possible duplicate of Can I directly download audio using youtube-dl?
â xiota
May 9 at 8:12
youtube-dl -f 'bestaudio[ext=m4a]' "http://youtu.be/hTvJoYnpeRQ"
â xiota
May 9 at 8:17