hi guys i just got given a mp4 player that only plays AMV format the mp4 player is 4gb
it converts video fine i can choose high medium or low and video looks great even at low but what i do not like is it converts audio to 352kbps even tho it says 88kbps is there a way i can change it?
+ Reply to Thread
Results 1 to 11 of 11
-
-
bump
i did find MPxConverter that converts audio to 64kbpsbut video looks bad even when set to HQ
-
Just buy a player that doesn't need to have video re-converted.
I think,therefore i am a hamster. -
-
hey what was used to convert that clip dude? video looks great on my player
-
Hi
Made two passes.
First pass...
Convert it with latest FFmpeg
from here ---> http://ffmpeg.zeranoe.com/builds/
Code:ffmpeg -i <input> -r 16 -vf "scale=208:trunc(ow/a/2)*2" -c:v amv -qmin 3 -qmax 3 -c:a pcm_s16le -ar 22050 -ac 1 temp.avi
Re-mux it with patched FFmpeg
from here ---> http://code.google.com/p/amv-codec-tools/downloads/detail?name=amv-ffmpeg-win32-act-20071106.zip
Code:ffmpeg -i temp.avi -vcodec copy output.amv
-
i now use MPxConverter but why do the videos look really bad color and pixalted ? but when i use the that came with mp4 player the video look fine but will not convert mkv or mp4
so is there a way to improve the video
Similar Threads
-
Best Way To Convert DVD, AVI to AMV Format
By dougwx in forum DVD RippingReplies: 6Last Post: 21st Dec 2013, 03:47 -
How to convert DVD to AMV format ?
By pchan in forum DVD RippingReplies: 5Last Post: 13th Dec 2011, 07:42 -
Webcam video (.mov format) audio synch help needed
By chrisj in forum Newbie / General discussionsReplies: 0Last Post: 23rd Mar 2011, 17:55 -
Convert to AMV format
By dvrvarma in forum Portable VideoReplies: 10Last Post: 8th Aug 2009, 13:06 -
AMV nooby~tips needed!
By KittyLuck in forum EditingReplies: 12Last Post: 23rd Jan 2009, 10:24