[FFmpeg-user] MPEG-TS trouble

Andrey Utkin andrey.krieger.utkin at gmail.com
Wed Mar 21 11:23:49 CET 2012


2012/3/21 Carl Eugen Hoyos <cehoyos at ag.or.at>:
> Andrey Utkin <andrey.krieger.utkin <at> gmail.com> writes:
>
>> 2012/3/21 Carl Eugen Hoyos <cehoyos <at> ag.or.at>:
>> > No transcoding takes place with above command line.
>>
>> Carl, i think you're wrong here, i use this bitstream filter with -c
>> copy successfully.
>
> But a bitstream filter does no transcoding afaict.

Ah, sorry, i misunderstood you.

roko,
First of all check that you use recent ffmpeg, at last 0.10 version.
Then try doing
ffmpeg -i rtsp://admin:admin@192.168.99.146/11 -vcodec copy -y -r 25 algo.mp4
ffmpeg -loglevel debug -i algo.mp4 -c copy -y -r 25 -vbsf
h264_mp4toannexb algo.ts
And report here does error stays. If so, please share full log of
second command execution, and algo.mp4 file.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list