Hello.
I encoded (with ffmpeg) two mpegts-h264 video file:
| | Uploadfiles.io - bruttofile.ts Upload files, for free, securely, anonymously, without limits. @UploadFilesFree | | | |
| | Uploadfiles.io - bruttofile2.ts Upload files, for free, securely, anonymously, without limits. @UploadFilesFree | | | |
The first one is encoded with gop-size=25, the second one with gop-size=5.
I'm trying to play them with (gstreamer 1.12.2):
"gst-launch-1.0 -v filesrc location=file.ts ! tsdemux name=demuxer demuxer. ! h264parse ! avdec_h264 ! autovideosink"
and I can play well the second one, while in the first one many frames are dropped.
I can correctly play both of them with VLC or ffplay.
What's wrong with gst-launch and how can I fix it?
Thanks
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel