looking for supported muxers for x265enc

Nicolas Dufresne nicolas at ndufresne.ca
Tue May 2 17:14:43 UTC 2017


Le mardi 02 mai 2017 à 16:19 +0200, hammer.werfer at gmx.de a écrit :
> Hi,
>  
> i am trying to encode a UHD 4k video with gstreamer.
>  
> gst-launch.exe -e videotestsrc pattern=snow ! video/x-
> raw,width=3840,height=2160 ! queue ! x265enc ! matroskamux ! filesink
> location=test.mkv
> WARNUNG: Fehlerhafte Leitung: x265enc0 konnte nicht mit matroskamux0
> verknüpft werden
>  
> sorry for the german error message. must be something like could not
> link x265enc0 to matraskamux or similar.
>  
> gst-launch.exe -e videotestsrc pattern=snow ! video/x-
> raw,width=3840,height=2160 ! queue ! x265enc ! avimux ! filesink
> location=test.avi
> results in same error message
>  
>  
> The following works:
> gst-launch.exe -e videotestsrc pattern=snow ! video/x-
> raw,width=3840,height=2160 ! queue ! x265enc ! mpegtsmux ! filesink
> location=test.ts
>  
> But my TV cannot play this file. What are other muxers i can try? Am
> i using the right encoder (x265) for 4k videos?

You can use qtmux which generates ISOMP4 commonly known as mov files.
Most TV should play those.

>  
> Thanks,
> Jens
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170502/a914b2a9/attachment.sig>


More information about the gstreamer-devel mailing list