Skip to content

Instantly share code, notes, and snippets.

@shamun
Created July 31, 2011 11:15
Show Gist options
  • Save shamun/1116716 to your computer and use it in GitHub Desktop.
Save shamun/1116716 to your computer and use it in GitHub Desktop.
# ffmpeg -i rtsp://dmzosx001.dpa.act.gov.au/medium -acodec copy -vcodec copy /tmp/out.mkv
FFmpeg version 0.6.90-rc0, Copyright (c) 2000-2011 the FFmpeg developers
built on Apr 11 2011 20:48:31 with gcc 4.6.0 20110331 (Red Hat 4.6.0-2)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i686 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' --enable-bzlib --enable-libdc1394 --enable-libdirac --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib --cpu=i686 --enable-runtime-cpudetect
libavutil 50. 40. 0 / 50. 40. 0
libavcodec 52.117. 0 / 52.117. 0
libavformat 52.104. 0 / 52.104. 0
libavdevice 52. 4. 0 / 52. 4. 0
libavfilter 1. 76. 0 / 1. 76. 0
libswscale 0. 13. 0 / 0. 13. 0
libpostproc 51. 2. 0 / 51. 2. 0
[rtsp @ 0x92fda60] Estimating duration from bitrate, this may be inaccurate
Seems stream 1 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 25.00 (25/1)
Input #0, rtsp, from 'rtsp://dmzosx001.dpa.act.gov.au/medium':
Metadata:
title : Wirecast
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0.0: Audio: aac, 32000 Hz, stereo, s16
Stream #0.1: Video: h264 (Main), yuv420p, 320x240, 25 tbr, 90k tbn, 180k tbc
Output #0, matroska, to '/tmp/out.mkv':
Metadata:
title : Wirecast
encoder : Lavf52.104.0
Stream #0.0: Video: libx264, yuv420p, 320x240, q=2-31, 1k tbn, 90k tbc
Stream #0.1: Audio: aac, 32000 Hz, stereo
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
Press [q] to stop encoding
[matroska @ 0x9304210] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 134232032 >= 134229088
av_interleaved_write_frame(): Invalid data found when processing input
You have mail in /var/spool/mail/root
[root@example ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment