aflog
July 10th, 2008, 03:47 AM
Hey guys (and girls :P)
Im *trying* to convert an avi video of mine to .wmv using ffmpeg. The problem is the audio is AAC format. Ive searched google and the net, and im a complete noob at video conversion using command line and their complex talk confuzzles me. Ill give you my output:
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
[wmv3 @ 0xb7e3d6e8]WMV3 Complex Profile is not fully supported
[wmv3 @ 0xb7e3d6e8]1 for reserved RES_X8 is forbidden
[wmv3 @ 0xb7e3d6e8]0 for reserved RES_FASTTX is forbidden
[wmv3 @ 0xb7e3d6e8]Extra data: 16 bits left, value: 402F
Input #0, avi, from 'Mahoromatic_S1_03.DVD(AAC)[KAA][76BEAFA3].avi':
Duration: 00:24:21.1, start: 0.000000, bitrate: 1335 kb/s
Stream #0.0: Video: wmv3, yuv420p, 704x396, 23.98 fps(r)
Stream #0.1: Audio: 0x00ff, 48000 Hz, stereo, 146 kb/s
Output #0, asf, to 'Mahoro_3.wmv':
Stream #0.0: Video: msmpeg4, yuv420p, 320x240, q=2-31, 200 kb/s, 23.98 fps(c)
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[wmv3 @ 0xb7e3d6e8]WMV3 Complex Profile is not fully supported
[wmv3 @ 0xb7e3d6e8]1 for reserved RES_X8 is forbidden
[wmv3 @ 0xb7e3d6e8]0 for reserved RES_FASTTX is forbidden
[wmv3 @ 0xb7e3d6e8]Extra data: 16 bits left, value: 402F
Unsupported codec ( id=86018 ) for input stream #0.1
The problem appears to be the bottom line.
If anyone can help thatd be great ^^
thanks
Jayden
PS: i suppose the command i gave would help too ^^"
ffmpeg -i "Mahoromatic_S1_03.DVD(AAC)[KAA][76BEAFA3].avi" -s 320x240 -sameq "Mahoro_3.wmv"
Im *trying* to convert an avi video of mine to .wmv using ffmpeg. The problem is the audio is AAC format. Ive searched google and the net, and im a complete noob at video conversion using command line and their complex talk confuzzles me. Ill give you my output:
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
[wmv3 @ 0xb7e3d6e8]WMV3 Complex Profile is not fully supported
[wmv3 @ 0xb7e3d6e8]1 for reserved RES_X8 is forbidden
[wmv3 @ 0xb7e3d6e8]0 for reserved RES_FASTTX is forbidden
[wmv3 @ 0xb7e3d6e8]Extra data: 16 bits left, value: 402F
Input #0, avi, from 'Mahoromatic_S1_03.DVD(AAC)[KAA][76BEAFA3].avi':
Duration: 00:24:21.1, start: 0.000000, bitrate: 1335 kb/s
Stream #0.0: Video: wmv3, yuv420p, 704x396, 23.98 fps(r)
Stream #0.1: Audio: 0x00ff, 48000 Hz, stereo, 146 kb/s
Output #0, asf, to 'Mahoro_3.wmv':
Stream #0.0: Video: msmpeg4, yuv420p, 320x240, q=2-31, 200 kb/s, 23.98 fps(c)
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[wmv3 @ 0xb7e3d6e8]WMV3 Complex Profile is not fully supported
[wmv3 @ 0xb7e3d6e8]1 for reserved RES_X8 is forbidden
[wmv3 @ 0xb7e3d6e8]0 for reserved RES_FASTTX is forbidden
[wmv3 @ 0xb7e3d6e8]Extra data: 16 bits left, value: 402F
Unsupported codec ( id=86018 ) for input stream #0.1
The problem appears to be the bottom line.
If anyone can help thatd be great ^^
thanks
Jayden
PS: i suppose the command i gave would help too ^^"
ffmpeg -i "Mahoromatic_S1_03.DVD(AAC)[KAA][76BEAFA3].avi" -s 320x240 -sameq "Mahoro_3.wmv"