View Single Post
  #3  
Old 04-03-2015, 11:29 AM
Quazar Quazar is offline
Junior Member
 
Join Date: Apr 2015
Posts: 8
Quazar is on a distinguished road
Default

Re: RTMPDump - No audio


Thank you very much. You were right, the audio is recorded properly (unless the stream has been muted manually).

For future googlers: This is the command I use for converting the files.

Code:
ffmpeg -i INPUT_PATH -c:v libx264 -crf 23 -c:a libvo_aacenc -g:a 100 OUTPUT_PATH
Reply With Quote