Nosh (97) Ware

Results 8 issues of Nosh (97) Ware

I'm a bit confused by the documentation for the api. Is there a way to validate a file, to see it it really matches the the magic numbers and other...

enhancement

I'm not sure how viable this would be, but one big issue for me is seeing how long a recursive build of a script that uses a lot of libraries,...

enhancement
help wanted

I was trying to do some research on how to make some diy electronics that use PCIe, and after a fruitless search baring the slot's pinout, I ended up here,...

Was hoping to have some of the prs accepted if possible. Would help me use this in some of my projects.

The extra bits of skin added with the ears mod doesn't seems to want to work unless the image is added to the image cache manually.

``` import ffmpeg input_still = ffmpeg.input("C:/Users/Nosh/Desktop/sample/1.mp3") input_audio = ffmpeg.input("C:/Users/Nosh/Desktop/sample/1.jpg") ( ffmpeg .concat(input_still, input_audio, v=1, a=1) .output("output.mp4") .run(overwrite_output=True) ) ``` I am trying to concat an audio (sans video stream) and...

I seem to be getting this error: ` Traceback (most recent call last): File "C:\Users\Nosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\urllib3\connection.py", line 169, in _new_conn conn = connection.create_connection( File "C:\Users\Nosh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\urllib3\util\connection.py", line 73, in create_connection for res...

Not very complete, but it adds as much as I could deduce. I'm new to the documentation of things.