View Single Post
  #903  
Old 06-29-2017, 05:12 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


There was a complain that a new version of ffmpeg does not select the best stream from the playlist and by adding these parameters we kind of trick it to select the HD stream. Personally, I did not have any issues with or without this parameters using the old version of ffmpeg and have no issues now using latest ffmpeg with these params.

I've been recording some models in flv and ts simultaneously for a while, so far, I had only two cases when ts version had the lower resolution than flv one. So I'll say ffmpeg does a pretty good job in selecting HD stream, however, I cannot confirm that this is because of
these parameters, I only can say: It works, so why bother?

Quote:
Originally Posted by homah View Post
Any idea whats with this code though
Code:
        '-c',
        'copy',
        '-vsync',
        '2',
        '-r',
        '60',
        '-b:v',
        '500k',
Seems to me it's trying to make the fps 60 and reduce the bitrate? bizarre. Doesn't seem to happen on the recordings anyway.
Reply With Quote