youtube-dl
youtube-dl copied to clipboard
avconv output
This pull request is capturing avconv output (at least, don't know about ffmpeg) and is showing how much of the encoding it has done, as percentage.
Also, on my system, the aac codec is marked as experimental, so I used libfaac for aac encoding (if there is another option, that code can be removed)
The commit is ok now, I hope
Perfect, thanks! I will merge it as soon as I'm able to check with ffmpeg.
I checked with ffmpeg and it looked ok. Can someone else also check?
-1. The changes in line 74 to 80 undo 65f934dc930f7996e137d61dd80ef092f9075532 without an explanation, and will therefore break Windows systems.
A merge error, I guess, he committed it before 65f934d and rebased after...
is this commit will be merged to master? It would be nice to have audio converting progress status.
Definitively merging this, even it requires some more cleanup and testing work. Also, we would need something like that for rtmpdump, too...