Re: [FFmpeg-user] Transport Stream Descriptors

2016-09-09 Thread Marcelo Boufleur
> > Iirc, this is not possible (there may have been a patch once, > not sure), patch probably welcome! Track #5837 created, thank you Carl Eugen. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] How to TFF H264 stream to TFF MPEG2

2016-09-09 Thread William Caulfield
On Thu, Sep 8, 2016 at 11:50 PM, HaiJiao Qiao 乔海娇 wrote: > Dear all, > > I’m trying reencode a H264 stream to MPEG2. The H264 is interlaced, top > field first stream. > For the output MPEG2 stream, I also want a interlaced, TFF stream. > > FFMPEG command: >

[FFmpeg-user] How to TFF H264 stream to TFF MPEG2

2016-09-09 Thread HaiJiao Qiao 乔海娇
Dear all, I’m trying reencode a H264 stream to MPEG2. The H264 is interlaced, top field first stream. For the output MPEG2 stream, I also want a interlaced, TFF stream. FFMPEG command: “ffmpeg.exe -i f:\BUGS\YingHai_ENCODER\ORIGINAL\out.h264 -vf

Re: [FFmpeg-user] FFMPEG absolute time seeking

2016-09-09 Thread Carl Eugen Hoyos
Hi! 2016-09-07 9:58 GMT+02:00 Philip Goh : > Is this possible in FFMPEG? I don't think so (FFmpeg shows you the start_time of the stream so you can calculate the necessary relative value), patch probably welcome. Carl Eugen

Re: [FFmpeg-user] Transport Stream Descriptors

2016-09-09 Thread Carl Eugen Hoyos
2016-09-08 21:51 GMT+02:00 Marcelo Boufleur : > I would still like to go back to ATSC version and try to > recreate the original descriptors. Iirc, this is not possible (there may have been a patch once, not sure), patch probably welcome! Carl Eugen

Re: [FFmpeg-user] ffmpeg3 crashes on sending rtsp

2016-09-09 Thread Paul B Mahol
On 9/9/16, Shi Qiu wrote: > It's ok to send rtsp steaming to rtsp server with ffmpeg2, but crashed when > sending with ffmpeg3. > > The command used with ffmpeg2: > ffmpeg -f dshow -i video="XXX":audio="XXX" -preset fast -c:v libx264 -c:a > aac -strict -2 -ab 128k -ar 44100 -f

Re: [FFmpeg-user] ffmpeg3 crashes on sending rtsp

2016-09-09 Thread Carl Eugen Hoyos
2016-09-09 11:18 GMT+02:00 Shi Qiu : > The command used with ffmpeg3(crashed): > ffmpeg -f dshow -i video="XXX":audio="XXX" > -preset fast -c:v libx264 -c:a > aac -ab 128k -ar 44100 -f rtsp rtsp://XXX (Complete, uncut console output missing.) If you cannot provide a

[FFmpeg-user] ffmpeg3 crashes on sending rtsp

2016-09-09 Thread Shi Qiu
It's ok to send rtsp steaming to rtsp server with ffmpeg2, but crashed when sending with ffmpeg3. The command used with ffmpeg2: ffmpeg -f dshow -i video="XXX":audio="XXX" -preset fast -c:v libx264 -c:a aac -strict -2 -ab 128k -ar 44100 -f rtsp rtsp://XXX The command used with ffmpeg3(crashed):

Re: [FFmpeg-user] BBC Turingcodec

2016-09-09 Thread Sven C. Dack
On 09/09/16 09:48, Sven C. Dack wrote: On 09/09/16 09:15, Rens Dijkshoorn wrote: Hi, any plans to include build options to support the BBC turingcodec. For who are not familiar with the project its an opensource HEVC compliant codec Source can be found at https://github.com/bbc/turingcodec

Re: [FFmpeg-user] BBC Turingcodec

2016-09-09 Thread Sven C. Dack
On 09/09/16 09:15, Rens Dijkshoorn wrote: Hi, any plans to include build options to support the BBC turingcodec. For who are not familiar with the project its an opensource HEVC compliant codec Source can be found at https://github.com/bbc/turingcodec Rens Hello Rens, can you tell what