danielpaulus

Results 132 comments of danielpaulus

hmmm yeah I was thinking about replacing gstreamer or at least adding ffmpeg support in addition out of the box. The core code of qvh is really stable and works...

On branch `replaceMessageProcessor-add-resume-feature` you can try a first attempt. The audio files are currently broken and pause/resume only works once, but can already see how it will work and if...

I am thinking about how to best do that. How about like ffmpeg does it, so you could specify `qvh record video%04d.h264 and audio%04d.wav` and then it would create video0001.h264...

yes, I removed those temporarily. I needed a good idea how to make multiple files work. Let me add that formating support and tinker a little on stability.

You can try a few things. First, try the record command only and check if you get non empty files. If the tool works in general, you will get a...

I also have a Dockerfile here: https://github.com/danielpaulus/quicktime_video_hack/tree/addDebian10Dockerfile/docker that shows all the correct dependencies.

Try the new version please. It contains quite a few stability improvements.

I tried multiple things to fix this, I think I will try to move to ffmpeg or find a different solution.

I opened a discussion so you can see what I am trying and working on or share some ideas if you like. https://github.com/danielpaulus/quicktime_video_hack/discussions/124

Can you provide some more details how to reproduce? I don't fully understand.