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.
tl;dr: how to make any execution of the
ffmpegcommand generate ffmpeg-*.log files (and thus see the exact cmd line used to call ffmpeg)This is not an issue, please IGNORE THIS
Hi. I was about to ask why am I getting ff*.log files created every time that I run youtube-dl, but then I remembered it's because I had the environment variable
FFREPORT=1set in .bashrc and I thought maybe I should mention this anyway just in case some people might find this useful.When that env. var. is set, youtube-dl running ffmpeg will generate .log files in folder, like so:
Here's the relevant excerpt from ffmpeg docs which can be found here: https://ffmpeg.org/ffmpeg.html
The .log files show details such as the exact command line used by youtube-dl to run ffmpeg, like this: