Coder Social home page Coder Social logo

notenoughencodes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

j-mas ewouth 5l1v3r1

notenoughencodes's Issues

ffmpeg hangs on muxing

In v1.6 ffmpeg hangs on muxing due to an extra newline character at the end of 'myfiles.txt'. Or at least, I assume that's the reason based on my limited ability to debug and reproduce the issue on my system.

Crash on resume / resume enhancement.

I encountered a crash-on-resume issue. It is related to

foreach (string line in File.ReadLines("encoded.txt"))

To recreate the issue:

  1. Begin a new encode
  2. Cancel the encode before the first chunk(s) finish encoding.
  3. Try to resume

The crash is caused because encoded.txt does not get created until after a chunk finishes both passes (I was using 2 pass, but even in one pass, if a job gets canceled before the first chunk finishes being encoded, then it will not create encoded.txt and the user would end up needing to sit through the entire chunking process again, unless they manually create a blank encoded.txt)


Enhancements:

  1. When encoded.txt is missing, provide the user some way to say "the chunks are all there, just start trying to encode."
  2. Write to encoded.txt when, in multi-pass mode, pass 1 completes. In this way, pass 1 does not need to be redone when it was already completed before resume was attempted. Assume any pass-1 log files NOT mentioned in encoded.txt are junk and should be overwritten.

Please and thank you.

File concatenation

A few times now, the encode completed without issue, however file chunk concatenation did not occur with muxing of sound. I had to use ffmpeg to concatenate the files manually then add audio.

Muxing of Audio and Video failes if using "resume"

If an encoding operation is resumed after interruption, the muxing of audio and video does not work.
You can only mux the resulting files no_audio.mkv (video) and audio0.mkv (audio in folder AudioEncoded) by hand, e.g. with ffmpeg or mkvtoolnix.

Lower FPS option doesn't work

Hello,

I want to be able to encode files into AV1 with lower frame rates, like 12 FPS. I tried 12000/1000 in the settings but it only made the video slower, without throwing out frames, audio cut off halfway.

Is there any possiblity to do it? I'd like to throw out information or blend frames together, if possible.

Muxing of Audio and Video failes if using "resume"

Hello Alkl58!

Unfortunately there is another problem now. The muxing is now completed, but only the first video chunk (2 s) and the entire audio file are muxed. This creates a file with 2 sec video and 60 sec audio!

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.