Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: However with x264 encoder and -flags +ilme+ildct output is [libx264 @ 0x2940600] interlace + weightp is not implemented [libx264 @ 0x2940600] using mv_range_thread = 24 [libx264 @ 0x2940600] using SAR=16/15 [libx264 @ 0x2940600] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 14:20, Andy Furniss wrote: > MrNice wrote: > >> However with x264 encoder and -flags +ilme+ildct output is >> >> [libx264 @ 0x2940600] interlace + weightp is not implemented [libx264 >> @ 0x2940600] using mv_range_thread = 24 [libx264 @ 0x2940600] using >> SAR=16/15 [libx264 @

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: May I ask for another favour? Could you have a look at this thread http://ffmpeg-users.933282.n4.nabble.com/Application-provided-invalid-non-monotonically-increasing-dts-to-muxer-in-stream-td4672326.html I have seen that but have no idea what the issue is. Related to this issue

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
I had a closer look on what I did previously. With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing => I'll remove it Moreover, documentation says: Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and MPEG-4 only) With x264, debug returns a warning: interlace

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 10:26, MrNice wrote: > > I had a closer look on what I did previously. > With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing > => I'll remove it > Moreover, documentation says: > Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and > MPEG-4

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: On 02/11/15 10:26, MrNice wrote: I had a closer look on what I did previously. With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing => I'll remove it Moreover, documentation says: Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and MPEG-4

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-31 Thread MrNice
On 30/10/15 17:09, MrNice wrote: > > On 29/10/15 20:09, Andy Furniss wrote: >> Carl Eugen Hoyos wrote: >>> MrNice iol.ie> writes: >>> When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-31 Thread Andy Furniss
MrNice wrote: Carl Eugen said on Dec 19, 2012: "To the best of my knowledge, only visual inspection tells you, ..." Yes or idet as you have found which also gives the field dominance info you need. Without idet, to find tff/bff you would need to deinterlace with say yadif=1 while setting

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-30 Thread MrNice
On 29/10/15 20:09, Andy Furniss wrote: > Carl Eugen Hoyos wrote: >> MrNice iol.ie> writes: >> >>> When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts >>> mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 >>> -thread_queue_size 512 -i /dev/video0 -c:v ffv1 -level 3 -g 1 >>>

[FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread MrNice
Hi, When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 -pix_fmt yuv422p /Store3/Test/t_`date +%Y%m%d_%H%M`.mkv -aspect 4:3 -f sdl "Dazzle output"

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread Andy Furniss
MrNice wrote: To confirm I have an interlaced USB video, I tried ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v libx264 -preset slow -qp 0 -flags +ilme+ildct -aspect 4:3 -pix_fmt yuv422p This doesn't confirm

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread MrNice
On 29/10/15 17:49, Carl Eugen Hoyos wrote: > MrNice iol.ie> writes: > >> When I capture some video with the CL >> ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 >> -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 >> -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 >>

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread Andy Furniss
Carl Eugen Hoyos wrote: MrNice iol.ie> writes: When I capture some video with the CL ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 -pix_fmt yuv422p /Store3/Test/t_`date

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread Andy Furniss
Andy Furniss wrote: MrNice wrote: To confirm I have an interlaced USB video, I tried ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 -i /dev/video0 -c:v libx264 -preset slow -qp 0 -flags +ilme+ildct -aspect 4:3 -pix_fmt yuv422p

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-10-29 Thread Carl Eugen Hoyos
MrNice iol.ie> writes: > When I capture some video with the CL > ./ffmpeg -debug 1 -f v4l2 -ts mono2abs -channel 1 > -video_size 720x576 -pix_fmt yuyv422 -thread_queue_size 512 > -i /dev/video0 -c:v ffv1 -level 3 -g 1 -aspect 4:3 > -pix_fmt yuv422p /Store3/Test/t_`date +%Y%m%d_%H%M`.mkv >