[FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602| Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:   |   Blocked By:
  green,benetian blinds  |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
 Summary of the bug:
 I use the dvblast to generate UDP streams for the input of ffmpeg. When
 the ffmpeg starts to transcode, it is very stable and normal. But, I don't
 know what exactly time the video become cross green lines on the video. It
 can't no longer return to normal.
 [[Image(http://imgur.com/vijc7oJ.jpg)]]

 How to reproduce:
 I don't know how can reproduce this. When I restart the ffmpeg process, it
 returns to normal.

 But, I upload the input file(generated by dvblast, recorded by vlc) and
 the output file(HLS format, generated by ffmpeg via the below command) to
 the ftp. In addition, a complete console output also on the ftp(about
 283MB).

 And, the input file and the output file is not the same program segment,
 but they are also in the period in problem in the case.

 I have uploaded files to the ftp server.

 input:  1403781705_input_small.ts
 output: 0800200c9a66.m3u8, 0800200c9a66[24-47].ts
 complete console output: 1403781705_complete_Output_Log.log

 The command:
 {{{
 /home/andy/ffmpeg -re -f mpegts -i udp://127.0.0.1:5 -c:v libx264
 -preset slow -deinterlace -crf 23 -pix_fmt yuv420p -g 150 -acodec
 libfdk_aac -b:a 128k -ac 2 -ar 44100 -loglevel debug -threads 0 -hls_time
 5 -hls_wrap 100 -hls_list_size 24 -f hls /mnt/video/7/0800200c9a66.m3u8
 }}}

 The console output(segment, due to complete console output about 259MB):
 {{{
 ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Jun 19 2014 13:29:19 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
   configuration: --prefix=/root/ffmpeg_build --enable-static --extra-
 cflags='-I/root/ffmpeg_build/include -static' --extra-
 ldflags='-L/root/ffmpeg_build/lib -static' --bindir=/root/bin --extra-
 libs=-ldl --enable-gpl --enable-libfdk-aac --enable-libmp3lame --enable-
 libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-
 libx264 --enable-nonfree --disable-shared --enable-bzlib --enable-zlib
 --enable-postproc --enable-runtime-cpudetect --enable-gray --enable-
 libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-
 amrwbenc --enable-version3 --enable-libfdk_aac
   libavutil  52. 89.100 / 52. 89.100
   libavcodec 55. 67.100 / 55. 67.100
   libavformat55. 43.100 / 55. 43.100
   libavdevice55. 13.101 / 55. 13.101
   libavfilter 4.  8.100 /  4.  8.100
   libswscale  2.  6.100 /  2.  6.100
   libswresample   0. 19.100 /  0. 19.100
   libpostproc52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-re' ... matched as option 're' (read input at native
 frame rate) with argument '1'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'mpegts'.
 Reading option '-i' ... matched as input file with argument
 'udp://127.0.0.1:5'.
 Reading option '-c:v' ... matched as option 'c' (codec name) with argument
 'libx264'.
 Reading option '-preset' ... matched as AVOption 'preset' with argument
 'slow'.
 Reading option '-deinterlace' ... matched as option 'deinterlace' (this
 option is deprecated, use the yadif filter instead) with argument '1'.
 Reading option '-crf' ... matched as AVOption 'crf' with argument '23'.
 Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel
 format) with argument 'yuv420p'.
 Reading option '-g' ... matched as AVOption 'g' with argument '150'.
 Reading option '-g' ... matched as AVOption 'g' with argument '150'.
 Reading option '-acodec' ... matched as option 'acodec' (force audio codec
 ('copy' to copy stream)) with argument 'libfdk_aac'.
 Reading option '-b:a' ... matched as option 'b' (video bitrate (please use
 -b:v)) with argument '128k'.
 Reading option '-ac' ... matched as option 'ac' (set number of audio
 channels) with argument '2'.
 Reading option '-ar' ... matched as option 'ar' (set audio sampling rate
 (in Hz)) with argument '44100'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-threads' ... matched as AVOption 'threads' with argument
 '0'.
 Reading option '-hls_time' ... matched as AVOption 'hls_time' with
 argument '5'.
 Reading option '-hls_wrap' ... matched as AVOption 'hls_wrap' with
 argument '100'.
 Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size'
 with argument '24'.
 Reading option '-f' ... matched as 

Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * keywords:  green,benetian blinds =


Comment:

 How can I reproduce this?
 I mean if I download the source file you uploaded how do I get the broken
 output?

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by herman602):

 Sorry,
 In my observation, it happens in random.
 I have no accurate steps to reproduce this now.

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:2
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 Does it also happen with file input? Or only with udp input?
 Does it also happen if you use a native encoder like mpeg2video? Or only
 with x264?

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:3
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by herman602):

 I can't use dvblast to regenerate that UDP stream,
 so I use VLC to stream the input file which I uploaded.

 After I tested it, the result is

 file input + x264, OK
 file input + mpeg2video, OK
 udp input + x264, OK
 udp input + mpeg2video, OK

 But at the problem time, I use the VLC player to watch the video which
 generated by dvblast is normal. It's strange.

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:4
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 So are you reporting a dvblast problem?

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:5
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3744(undetermined:new): green benetian blinds on the video

2014-06-26 Thread FFmpeg
#3744: green benetian blinds on the video
-+-
 Reporter:  herman602|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by herman602):

 Sorry, it's not.
 At that time time, I killed that ffmpeg process, and I restarted the
 ffmpeg,
 the video output become normal. And, I use the VLC player to watch the
 video stream generated by dvblast is normal, but after the ffmpeg
 transcoding process, the output is broken.

--
Ticket URL: https://trac.ffmpeg.org/ticket/3744#comment:6
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac