Dipanjal Maitra

Results 4 issues of Dipanjal Maitra

- Changed VSCODE `settings.json` :: Adopted value type change in _source.fixAll_ - Changed `.eslintrc.json` mostly Babel's Eslint Parser Eslint in Action:: Capturing codes don't match with airbnb standerd Auto Fixing...

Tagged Issue: https://github.com/dipanjal/mysql-replication-poc/issues/17

This is a raw `ffmpeg` command for muxing audio and video ```bash ffmpeg -i temp.mp4 \ -i temp.m4a \ -c:v copy -c:a aac -map 0:v:0 -map 1:a:0 \ output.mp4 ```...