Code Monkey home page Code Monkey logo

Comments (3)

eps696 avatar eps696 commented on June 1, 2024 1

thanks, glad to hear!

yes, mp4 quality is a known issue; unfortunately, ffpb (ffmpeg with progress bar) does not get quality settings right. it could be solved by using slow cpu-based codec (instead of fast gpu-based nvenc), or by dropping progress bar, but i supposed both these features necessary for quick production - as soon as the original frame sequence is saved anyway. i will consider adding optional switch for higher quality conversion.
meanwhile you can try converting jpg sequence fo mp4 with command line ffmeg, like:
ffmpeg -y -i outdir/%05d.jpg -crf 18 outvideo.mp4 (replace outdir and outvideo accordingly).
let me know, if it helped to get better result.

i'm afraid, i didn't quite catch what you mean by "lacking 3D depth after video editing". 3D depth effect is generated by running the [optional] cell "Add 3D depth"; as soon as it's processed, it doesn't matter how you convert the output - it should be there. i also doubt if i can help with dropouts - that sounds like the local video editor problem. did you ensure that the sequence is fully synchronized from google drive to your local disk before conversion?

from aphantasia.

eps696 avatar eps696 commented on June 1, 2024 1

i changed fast video conversion on the colab to the slower one, with nearly lossless quality.
i'm closing the issue for now, please reopen if needed.

from aphantasia.

Kinkibit avatar Kinkibit commented on June 1, 2024

The dropouts were actually due to the video editor. With ffmpeg the conversion to a high quality video worked wonderfully. This is exactly how I imagined it. Thanks for the help!

from aphantasia.

Related Issues (20)

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.