itsKaspar/tomato

Bake.py

Closed this issue · 3 comments

How's bake.py work? I keep getting no such file errors for temp.mov, which it appears it didn't create. I made one and it just copied the stuff that was already in the temp.mov, so I'm guessing it didn't put the video to be baked in temp?

I'm on macos catalina which has gotten /weird/ about disk access so I don't know if that's the problem. I have terminal set to full disk access and used sudo but same issue.

Oh, I just saw, the output to temp is mencoder, which I don't have installed here. Never mind me.

Hmm, still having problems.

username@iMac-5 tomato % python bake.py -i sushuffle.avi

MEncoder 1.4-4.2.1 (C) 2000-2019 MPlayer Team

WARNING: OUTPUT FILE FORMAT IS AVI. See -of help.
success: format: 0 data: 0x0 - 0x1603e82
libavformat version 58.27.102 (internal)
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
Detected NON-INTERLEAVED AVI file format.
VIDEO: [FMP4] 1280x720 24bpp 23.976 fps 958.8 kbps (117.0 kbyte/s)
[V] filefmt:3 fourcc:0x34504D46 size:1280x720 fps:23.976 ftime:=0.0417

No audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.

Exiting...
ffmpeg version 4.1.4 Copyright (c) 2000-2019 the FFmpeg developers
built with Apple LLVM version 10.0.1 (clang-1001.0.46.4)

temp.mov: No such file or directory
sh: del: command not found

One more update, was able to get it working with -ovc lavc instead of x264. Dunno if that's not supported anymore exactly or what. (update: oh, it's not standard with the mplayer install, you have to compile it separately) It appears to have moved to temp and the followup command works fine and now it's baked.