WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Shotcut.tcz (x64)  (Read 5559 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Shotcut.tcz (x64)
« on: August 21, 2019, 09:57:45 AM »
Shotcut.tcz (x64)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Shotcut.tcz (x64)
« Reply #1 on: August 21, 2019, 10:55:31 AM »
Hi xor
You can download the  64-bit Linux portable tar  file here:
https://shotcut.com/downloads/
From the same web page:
Quote
Linux portable tar users: No install required, simply extract the archive and run it.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: Shotcut.tcz (x64)
« Reply #2 on: August 21, 2019, 10:34:47 PM »
Hi xor
You can download the  64-bit Linux portable tar  file here:
https://shotcut.com/downloads/
From the same web page:
Quote
Linux portable tar users: No install required, simply extract the archive and run it.

!!! I am writing with google translation !!!

  Via DVD reader (No HDD, No SSD)
I use TCL in iso format,

  To avoid consuming much space on RAM,
It needs to be packaged in TCZ format.

  Please; * archive the .tcz package,
Thank you in advance for everything.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)
« Reply #3 on: August 23, 2019, 03:28:31 AM »
Once you have downloaded and extracted shotcut, you just need a one line command to make a tcz:
Code: [Select]
$ tce-load -i squashfs-tools
$ mksquashfs /shotcut_extracted_archive shotcut.tcz

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)
« Reply #4 on: September 14, 2019, 03:08:54 AM »
shotcut extension posted

Offline cmk

  • Newbie
  • *
  • Posts: 25
Re: Shotcut.tcz (x64)
« Reply #5 on: September 17, 2022, 12:47:00 AM »
shotcut extension posted

Hello Juanito

I've been testing Shotcut extension for a couple days and there's an issue - it doesn't export video.
As a long term Shotcut user I know it's using melt/qmelt or melt-7 for exporting video as a sub process.
In the extension when trying to export it mentions the path 
Code: [Select]
/tmp/tcloop/shotcut/usr/local/bin/qmelt"qmelt" doesn't exists there but "melt" does. But there's another issue - when I try to run:
Code: [Select]
/tmp/tcloop/shotcut/usr/local/bin/melt -verbose -progress2 -abort /tmp/shotcut-FKUpae.mlt?multi:1(this is what shotcut runs when exporting the video) it works however only audio is being encoded while video is not
available. So the next thing I did was downloading exactly the 19.08.16 version (the one mentioned in the .info file)
and run it locally - when I do that I still need to run melt manually because the paths are not getting resolved automatically
but in that case I'm able to encode both audio and video.

Assumption on what may go wrong:
1. Probably there's something wrong with resolving the paths
2. qmelt is probably getting dropped after creating an extension (btw when I did
Code: [Select]
mksquashfs Shotcut/ shotcut.tcz and then installed the issues are still there)
3. Whatever melt/qmelt when trying to encode video being exported by shotcut.tcz doesn't contatin any video stream

I'm not complaining at any point, just sharing my research.
Again, the workaround is to download 19.08.16 shotcut and
when exporting run qmelt manually and then it works like a charm.




Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)u
« Reply #6 on: September 17, 2022, 06:38:25 AM »
I won’t be able to look at this for a few days, but I’d guess shotcut doesn’t like to follow symlinks?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)
« Reply #7 on: September 23, 2022, 01:48:03 AM »
Could you try loading the shotcut extension with copy2fs set?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)
« Reply #8 on: September 25, 2022, 07:31:59 AM »
From my build notes it doesn’t look like qmelt was compiled at all - I’ll try to look at this in a few days time.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Shotcut.tcz (x64)
« Reply #9 on: September 30, 2022, 03:39:52 AM »
qmelt added - let me know if it works as expected.