This repository was archived by the owner on Jan 19, 2025. It is now read-only.
1 file changed
+1
-1
lines changed- .github/workflows/test_n_pub.yml+1-1
- CHANGELOG.md+43-10
- docsrc/detect.rst+19
- docsrc/options.rst+9-7
- sandbox/list_numpy_dtypes.py-27
- sandbox/try_audio.py-31
- sandbox/try_ffprobe.py-6
- sandbox/try_filter.py-73
- sandbox/try_filtered_videoout.py-19
- sandbox/try_hw_device.py-5
- sandbox/try_largeavi.py-51
- sandbox/try_progbar.py-65
- sandbox/try_progress.py-17
- sandbox/try_rtsp.py-16
- sandbox/try_stream_reader.py-58
- sandbox/try_video.py-71
- sandbox/try_webcam.py-35
- setup.cfg+1
- src/ffmpegio/__init__.py+5-2
- src/ffmpegio/analyze.py+772
- src/ffmpegio/audio.py+143-4
- src/ffmpegio/image.py+14-2
- src/ffmpegio/path.py+20
- src/ffmpegio/streams/SimpleStreams.py+49-18
- src/ffmpegio/utils/__init__.py+16-3
- src/ffmpegio/utils/concat.py+51-36
- src/ffmpegio/video.py+174-4
- tests/_create_assets.py+9-4
- tests/assets/sample.mp4
- tests/assets/testvideo-1m-lowres.mp4
- tests/test_analyze.py+83
- tests/test_audio.py+88-3
- tests/test_devices_dshow.py+2-2
- tests/test_path.py+8
- tests/test_simplestreams.py+41
- tests/test_utils_concat.py+1-2
- tests/test_video.py+2-5
0 commit comments