|   |   |   | ||||
| 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. | 
| 
 | |||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
|  | Thread Tools | 
|  10-07-2009, 08:24 AM | #1 | 
| Registered User Join Date: May 2009 
					Posts: 34
				 | 
				
				[needed] auto .flv conversion on upload
			 looking for a program/software that will automatically convert media files to .flv when uploading them.. or .mp4 | 
|   |         | 
|  10-07-2009, 10:27 PM | #2 | 
| Registered User Join Date: Jul 2009 
					Posts: 30
				 | check ffmpeg if you're on a budget. you'll need to configure it tho | 
|   |         | 
|  10-08-2009, 04:40 AM | #3 | 
| Confirmed User Join Date: May 2009 
					Posts: 622
				 | And if you're not on a budget, what would you recommend then? 
				__________________  www.purecfnm.com | www.ladyvoyeurs.com | www.amateurcfnm.com www.girlsabuseguys.com | www.heylittledick.com Amazing ratios from the biggest CFNM Network in the world! Follow us on Twitter @purecfnm | 
|   |         | 
|  10-09-2009, 12:39 PM | #4 | 
| Registered User Join Date: Jul 2009 
					Posts: 30
				 | It's not much about being on a budget or not, FFMPEG does the job well (a lot of softwares and scripts are based on ffmpeg), the thing is, it's open source, so you're not gonna get any kind of support and there is no pretty interface, it's a command line tool. If you have some money to spend on this (FFMPEG is free) you could just google "FLV encoder" and see what your options are. Personally, I've only used ffmpeg so I can't recommend any other software. If you expect a lot of traffics on your website, you should also look at flash servers to stream your content. Hope that helps  
				__________________ http://www.vicelike.com | 
|   |         | 
|  10-15-2009, 03:14 PM | #5 | 
| Confirmed User Industry Role:  Join Date: Jan 2004 
					Posts: 182
				 | with mencoder: Code: mencoder "source.wmv" -ofps 25 -of lavf -ovc lavc -srate 22050 -oac mp3lame -lavcopts vcodec=flv:acodec=mp3 -o "target.flv" | 
|   |         | 
|  10-15-2009, 03:42 PM | #6 | 
| Confirmed User Industry Role:  Join Date: Jan 2004 
					Posts: 182
				 | For best quality, use double pass method, similar to Youtube: Code: mencoder source.wmv -o output.flv -oac mp3lame -lameopts q=9:mode=3 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=256:mbd=2:trell:v4mv:last_pred=3:vpass=1:turbo -mc 1 -ofps 30 -of lavf -vf harddup -nosound mencoder source.wmv -o output.flv -oac mp3lame -lameopts q=9:mode=3 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=256:mbd=2:trell:v4mv:last_pred=3:vpass=2 -mc 1 -ofps 30 -of lavf -vf harddup | 
|   |         | 
|  10-17-2009, 12:57 AM | #7 | 
| Confirmed User Join Date: May 2009 
					Posts: 622
				 | Thanks Cyber but that's all gibberish to me I am afraid. I have Googled FLV converter in the past but the software it came up with wasn't suitable for the job. I am looking for something that converts WMV files to FLV files without loss of quality but keeping the file size either the same or slightly smaller. Anyone know of anything that can do this? 
				__________________  www.purecfnm.com | www.ladyvoyeurs.com | www.amateurcfnm.com www.girlsabuseguys.com | www.heylittledick.com Amazing ratios from the biggest CFNM Network in the world! Follow us on Twitter @purecfnm | 
|   |         |