[gstreamer-bugs] [Bug 600895] ffenc_dvvideo : doesn't list resolution/details it supports

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 5 23:38:16 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=600895
  GStreamer | gst-ffmpeg | 0.10.25

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com
            Summary|ffenc_dvvideo results in    |ffenc_dvvideo : doesn't
                   |negotiation errors          |list resolution/details it
                   |                            |supports

--- Comment #4 from Edward Hervey <bilboed at gmail.com> 2009-11-06 07:38:15 UTC ---
It's failing to encode because the DV encoder will only accept very specific
specs.

In this case, for example, it's not in the correct pixel format (Y41B for
720x480)

This pipeline makes it render fine :
gst-launch -v filesrc location=SDV_0104.MP4 ! decodebin  ! ffmpegcolorspace !
"video/x-raw-yuv,format=(fourcc)Y41B" ! ffenc_dvvideo ! qtmux ! filesink
location=out.mov

This bug is very similar to the equivalent ones for ffenc_dnxhd (#574725) and
ffenc_h264 (578160)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list