How can I convert an MP4 to AMV?How to convert .mkv file into .mp4 file losslessly?Need to convert a video...
Is a new Boolean field better than a null reference when a value can be meaningfully absent?
Clues on how to solve these types of problems within 2-3 minutes for competitive exams
Cookies - Should the toggles be on?
How do I draw the dashed lines as shown in this figure
Which communication protocol is used in AdLib sound card?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Can you tell from a blurry photo if focus was too close or too far?
How to play electric guitar and bass as a duet
Why would space fleets be aligned?
Why do cars have plastic shrouds over the engine?
False written accusations not made public - is there law to cover this?
Graph with overlapping labels
Why TEventArgs wasn't made contravariant in standard event pattern in the .Net ecosystem?
How to use Mathematica to do a complex integrate with poles in real axis?
Why is it that Bernie Sanders is always called a "socialist"?
How do you catch Smeargle in Pokemon Go?
How to make ice magic work from a scientific point of view?
How can I remove (non-trivial) duplicates from a VCF file?
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Eww, those bytes are gross
Is subjunctive always used in the attributive clause of a superlative expression?
ST_Buffer in PostGIS produces different results for the same set of lines
Do authors have to be politically correct in article-writing?
Early credit roll before the end of the film
How can I convert an MP4 to AMV?
How to convert .mkv file into .mp4 file losslessly?Need to convert a video file from mp4 to xvidHow to convert an mpeg2 to a streamable or fragmented mp4?Any application with graphical user interface to convert video files from mp4 to avi?How can I convert my mp4 files to avi using avconv?Convert files to MP4 in sub directoriesConvert arf to mp4 or play arfNeed to convert youtube videos(mkv,mp4) & movies to be able to play on alpine car stereo(.avi)Unable to convert .arf file to mp4 in Ubuntu 16.04 LTSHow can I convert all video files in nested folders? (batch conversion)
AMV video format is a proprietary video file format, produced for MP4 players, as well as S1 MP3 players with video playback.
How can I convert MP4 videos to AMV?
I want to do this to make it work on Bertronic MP3-Player.
What I tried
$ ffmpeg -i input.mp4 output.amv
[NULL @ 0x16d2880] Unable to find a suitable output format for 'output.amv'
output.amv: Invalid argument
The following (source) seemed to work, but on the MP3-Player it gave an error message:
$ ffmpeg -i input.mp4 -map_metadata -1 -c:v amv -f avi -q:v 2 -vf scale="320:-16" -c:a libmp3lame -q:a 4 test.amv.encode.amv
ffmpeg version 2.8.10-0ubuntu0.16.04.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_aacenc --enable-libvo_amrwbenc
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
Duration: 00:04:17.91, start: 0.000000, bitrate: 692 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 854x480 [SAR 1:1 DAR 427:240], 560 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
handler_name : SoundHandler
[swscaler @ 0x1bea0e0] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to 'test.amv.encode.amv':
Metadata:
ISFT : Lavf56.40.101
Stream #0:0: Video: amv (AMVF / 0x46564D41), yuvj420p(pc), 320x176 [SAR 4697:4800 DAR 427:240], q=2-31, 200 kb/s, 23.98 fps, 23.98 tbn, 23.98 tbc (default)
Metadata:
encoder : Lavc56.60.100 amv
Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp (default)
Metadata:
encoder : Lavc56.60.100 libmp3lame
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> amv (native))
Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
frame= 6181 fps=500 q=2.0 Lsize= 71370kB time=00:04:17.90 bitrate=2267.0kbits/s
video:66671kB audio:4302kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.559218%
16.04 video-conversion
add a comment |
AMV video format is a proprietary video file format, produced for MP4 players, as well as S1 MP3 players with video playback.
How can I convert MP4 videos to AMV?
I want to do this to make it work on Bertronic MP3-Player.
What I tried
$ ffmpeg -i input.mp4 output.amv
[NULL @ 0x16d2880] Unable to find a suitable output format for 'output.amv'
output.amv: Invalid argument
The following (source) seemed to work, but on the MP3-Player it gave an error message:
$ ffmpeg -i input.mp4 -map_metadata -1 -c:v amv -f avi -q:v 2 -vf scale="320:-16" -c:a libmp3lame -q:a 4 test.amv.encode.amv
ffmpeg version 2.8.10-0ubuntu0.16.04.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_aacenc --enable-libvo_amrwbenc
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
Duration: 00:04:17.91, start: 0.000000, bitrate: 692 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 854x480 [SAR 1:1 DAR 427:240], 560 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
handler_name : SoundHandler
[swscaler @ 0x1bea0e0] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to 'test.amv.encode.amv':
Metadata:
ISFT : Lavf56.40.101
Stream #0:0: Video: amv (AMVF / 0x46564D41), yuvj420p(pc), 320x176 [SAR 4697:4800 DAR 427:240], q=2-31, 200 kb/s, 23.98 fps, 23.98 tbn, 23.98 tbc (default)
Metadata:
encoder : Lavc56.60.100 amv
Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp (default)
Metadata:
encoder : Lavc56.60.100 libmp3lame
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> amv (native))
Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
frame= 6181 fps=500 q=2.0 Lsize= 71370kB time=00:04:17.90 bitrate=2267.0kbits/s
video:66671kB audio:4302kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.559218%
16.04 video-conversion
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38
add a comment |
AMV video format is a proprietary video file format, produced for MP4 players, as well as S1 MP3 players with video playback.
How can I convert MP4 videos to AMV?
I want to do this to make it work on Bertronic MP3-Player.
What I tried
$ ffmpeg -i input.mp4 output.amv
[NULL @ 0x16d2880] Unable to find a suitable output format for 'output.amv'
output.amv: Invalid argument
The following (source) seemed to work, but on the MP3-Player it gave an error message:
$ ffmpeg -i input.mp4 -map_metadata -1 -c:v amv -f avi -q:v 2 -vf scale="320:-16" -c:a libmp3lame -q:a 4 test.amv.encode.amv
ffmpeg version 2.8.10-0ubuntu0.16.04.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_aacenc --enable-libvo_amrwbenc
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
Duration: 00:04:17.91, start: 0.000000, bitrate: 692 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 854x480 [SAR 1:1 DAR 427:240], 560 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
handler_name : SoundHandler
[swscaler @ 0x1bea0e0] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to 'test.amv.encode.amv':
Metadata:
ISFT : Lavf56.40.101
Stream #0:0: Video: amv (AMVF / 0x46564D41), yuvj420p(pc), 320x176 [SAR 4697:4800 DAR 427:240], q=2-31, 200 kb/s, 23.98 fps, 23.98 tbn, 23.98 tbc (default)
Metadata:
encoder : Lavc56.60.100 amv
Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp (default)
Metadata:
encoder : Lavc56.60.100 libmp3lame
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> amv (native))
Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
frame= 6181 fps=500 q=2.0 Lsize= 71370kB time=00:04:17.90 bitrate=2267.0kbits/s
video:66671kB audio:4302kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.559218%
16.04 video-conversion
AMV video format is a proprietary video file format, produced for MP4 players, as well as S1 MP3 players with video playback.
How can I convert MP4 videos to AMV?
I want to do this to make it work on Bertronic MP3-Player.
What I tried
$ ffmpeg -i input.mp4 output.amv
[NULL @ 0x16d2880] Unable to find a suitable output format for 'output.amv'
output.amv: Invalid argument
The following (source) seemed to work, but on the MP3-Player it gave an error message:
$ ffmpeg -i input.mp4 -map_metadata -1 -c:v amv -f avi -q:v 2 -vf scale="320:-16" -c:a libmp3lame -q:a 4 test.amv.encode.amv
ffmpeg version 2.8.10-0ubuntu0.16.04.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_aacenc --enable-libvo_amrwbenc
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf56.40.101
Duration: 00:04:17.91, start: 0.000000, bitrate: 692 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 854x480 [SAR 1:1 DAR 427:240], 560 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
handler_name : SoundHandler
[swscaler @ 0x1bea0e0] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to 'test.amv.encode.amv':
Metadata:
ISFT : Lavf56.40.101
Stream #0:0: Video: amv (AMVF / 0x46564D41), yuvj420p(pc), 320x176 [SAR 4697:4800 DAR 427:240], q=2-31, 200 kb/s, 23.98 fps, 23.98 tbn, 23.98 tbc (default)
Metadata:
encoder : Lavc56.60.100 amv
Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp (default)
Metadata:
encoder : Lavc56.60.100 libmp3lame
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> amv (native))
Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
frame= 6181 fps=500 q=2.0 Lsize= 71370kB time=00:04:17.90 bitrate=2267.0kbits/s
video:66671kB audio:4302kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.559218%
16.04 video-conversion
16.04 video-conversion
edited Dec 26 '16 at 12:32
Martin Thoma
asked Dec 26 '16 at 9:19
Martin ThomaMartin Thoma
6,697155275
6,697155275
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38
add a comment |
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38
add a comment |
3 Answers
3
active
oldest
votes
You may download a modified ffmpeg copy to support AMV from:
- https://sourceforge.net/projects/amvconv/
- or https://github.com/tomvanbraeckel/amv-codec-tools/ (Previously was at https://code.google.com/archive/p/amv-codec-tools/)
How to use:
ffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>
Reference: amv-codec-tools - HowToConvertToAMV.wiki
I tried amvconv-0.1 and it is working on Ubuntu 16.04, but I can't test it on real device.
$ ./ffmpeg-amv -i ../orig.avi -f amv -s 160x120 -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 ../test.amv
$ mediainfo ../test.amv
General
Complete name : ../test.amv
Format : AMV
Format/Info : Chinese hack of AVI
File size : 8.72 MiB
VLC codec output:

2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
add a comment |
I found I had to use a modern/standard version of ffmpeg to convert to an AVI file first, then I could use ffmpeg-amv to convert from the AVI to AMV. The commands I use are like this:
ffmpeg -i input.mp4 -s 160x128 -y convertedToAVI.avi
./ffmpeg-amv -i convertedToAVI.avi -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 convertedToAMV.amv
Note in the first command I scale the video to my cheap video player's resolution (160x128). You may need to change your resolution depending on your device's capabilities.
I'm using a
Mymahdi Digital Compact and Portable MP3 / MP4 Player
and CentOS 7.5 (but I assume this would work the same on Ubuntu).
add a comment |
I am not an expert on video conversion so I went to YouTube to find out how to convert mp4 to amv. Here is the video that did the job for me https://www.youtube.com/watch?v=FNYbFdjM-m0
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f864642%2fhow-can-i-convert-an-mp4-to-amv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may download a modified ffmpeg copy to support AMV from:
- https://sourceforge.net/projects/amvconv/
- or https://github.com/tomvanbraeckel/amv-codec-tools/ (Previously was at https://code.google.com/archive/p/amv-codec-tools/)
How to use:
ffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>
Reference: amv-codec-tools - HowToConvertToAMV.wiki
I tried amvconv-0.1 and it is working on Ubuntu 16.04, but I can't test it on real device.
$ ./ffmpeg-amv -i ../orig.avi -f amv -s 160x120 -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 ../test.amv
$ mediainfo ../test.amv
General
Complete name : ../test.amv
Format : AMV
Format/Info : Chinese hack of AVI
File size : 8.72 MiB
VLC codec output:

2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
add a comment |
You may download a modified ffmpeg copy to support AMV from:
- https://sourceforge.net/projects/amvconv/
- or https://github.com/tomvanbraeckel/amv-codec-tools/ (Previously was at https://code.google.com/archive/p/amv-codec-tools/)
How to use:
ffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>
Reference: amv-codec-tools - HowToConvertToAMV.wiki
I tried amvconv-0.1 and it is working on Ubuntu 16.04, but I can't test it on real device.
$ ./ffmpeg-amv -i ../orig.avi -f amv -s 160x120 -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 ../test.amv
$ mediainfo ../test.amv
General
Complete name : ../test.amv
Format : AMV
Format/Info : Chinese hack of AVI
File size : 8.72 MiB
VLC codec output:

2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
add a comment |
You may download a modified ffmpeg copy to support AMV from:
- https://sourceforge.net/projects/amvconv/
- or https://github.com/tomvanbraeckel/amv-codec-tools/ (Previously was at https://code.google.com/archive/p/amv-codec-tools/)
How to use:
ffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>
Reference: amv-codec-tools - HowToConvertToAMV.wiki
I tried amvconv-0.1 and it is working on Ubuntu 16.04, but I can't test it on real device.
$ ./ffmpeg-amv -i ../orig.avi -f amv -s 160x120 -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 ../test.amv
$ mediainfo ../test.amv
General
Complete name : ../test.amv
Format : AMV
Format/Info : Chinese hack of AVI
File size : 8.72 MiB
VLC codec output:

You may download a modified ffmpeg copy to support AMV from:
- https://sourceforge.net/projects/amvconv/
- or https://github.com/tomvanbraeckel/amv-codec-tools/ (Previously was at https://code.google.com/archive/p/amv-codec-tools/)
How to use:
ffmpeg -i <input> -f amv -s <width>x<height> -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 <output>
Reference: amv-codec-tools - HowToConvertToAMV.wiki
I tried amvconv-0.1 and it is working on Ubuntu 16.04, but I can't test it on real device.
$ ./ffmpeg-amv -i ../orig.avi -f amv -s 160x120 -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 ../test.amv
$ mediainfo ../test.amv
General
Complete name : ../test.amv
Format : AMV
Format/Info : Chinese hack of AVI
File size : 8.72 MiB
VLC codec output:

edited Dec 26 '16 at 15:44
answered Dec 26 '16 at 13:21
user.dzuser.dz
34.9k1194177
34.9k1194177
2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
add a comment |
2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
2
2
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
You are aware the Google Code hosting has ceased to be? The reference link is broken as well es the other link to Google. Also is the audio down sampling really necessary?
– LiveWireBT
Dec 26 '16 at 15:25
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
@LiveWireBT, Thank you I couldn't find another source for that wiki page, I fixed the project page too. No, I'm not sure about that, as I remember S1-mp3/-mp4 devices were able to play Stereo mp3 files with 44K sampling rate. I don't have that device any more to test.
– user.dz
Dec 26 '16 at 15:52
add a comment |
I found I had to use a modern/standard version of ffmpeg to convert to an AVI file first, then I could use ffmpeg-amv to convert from the AVI to AMV. The commands I use are like this:
ffmpeg -i input.mp4 -s 160x128 -y convertedToAVI.avi
./ffmpeg-amv -i convertedToAVI.avi -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 convertedToAMV.amv
Note in the first command I scale the video to my cheap video player's resolution (160x128). You may need to change your resolution depending on your device's capabilities.
I'm using a
Mymahdi Digital Compact and Portable MP3 / MP4 Player
and CentOS 7.5 (but I assume this would work the same on Ubuntu).
add a comment |
I found I had to use a modern/standard version of ffmpeg to convert to an AVI file first, then I could use ffmpeg-amv to convert from the AVI to AMV. The commands I use are like this:
ffmpeg -i input.mp4 -s 160x128 -y convertedToAVI.avi
./ffmpeg-amv -i convertedToAVI.avi -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 convertedToAMV.amv
Note in the first command I scale the video to my cheap video player's resolution (160x128). You may need to change your resolution depending on your device's capabilities.
I'm using a
Mymahdi Digital Compact and Portable MP3 / MP4 Player
and CentOS 7.5 (but I assume this would work the same on Ubuntu).
add a comment |
I found I had to use a modern/standard version of ffmpeg to convert to an AVI file first, then I could use ffmpeg-amv to convert from the AVI to AMV. The commands I use are like this:
ffmpeg -i input.mp4 -s 160x128 -y convertedToAVI.avi
./ffmpeg-amv -i convertedToAVI.avi -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 convertedToAMV.amv
Note in the first command I scale the video to my cheap video player's resolution (160x128). You may need to change your resolution depending on your device's capabilities.
I'm using a
Mymahdi Digital Compact and Portable MP3 / MP4 Player
and CentOS 7.5 (but I assume this would work the same on Ubuntu).
I found I had to use a modern/standard version of ffmpeg to convert to an AVI file first, then I could use ffmpeg-amv to convert from the AVI to AMV. The commands I use are like this:
ffmpeg -i input.mp4 -s 160x128 -y convertedToAVI.avi
./ffmpeg-amv -i convertedToAVI.avi -r 16 -ac 1 -ar 22050 -qmin 3 -qmax 3 convertedToAMV.amv
Note in the first command I scale the video to my cheap video player's resolution (160x128). You may need to change your resolution depending on your device's capabilities.
I'm using a
Mymahdi Digital Compact and Portable MP3 / MP4 Player
and CentOS 7.5 (but I assume this would work the same on Ubuntu).
edited Jul 28 '18 at 1:06
answered Jul 18 '18 at 3:09
JimJim
112
112
add a comment |
add a comment |
I am not an expert on video conversion so I went to YouTube to find out how to convert mp4 to amv. Here is the video that did the job for me https://www.youtube.com/watch?v=FNYbFdjM-m0
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am not an expert on video conversion so I went to YouTube to find out how to convert mp4 to amv. Here is the video that did the job for me https://www.youtube.com/watch?v=FNYbFdjM-m0
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am not an expert on video conversion so I went to YouTube to find out how to convert mp4 to amv. Here is the video that did the job for me https://www.youtube.com/watch?v=FNYbFdjM-m0
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am not an expert on video conversion so I went to YouTube to find out how to convert mp4 to amv. Here is the video that did the job for me https://www.youtube.com/watch?v=FNYbFdjM-m0
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 10 mins ago
Ryan ForreyRyan Forrey
1
1
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ryan Forrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f864642%2fhow-can-i-convert-an-mp4-to-amv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check this: ubuntuforums.org/showthread.php?t=2254046 the ffmpeg command in the third post should work.
– JonasCz
Dec 26 '16 at 10:17
@JonasCz No, it doesn't. That is exactly the command I've tried (see above). ffmpeg does something, but the file cannot be played on the device.
– Martin Thoma
Dec 26 '16 at 12:33
What version of ffmpeg are you using? The one from the Ubuntu repositories? I tried your example on a test file with the static builds which, contrary to user.dz, won't play in my VLC, but in ffplay and mpv, I don't think I have a device to test such file formats though.
– LiveWireBT
Dec 26 '16 at 15:34
@JonasCz Good to see that old Ubuntu Forums post of mine is still useful :)
– andrew.46
Dec 30 '16 at 2:55
@MartinThoma Just revisiting this thread, amv still working fine here, can you give any more details of the error message given by your device?
– andrew.46
Dec 25 '17 at 8:38