video conversion

Patrick Welche prlw1 at cam.ac.uk
Mon Jun 26 15:00:11 UTC 2017


On Mon, Jun 26, 2017 at 04:05:07AM -0700, Arjen Veenhuizen wrote:
> I think you almost got it right, except for the fact that you are missing a
> bitstream parsing element before the decoder:

Thanks! I wouldn't have guessed...

gst-launch-1.0 -v \
  filesrc location="DAV_3319.MOV" ! qtdemux name=d \
    d. ! h264parse ! avdec_h264 ! theoraenc ! oggmux \
       ! filesink location="output.ogg"

did the trick.


Cheers,

Patrick


More information about the gstreamer-devel mailing list