[FFmpeg-user] FFmpeg strips descriptors from PMT table (MPEG TS)

2015-04-17 Thread Denis Mysenko
I'm generating HLS (MPEG TS) segments using ffmpeg, like this: ffmpeg -i ./test1.ts -hls_time 10 -hls_list_size 6 -hls_segment_filename 'testing_%03d.ts' -hls_flags delete_segments -acodec copy -vcodec copy -codec:d copy -map 0:0 -map 0:1 -map 0:2 ./testing.m3u8 Console output looks fine: Stre

[FFmpeg-user] nvenc default

2015-04-17 Thread Roger Pack
Hello. I noticed that if you enable "nvenc" then it is used as the default video codec for mp4 container. This can "break" for the default if used on boxes that don't have nvidia hardware. Suggestion/feature request: default to libx264 for mp4 container (however that is accomplished). Cheers! -ro

Re: [FFmpeg-user] Capture 1080 50i from decklink

2015-04-17 Thread Andy Furniss
Maxim Kozlov wrote: I'm shure? that souce is 50i, but ffmpeg tells me I think 1080i25 is the correct way to describe "50i" - if what is captured are weaved frames then there are only 25 of them per sec. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.

Re: [FFmpeg-user] Capture 1080 50i from decklink

2015-04-17 Thread Maxim Kozlov
I'm shure? that souce is 50i, but ffmpeg tells me [decklink @ 0x2c0f080] Found Decklink mode 1920 x 1080 with rate 25.00(i) $ /misc/encoder/ffmpeg_ubuntu/compiled/bin/ffmpeg -f decklink -i 'DeckLink SDI (1)@9' -acodec copy -vcodec copy /home/support/recordings/out.avi ffmpeg version 2.6.git Copyr

[FFmpeg-user] Capture 1080 50i from decklink

2015-04-17 Thread Maxim Kozlov
Hi. Is it possible to capture full hd 1920x1080 50i source? -list_formats allows only 25 fps $ ffmpeg -f decklink -list_formats 1 -i 'DeckLink SDI (1)' ffmpeg version 2.6.git Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --disable-sha

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-04-17 Thread Christoph Gerstbauer
Only implementing for IMX feels wrong, and only including certain flags for certain formats could be kludgy. As I say it needs thinking about, and at the moment I am more involved in a deeper overhaul of the whole mxf UL handling to try and make things more transparent, and as I am about to go on