The -an option is for disabling sound. You''ll want to specify -acodec
instead, eg:
ffmpeg -i #{path} -acodec mp3 -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv
-y #{flv}
2008/10/1 jko170 <jko170-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> 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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---