Chris

Results 6 comments of Chris

Hmmm. I'll have to investigate that. I don't believe ffmpeg ever will fallback to using a codec that is not specified. nvenc_h264, h264_qsv, and h264 are all completely separate encoders....

Yeah, as far as I know, they are pretty independent from the existing software codecs. What I don't know is how difficult it would be to build, I have always...

Going to agree on this one. Oddly enough, it looks like it is trying to do some sort of Time Zone setting, but it isn't working right. (My time zone...

So, it appears that the major hiccup causing this is that tzdata is not installed in the container at this time. If it could be added to the dockerfile, I...

I have simply gone into the container's shell and installed tzdata, and it was working - but it's not really a persistant fix if it isn't added into the dockerfile...

So, I looked into this a bit, and it appears that the problem is that phusion-baseimage does some things that require root, so no matter what, the container will require...