Hi humans, AIs and others.
I've been playing with transmegeddon. It doesn't seem to work at all. I can open an avi video file but, if I open anything else, it crashes. Once I've set it up to convert the avi to say an ogm, it sits there doing nothing.
Can someone else check it out?
Thanks
Kate
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Anno domini 2020 Tue, 16 Jun 17:08:59 -0400 BorgLabs - Kate Draven scripsit:
Hi humans, AIs and others.
I've been playing with transmegeddon. It doesn't seem to work at all. I can open an avi video file but, if I open anything else, it crashes. Once I've set it up to convert the avi to say an ogm, it sits there doing nothing.
It's GTK3, that's the way it is supposed to work! And it carries the name of the cousin of an extinct animal, so that's an omen! And megalodons on youtube come in mp4, no wonder you can't fit them in omg ;)
Can someone else check it out?
Would love to, but that piece of software does not agree with my devuan system, sorry. BTW, "ffmpeg -i infile.avi outfie.mp4" would not do what you want?
Nik
Thanks
Kate
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Tuesday 16 June 2020, Dr. Nikolaus Klepp wrote:
Anno domini 2020 Tue, 16 Jun 17:08:59 -0400
BorgLabs - Kate Draven scripsit:
Hi humans, AIs and others.
I've been playing with transmegeddon. It doesn't seem to work at all. I can open an avi video file but, if I open anything else, it crashes. Once I've set it up to convert the avi to say an ogm, it sits there doing nothing.
It's GTK3, that's the way it is supposed to work! And it carries the name of the cousin of an extinct animal, so that's an omen! And megalodons on youtube come in mp4, no wonder you can't fit them in omg ;)
Can someone else check it out?
Would love to, but that piece of software does not agree with my devuan system, sorry. BTW, "ffmpeg -i infile.avi outfie.mp4" would not do what you want?
Nik
Thanks
Kate
You crazy kid.
I have other apps I use for conversion plus bash (bash is your friend) scripts I have assimilated and modified. I was just curious because it seemed very versatile.
Perhaps I'm jump down the dependency rabbit hole and try to built it from source.
Who's crazy now right?
Cheers Nik,
Kate
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Wednesday 17 June 2020 02.43:43 BorgLabs - Kate Draven wrote:
I have other apps I use for conversion plus bash (bash is your friend) scripts I have assimilated and modified. I was just curious because it seemed very versatile.
Perhaps I'm jump down the dependency rabbit hole and try to built it from source.
Seems development stopped in 2014. Not that I am against "old" software but in multimedia that often means problems. I was able to install from repositories on Stretch. Starting it from cli I tried a conversion. An empty file was created but I got this in konsole:
we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Internal data stream error. (1) qtdemux.c(5850): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecoder/GstDecodeBin:decodebin2/GstQTDemux:qtdemux1: streaming stopped, reason not-negotiated (-4) we got an error, life is shit gst-stream-error-quark: Internal data stream error. (1) gstmultiqueue.c(2310): gst_multi_queue_sink_event (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecoder/GstDecodeBin:decodebin2/GstMultiQueue:multiqueue1: streaming stopped, reason not-negotiated (-4)
So the problem is comming from gstreamer it seems.
I use avidemux or handbrake for this sort of stuff.
Thierry
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Wednesday 17 June 2020, Thierry de Coulon wrote:
On Wednesday 17 June 2020 02.43:43 BorgLabs - Kate Draven wrote:
I have other apps I use for conversion plus bash (bash is your friend) scripts I have assimilated and modified. I was just curious because it seemed very versatile.
Perhaps I'm jump down the dependency rabbit hole and try to built it from source.
Seems development stopped in 2014. Not that I am against "old" software but in multimedia that often means problems. I was able to install from repositories on Stretch. Starting it from cli I tried a conversion. An empty file was created but I got this in konsole:
we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Can not initialize x264 encoder. (8) gstx264enc.c(1690): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstX264Enc:x264enc0 we got an error, life is shit gst-stream-error-quark: Internal data stream error. (1) qtdemux.c(5850): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecoder/GstDecodeBin:decodebin2/G stQTDemux:qtdemux1: streaming stopped, reason not-negotiated (-4) we got an error, life is shit gst-stream-error-quark: Internal data stream error. (1) gstmultiqueue.c(2310): gst_multi_queue_sink_event (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecoder/GstDecodeBin:decodebin2/G stMultiQueue:multiqueue1: streaming stopped, reason not-negotiated (-4)
So the problem is comming from gstreamer it seems.
I use avidemux or handbrake for this sort of stuff.
Thierry
Hi Ho Thierry
Aye, got some of the same errors. I didn't know devel stopped at 2014. Like you, I use avidemux/handbrake & CLI for encoding/transcoding. It just seemed like such a kool app. But, like Crazy Nik said, it's a GTK app (how rude). No sense in wasting time over a dead app... not that I ever do... 0_o
Thanks to all,
Kate
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting