Can't convert to ASF's correctly
To anyone who knows how to, please help me. I am having difficulties trying to convert avi's to asf's for my pmp. I really don't know what i am doing wrong. but seems every time i use xillisoft, super, MediaCoder, or whatever i have i cant get it to convert correctly. However I have used the PMP transcoder. It just makes my files from 90mb to over 100 when it is done. Looking for a program that can make it small and work. someone please help.
information: Audio: Bit Rate: 1241kbps Sample Size: 4 bit Channels: 1 Sample Rate: 8kHz Video: Size: 320 X 240 Data Rate: 1195kbps Sample Size: 24 bit |
Quote:
Try using ffmpeg. You'll be able to tweak things. Try something like (untested): Code:
ffmpeg -i INFILE.AVI -f asf -vcodec mpeg4 -b 600 -s 320x240 -acodec pcm_s16le -ar 8000 OUTFILE.ASF |
| All times are GMT -7. The time now is 11:14 pm. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2