SOLVED: GES project Destination Filename

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SOLVED: GES project Destination Filename

killerrats
Administrator
This post was updated on .
I have successfully opened and wrote a destination file for GES for rendering
the project. This successfully works If i just load the gstreamer without coping or loading plugins from the local application folder.

If I copy the necessary plugins that I need, the render doesn't
seem to write to the destination file. It seems to have the position at
99:99:99:000.

I don't know if it's that I need another plugin or destination filename is
not proper because it will say destination file not valid. But I look in the
debug log for the successful wrote to file and says the same thing.

Attemps:
file://C/temp/filepath.mp4
file://C:/temp/filepath.mp4
C:/temp/filepath.mp4
file:////[PC]/C$/temp/filepath.mp4



-----
------------------------------
Gstreamer 1.14.3
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows
Reply | Threaded
Open this post in threaded view
|

Re: GES project Destination Filename

killerrats
Administrator
used the method to put into char.

std::string destFile = "file://C/temp/filepath.mp4"

gchar* uri= g_strdup_printf("%s", destFile.c_str());

ges_pipeline_set_render_settings(gespipeline, uri, [PROFILE]);
ges_pipeline_set_mode(gespipeline, GES_PIPELINE_MODE_SMART_RENDER);



-----
------------------------------
Gstreamer 1.14.3
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows
Reply | Threaded
Open this post in threaded view
|

Re: GES project Destination Filename

David Ing
Try "file:///c:/temp/filepath.mp4"

On Wed, Nov 20, 2019 at 12:24 PM killerrats <[hidden email]> wrote:
used the method to put into char.

std::string destFile = "file://C/temp/filepath.mp4"

gchar* uri= g_strdup_printf("%s", destFile.c_str());

ges_pipeline_set_render_settings(gespipeline, uri, [PROFILE]);
ges_pipeline_set_mode(gespipeline, GES_PIPELINE_MODE_SMART_RENDER);



-----
------------------------------
Gstreamer 1.14.3
------------------------------
Windows
--
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