mxsrm

Results 25 comments of mxsrm

I have the same problem without tcpip, using an up-to-date pixel 6 and arch linux with newest dependencies... ``` mxsr@rivendell ~> adb devices List of devices attached 18231FDF6005ZT device mxsr@rivendell...

Another port worked. Now I feel dumb. Thank you.

Not specifying any chunk method leads to SIGSEGV termination (valgrind showed some problems with python libraries used): ```bash fish: Job 1, 'av1an --encoder aom --target-qu…' terminated by signal SIGSEGV (Address...

I added colons because otherwise it would not start: ``` ffmpeg -i ingl.mkv -vf 'select=between(n\,50\,100),setpts=PTS-STARTPTS' -pix_fmt yuv420p10le -strict -1 -f yuv4mpegpipe - | ffmpeg -i - -f null - ffmpeg...

Both are installed from the community repository of arch: ```bash yay -S vapoursynth vapoursynth-plugin-lsmashsource warning: vapoursynth-R57-1 is up to date -- reinstalling warning: vapoursynth-plugin-lsmashsource-20210423-1 is up to date -- reinstalling...

> > at least not with the (currently) best chunk method available on linux (hybrid): > > best chunk method is lsmash I have tried for hours and could not...

@master-of-zen You are absolutely right! I suspect this has to do with yuv4mpegpipe producing material with colorspace YUV. Using the tonemap filters in the pipe fixes the errors: ```ffmpeg -loglevel...

@master-of-zen ``` WARN [av1an_core::ffmpeg] FFmpeg failed to encode audio! ``` leads to (in done.json) ``` "audio_done":true ``` and failure to concentate because audio.mkv is not existing which leads to a...

> Any updates on this PR? It has been opened for a long time. I'm pretty sure development on svt-hevc is dead.

@Akemi For me right now dylib-unhell is broken with the stable Xcode 13.2.1 on M1 macs and has been for some time. Many of the required dylibs are missing. This...