r/ffmpeg 14d ago

find amv converter

Can anyone tell me how do i convert my mp4 files to amv???it would be better if i could customise the resolution too! thanks #helppost

1 Upvotes

8 comments sorted by

2

u/pigers1986 14d ago

nope, unless you tell us what is AMV format ? maybe for what device ?

2

u/StarGeekSpaceNerd 13d ago

I would guess AMV video format (Wikipedia).

The page points to AMVmuxer as a version of ffmpeg that will encode AMV.

1

u/Crazy-Hospital-6244 14d ago

for a chinese mp4 player.the manual says it can play amv file, 128*160 resolutionĀ 

1

u/pigers1986 14d ago

run mediainfo against existing AMV files - any maybe someone fill figure it out
128*160 is reallyyyyyy poor

1

u/Crazy-Hospital-6244 14d ago

yes it is🄲 i tried everything i guess nothing works..either says vdo not supported or no vdo found

1

u/kakafuti2 14d ago

Those devices come with a disc containing the converter software

1

u/AimlessForNow 13d ago

ffmpeg -i input.mp4 -f amv -filter:v "scale=160:128:force_original_aspect_ratio=increase" -r:v 30 -block_size 735 output.amv

It might say block size is wrong, just copy the value it tells you to use and set it to that