Git Product home page Git Product logo

ca2018's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on a lot of boring Delphi stuff - but Iโ€™m paid for.
  • ๐ŸŒฑ Iโ€™m currently learning Python - curious about AI.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on mantisbt - if I had more free time.
  • โšก Fun fact: Die einmilliardste Nachkommastelle von Pi ist Neun - das weiรŸ man doch!

ca2018's People

Contributors

abc874 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

informatorius

ca2018's Issues

rate.php is not valid anymore

The URL to rate a cutlist is not valid anymore: cutlist.at/rate.php is not accepted.
I'm not sure what is the right (new) URL...

The URL is hard coded in Main.pas.

Is there an instruction build the source code?
Then maybe I would be able to contribute the required change?

Livelock with VirtualDub when cutting HD and HQ H.264 files with smart rendering and more than 1 cut

Describe the bug
Wrong Video mode selected for VirtualDub when cutting HD H.264 file with smart rendering and more than 1 cut, resulting in a livelock and VirtualDub process never ends.

To Reproduce
Steps to reproduce the behavior (for HD files; for HQ files it is similar):

  1. For HD avi files, configure VirtualDub as cut program with H.264 codec. Use Smart Rendering.
  2. Open HD avi file and add at least 2 cuts. Start cutting.
  3. The process starts, but never ends (see screenshots for example and details)

Expected behavior
The process should finish soon.

Screenshots
For this example, I have added 2 short cuts. The progress bar indicates that the first cut is processed, but then it just does not proceed with the next cut. It just runs indefinitely:
image

Only the time is increased, but no progress (a couple of minutes later):
image

Looking in the temporary *.syl script, I see that video mode 1 "Fast recompress" has been selected.
I manually tested it with VirtualDub. This is the wrong mode, but it works with mode 3 "Full processing mode":
image

Therefore suggested solution:
Just change this line:

Writeln(f, 'VirtualDub.video.SetMode(1);'); // fast Recompression

to
Writeln(f, 'VirtualDub.video.SetMode(3);'); // Full processing mode

Desktop (please complete the following information):

  • Windows 10
  • Cut Assistant 0.24.1.25
  • VirtualDub 1.10.4
  • For H.264 codec: x264vfw 44_2851bm_44825

Open cutlist filename misses extension

The suggested filename to open a saved cutlist misses the extension of the video file.
For example the video "some_video.HQ.avi" would belong to a cutlist "some_video.HQ.avi.cutlist". The "Load Cut List" dialog offers the name ""some_video.HQ.cutlist".

Steps to reproduce the behavior:

  1. Load a video.
  2. Click on 'Open Cutlist...' (Menu Cutlist),
  3. See file name.

Expected behavior:
File name of video with extension + ".cutlist"

Desktop (please complete the following information):

  • OS: Windows
  • Version: 10

Rating bug

After sending a rating an error message dialog is shown:

Rating NOT done!
Answer from Server:
Unsupported server response.

However rating was successfully transferred to server.

The text box under Cutlist Info in the "Suggested movie file name (without extension)" field is no longer used as the file name for the cut file.

Describe the bug

In the menu -> Cutlist -> Cutlist Info, in the text field: "Suggested film file name (without extension)",

the text field is no longer accepted as the file name for the cutting file.

This was very useful because you could use the filename of the original file without underscores.
Instead, just a ".cut" with the name of the original file is placed in front of the file extension.

Thank you for continuing the project.

Screenshots
image

Desktop (please complete the following information):

  • Windows 10 Pro
  • 20H2

** Software Version:
Cut Assistant, Version: 0.21.4.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.