[FFmpeg-devel] Fwd: Transcode VP8 RTP stream to mpeg1 video frames.

Ajay Choudary ajay6ft at gmail.com
Wed May 20 13:15:22 CEST 2015


Hi Ronald,

Thank you for your quick response, i was new to ffmeg mailing lists.
I tried with sdp_file option as shown in below command,
# ffmpeg -vcodec vp8 -sdp_file file.sdp -i rtp://192.168.1.93:15000  -f
mpeg1video -b: 400k -r 30  http://192.168.1.11:8082/url/640/480/
ffmpeg version n2.5.6-3-ga2ad7fd Copyright (c) 2000-2015 the FFmpeg
developers
  built on May  1 2015 13:18:01 with gcc 4.4.7 (GCC) 20120313 (Red Hat
4.4.7-11)
  configuration: --enable-nonfree --enable-gpl --enable-libvpx
--enable-decoder=aac --enable-libx264 --enable-demuxer=mov --enable-x11grab
--enable-zlib --enable-protocol=http --enable-filter=aformat
--enable-filter=volume --enable-filter=aresample --prefix=/usr/
--libdir=/usr/lib64/
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 13.100 / 56. 13.100
  libavformat    56. 15.102 / 56. 15.102
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  2.103 /  5.  2.103
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
*Unrecognized option 'sdp_file'.*
Error splitting the argument list: Option not found.

i searched ffmpeg source code, no where they are processing -sdp_file
option.

Thanks & Regards for your valuable time.
-Ajay




On Wed, May 20, 2015 at 4:27 PM, Ronald S. Bultje <rsbultje at gmail.com>
wrote:

> Hi,
>
> On Wed, May 20, 2015 at 6:49 AM, Ajay Choudary <ajay6ft at gmail.com> wrote:
>
> > ffmpeg is reading rtp and detecting payload value (VP8 = 100), i try to
> > provide sdp file with  *-sdp_file option * but it is invalid argument.
>
>
> I don't see that invocation anywhere in your email. Most likely, you placed
> -sdp_file after -i (it should be before).
>
> Also, user questions don't belong on this list, but should go to the user
> list.
>
> Ronald
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list