MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   Video related (http://mympx.org/forum/video-related/)
-   -   Can't convert to ASF's correctly (http://mympx.org/forum/video-related/39088-cant-convert-asfs-correctly.html)

ghost0001 22nd Sep 2007 2:48 am

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

techt 22nd Sep 2007 2:29 pm

Quote:

Originally Posted by ghost0001";p=&quot (Post 37783)
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

Our PMPs have the same harware (but the player software is different between ours.) The software that came with my PMP, Sunplus PMP, automatically makes files using MP4 video but with uncompressed audio (which is why the ASFs tend to be so large.) Sunplus PMP appears to be a GUI wrapper around ffmpeg. The audo is uncompressed 16 bit little-endian PCM at a choice of either 8khz, 16khz, or (I think, this is all from memory) 24khz sample rate.

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