Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
does youtube-dl merge the audio and video of youtube 1080p videos with ffmpeg without re-encoding ? #4609
Comments
|
There is no quality loss, it just muxes them together. To output the full ffmpeg command used for mixing use |
hi,
i just want to know if youtube-dl merges the audio and video of youtube 1080p videos with ffmpeg without re-encoding so there is no quality loss ?
what is the command used ? is it this one : ffmpeg -i filename_video.mp4 -i filename_audio.m4a -vcodec copy -acodec copy filename.mp4 ?