Hello,
I tried
Code:
ffmpeg -i rtsp://root:obvious@10.0.0.64:554/mpeg4/media.amp out.mp4
And it came back
"Illegal instruction"
Code:
ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
built on Sep 28 2012 10:45:48 with gcc 4.6 (Debian 4.6.3-10)
configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -DPIC' --extra-ldflags='-Wl,-z,relro' --cc='ccache distcc cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-nonfree --disable-decoder=libdirac --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo-aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/arm-linux-gnueabi --disable-vda --enable-libbluray --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl --enable-libass --enable-libdc1394 --disable-altivec --disable-armv5t libavutil 51. 73.101 / 51. 73.101
libavcodec 54. 59.100 / 54. 59.100
libavformat 54. 29.104 / 54. 29.104
libavdevice 54. 2.101 / 54. 2.101
libavfilter 3. 17.100 / 3. 17.100
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0. 0
[rtsp @ 0x4ef40] Estimating duration from bitrate, this may be inaccurate
Input #0, rtsp, from 'rtsp://root:obvious@10.0.0.64:554/mpeg4/media.amp':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.166078, bitrate: N/A
Stream #0:0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 800x600 [SAR 1:1 DAR 4:3], 24.08 tbr, 90k tbn, 1k tbc
Illegal instruction
Any thoughts on what might be going on?
Also, I require no idea from the video, so could I run:
Code:
ffmpeg -i -an rtsp://root:obvious@10.0.0.64:554/mpeg4/media.amp out.mp4
??
Thanks for the help!