Hi,gstreamers.
Videoparse has a property called "framerate". But I don't really understand it correctly. Does it mean that the upstream must pass it via given framerate,or that the final formed file has this framerate? For another thing,we can also set framerate in the "caps".And what does this framerate mean? As for encoder(omxh265enc), how can I set the encoded video file a given framerate file(omxh265enc doesn't have a property named "framerate")? -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
To adjust the framerate I use the videorate plugin followed by a CAPS structure defining the framerate I wish to have. I am only halving my framerate and for this I set the parameters drop-only and skip-to-first. It does however introduce some jitter Gruesse -----Ursprüngliche Nachricht----- Von: gstreamer-devel <[hidden email]> Im Auftrag von surprised Gesendet: Dienstag, 29. Oktober 2019 08:20 An: [hidden email] Betreff: understanding about framerate in diffrent plugins. Hi,gstreamers. Videoparse has a property called "framerate". But I don't really understand it correctly. Does it mean that the upstream must pass it via given framerate,or that the final formed file has this framerate? For another thing,we can also set framerate in the "caps".And what does this framerate mean? As for encoder(omxh265enc), how can I set the encoded video file a given framerate file(omxh265enc doesn't have a property named "framerate")? -- Sent from: https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgstreamer-devel.966125.n4.nabble.com%2F&data=02%7C01%7C%7C2d9c8f0479ac405f2d1908d75c4ddc99%7C28042244bb514cd680347776fa3703e8%7C1%7C0%7C637079361788635495&sdata=CJKo6kg97o%2FhPF1utwWWxtu6iDoiaRlM93KwSinKXk4%3D&reserved=0 _______________________________________________ gstreamer-devel mailing list [hidden email] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Fgstreamer-devel&data=02%7C01%7C%7C2d9c8f0479ac405f2d1908d75c4ddc99%7C28042244bb514cd680347776fa3703e8%7C1%7C0%7C637079361788635495&sdata=ItyxXuSOjBXV6GO1qd5H4YVsYhqwqYXFqlRzBOp9C6U%3D&reserved=0 _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,I'm sorrry.I still don't konw what does "framerate" of videoparse mean?
Can you give a detailed description?Thank you. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by surprised
Le mardi 29 octobre 2019 à 02:20 -0500, surprised a écrit :
> Hi,gstreamers. > Videoparse has a property called "framerate". But I don't really > understand it correctly. Does it mean that the upstream must pass it via > given framerate,or that the final formed file has this framerate? For > another thing,we can also set framerate in the "caps".And what does this > framerate mean? As for encoder(omxh265enc), how can I set the encoded video > file a given framerate file(omxh265enc doesn't have a property named > "framerate")? videoparse (or rawvideoparse these day), is a debugging tool so you can take raw frame from disk, cut them up in valid frame chunk, and set timestamp on it. The framerate is used to craft the timestamp. Nicolas > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (201 bytes) Download Attachment |
Free forum by Nabble | Edit this page |