|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
|
FFmpeg - flv converts to mp4 but won't do wmv avi or mpg?
I'm having no problem converting FLV's into iPod/iPhone friendly .mp4 files but when I try to convert to wmv, avi or mpg the file becomes corrupted. Anyone know what gives?
/usr/local/bin/ffmpeg -i 1.flv test.wmv Edit: they won't play in the browser or Windows Media Player but I can play them with a VLC media player.. maybe there's some kind of -codec setting I need to put into the command? |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
|
Aw c'mon, certified hosting won't help with this stuff
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
|
These worked, I knew it was just a codec thing missing:
/usr/local/bin/ffmpeg -i 1.flv -vcodec wmv1 -acodec adpcm_ima_wav test.wmv /usr/local/bin/ffmpeg -i 1.flv -vcodec msmpeg4v2 test.avi |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Feb 2002
Location: Canada
Posts: 7,674
|
older ones so useless for wmv really,
besides almost every format should have its own process for optimal quality, ffmpeg is good for some things but by far not them all |
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,229
|
the answer to your problem lays in the binary codec pack on mplayerhq.hu
__________________
Mechanical Bunny Media Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development |
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
|
So do I just have my host install this pack? Does it benefit FFmpeg (sorry I don't know shit about this stuff)?
|
|
|
|
|
|
#8 |
|
Confirmed User
Industry Role:
Join Date: Dec 2006
Location: Chicago
Posts: 3,526
|
If you bang your head 6 times and jizz on your shift key the problem will be solved. Good luck and god bless.
- GFY tech support.
__________________
┌∩┐(◣_◢)┌∩┐ ICQ # 427013273 |
|
|
|
|
|
#9 | |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: oddfuturewolfgangkillthemall!!!!!!!
Posts: 5,656
|
Quote:
|
|
|
|
|