so i want to convert some videos for a mp4 player i have it only works with .amv
i have tried MPxConverter it works fine but video blocky and pixelated even on high setting
if i use the software that most of these mp4 players come with it will convert them fine and video looks good but will only convert .avi all other formats will not convert
can anybody help please i know that i could get a cheap mobile phone for like $20nzd or so and just use that but i really like this mp4 player
+ Reply to Thread
Results 1 to 2 of 2
-
-
It looks bit odd: https://en.wikipedia.org/wiki/AMV_video_format
https://vsubhash.wordpress.com/2014/03/02/how-to-convert-any-video-file-to-amv-using-ffmpeg/
Bellow seem to work but audio codec may be unsolved issue (adpcm_ima_amv only decoder implemented - in example i used wav version)
Code:@setlocal @ffmpeg.exe -hide_banner -y -color_range 2 -i "%1" -sn -c:v amv -qmin:v 3 -qmax:v 3 -vf "scale='if(gt(a,16/9),160,-1)':'if(gt(a,16/9),-1,128)':sws_flags=spline+accurate_rnd+full_chroma_int+full_chroma_inp,tblend=all_mode=average,fps=fps=16,tblend=all_mode=average" -color_range 2 -c:a adpcm_ima_wav -ac 1 -af "pan=mono|FC < 1.414FC+FL+FR+0.5BL+0.5BR+0.5SL+0.5SR+0.25LFE,firequalizer=gain='if(gte(f,20),0,-INF)+if(lte(f,10500),0,-INF)',dynaudnorm=p=1/sqrt(2):m=100:s=12,firequalizer=gain='if(gte(f,20),0,-INF)+if(lte(f,10500),0,-INF)',aresample=resampler=soxr:osr=22050:cutoff=0.990:dither_method=0" -f avi "%~n1_.amv" @endlocal @pause
Similar Threads
-
AMV video format help needed
By jamespoo in forum Video ConversionReplies: 10Last Post: 6th Apr 2014, 20:50 -
Best Way To Convert DVD, AVI to AMV Format
By dougwx in forum DVD RippingReplies: 6Last Post: 21st Dec 2013, 03:47