[FFmpeg-trac] #6147(ffmpeg:new): wrong resolution in output

FFmpeg trac at avcodec.org
Mon Feb 13 17:11:03 EET 2017


#6147: wrong resolution in output
-----------------------------------+---------------------------------------
             Reporter:  ferrusqui  |                     Type:  defect
               Status:  new        |                 Priority:  critical
            Component:  ffmpeg     |                  Version:  unspecified
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+---------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 I'm triyng to use ffserver to restream an h264 video stream with 1280x720
 resolution as mjpeg. All work good but the image I can see connecting to
 ffserver is pixelated. The nominal resolution is 1280x720, but it seems an
 upscale from a smaller resolution. If I try to get the stream h264
 directly from ffmpeg the resolution it's ok, I didn't understand if the
 problem is in input on ffserver or in output of ffmpeg.
 My ffserver.conf file is:
 # Multipart JPEG

 <Stream test.mjpg>
 Feed feed1.ffm
 Format mpjpeg
 VideoFrameRate 1
 VideoSize 1280x720
 VideoIntraOnly
 #VideoQMin 1
 VideoBitRate 128
 VideoHighQuality
 NoAudio
 NoDefaults
 Strict -1
 </Stream>

 and I launch the software as following:


 ffserver -d -f /etc/ffserver.conf & ffmpeg -i
 rtsp://user:pwd@xxx.xxx.xxx.xxx:88/videoMain -an
 http://localhost:8090/feed1.ffm

 Do I need to change something also in the <Feed feed1.ffm> part?

 Thanks

 Ferruccio

 ffmpeg version
 built on ...
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6147>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list