Thread: convert in rtmp
View Single Post
  #2  
Old 03-20-2017, 01:05 PM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: convert in rtmp


There are many programs, for example. Replay Media Catcher converts FLV format already indicated during the download. The best solution is to learn the basic commands FFmpeg and use them with the help of the GUI (WinFF, Avanti), for example:
Code:
ffmpeg -i input.flv -c:v copy -c:a aac output.mp4
Reply With Quote