ratcash

Results 63 comments of ratcash

@markusd1984 I am not using Windows (and especially not WMP), apologies. You'll have to test yourself.

possibly https://github.com/ratcashdev/vidcutter/commit/306f153a76dd7583d41133f5e69985d93c98b466 fixes is related. It may give a hint about to fix this as well?

Same on my side. The file to be cut is an MPEG2-TS ``` 2019-12-25 15:52 - vidcutter.videocutter - INFO - source file is MPEG based so join via MPEG-TS 2019-12-25...

very similar for me. Python 3.8 on Manjaro stack trace: ``` 2019-12-25 15:12 - vidcutter.libs.mpvwidget - INFO - [libmpv_render/cuda-nvdec] cu->cuGLGetDevices(&device_count, &display_dev, 1, CU_GL_DEVICE_LIST_ALL) failed -> CUDA_ERROR_UNKNOWN: unknown error 2019-12-25 15:13...

This dts_time and pts_time stuff is interesting. I did a couple of fixes yesterday, building on the work fork of https://github.com/pmhahn/vidcutter (fixed project load). In my own fork I have...

@pikim Thanks for pointing that out. I found the culprit commit (part of the fork I used as a baseline): https://github.com/ratcashdev/vidcutter/commit/e7260e1f05b1c69e812194106aeeb549c088480e Will have to fix that and then revert some...

including the csv output format argument changed a lot, certainly. However, still not ideal, as the output is on every second line only, so that will have to be handled...

> This should already work and is the expected behaviour. Not every frame is a key frame and therefore the corresponding flag is not set for every frame. I have...

@pikim > Could you copy&paste my call from above and only exchange the movie file? That's exactly what I did. For an MPEG4 stream it produced expected output on every...

@pikim Initially the file was a DVB-T recorded stream with 2 audio streams, 1 video stream and 1 SUBTITLE stream. This I later losslessly 'copied' into a new file with...