I’m converting videos to .flv but I can’t hear any sound. Is this
ffmpeg command correct?
ffmpeg -i #{path} -an -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv -y
#{flv}
Thank you.
I’m converting videos to .flv but I can’t hear any sound. Is this
ffmpeg command correct?
ffmpeg -i #{path} -an -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv -y
#{flv}
Thank you.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs