Coder Social home page Coder Social logo

Comments (6)

nagadomi avatar nagadomi commented on July 23, 2024

Did you sort the input file list?

find ./frames -name "*.png" |sort > data/frame.txt

from waifu2x.

CharAznableLoNZ avatar CharAznableLoNZ commented on July 23, 2024

Yes, I have linked the sort.txt file so you can look over it if you like.
http://pastebin.com/cWpUWsyS

from waifu2x.

nagadomi avatar nagadomi commented on July 23, 2024

Sorry for replying late.
Can you try to use -o new_frames/%08d.png option?
For example,

# cleanup ./new_frames first. ; rm new_frames/*
th waifu2x.lua -m noise -noise_level 1 -resume 1 -l data/frame.txt -o new_frames/%08d.png
ffmpeg -f image2 -r 24 -i new_frames/%08d.png -i audio.mp3 -r 24 -vcodec libx264 -crf 16 video.mp4

I was not able to reproduce this issue. But I guess that is caused by the filename format.

from waifu2x.

CharAznableLoNZ avatar CharAznableLoNZ commented on July 23, 2024

I'll try that, it may take some time to respond due to it taking a while for the upscaling. Estimated 46hrs.

from waifu2x.

CharAznableLoNZ avatar CharAznableLoNZ commented on July 23, 2024

From what I can tell, it looks like that fixed it. Only ~1500 of the ~9000 frames are done so far but it all looks good.
As always, thanks for your hard work.

from waifu2x.

haneulnara avatar haneulnara commented on July 23, 2024

NAVER - http://www.naver.com/

[email protected] 님께 보내신 메일 <Re: [waifu2x] Batch conversion out of order. (#53)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람의 메일박스 용량이 가득 찼습니다.


from waifu2x.

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.