Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
How to convert video into AMV formatUsing patched FFmpegIn common case command line will look likeffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>FFmpeg accepts any picture resolutions, but hardware players supports only: 128x90 128x128 160x120 Input file can be any video format supported by FFmpeg.Note: if output file has 'amv' extention, -f amv option can be omitted.Option -r 16 sets framerate to 16 frames/sec (other values seems to be not supported by hardware players).Options -ac 1 and -ar 22050 sets 22050 Hz mono sound. Other formats are not supported.Options -qmin 3 and -qmax 3 forces quantizer to be equal to 3. This will give you good quality with acceptable file size.Example 1. Converting AVI file into AMV with 160x120 picture size:ffmpeg -i file.avi -s 160x120 -ac 1 -ar 22050 -qmin 3 -qmax 3 file.amv
Страница сгенерирована за 0.016 секунд. Запросов: 21.