معرفی شرکت ها


dualsoundsync-0.1.4a4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python command line for syncing audio video recordings with YaLTC tracks.
ویژگی مقدار
سیستم عامل -
نام فایل dualsoundsync-0.1.4a4
نام dualsoundsync
نسخه کتابخانه 0.1.4a4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Raymond Lutz
ایمیل نویسنده lutzray@mac.com
آدرس صفحه اصلی https://git.sr.ht/~proflutz/dualsoundsync
آدرس اینترنتی https://pypi.org/project/dualsoundsync/
مجوز -
# dualsoundsync ## Warning: this is at pre-alpha stage (crappy code ahead) `dualsoundsync` is a python command to sync audio and video files shot with [dual system sound][] using a specific hardware timecode generator called [the atomicsynchronator][]. The timecode is called YaLTC for *yet another longitudinal time code* and should be recorded on a scratch track on each device for the syncing to be performed. ## Installation $ pip install dualsoundsync ## Dependencies Apart from dependencies installed by pip, you'll need a running [ffmpeg](https://ffmpeg.org) installation on your PATH. ## Usage The command takes one argument: the folder containing all the files from the camera and from the audio recoder. _Those recordings should contain an AUX audio track with encoded YaLTC_ $ dualsoundsync <path to rushes folder> If you want to try it out but don't have yet built your own atomicsynchronator, you can download some sample files with YaLTC from the [repo][]. ## Output ### Messages Some stdout outputs will be written (time is UTC): scanning rushes_folder splitting audio from video... splitting audio R and L channels trying to decode YaLTC in audio files 1 of 4: nope 2 of 4: ZOOM_Rchan.wav started at 2021-10-13 01:45:08.263145+00:00 3 of 4: nope 4 of 4: fuji_a_Lchan.wav started at 2021-10-13 01:45:14.361967+00:00 looking for time overlaps forming pairs... joining back synced audio to video: dualsoundsync/synced/fuji.mp4 ### Folder and files created A logfile named `out.txt` with `loguru` messages is dumped in the current directory. Inside the *rushes_folder* those nested subdirectories are created: - `dualsoundsync/split/` contains all audio split into Right and Left channels and video files split from their audio. - `dualsoundsync/synced/` contains video files with their synced sound track. [dual system sound]: https://www.learnlightandsound.com/blog/2017/2/23/how-to-record-sound-for-video-dual-systemsync-sound [the atomicsynchronator]: https://hackaday.io/project/176196-atomic-synchronator [repo]: https://git.sr.ht/~proflutz/dualsoundsync/tree/master/item/data


نیازمندی

مقدار نام
==1.4 ffmpeg
==0.5.3 loguru
==3.4.3 matplotlib
==1.20.3 numpy
==6.0 PyYAML
==10.12.0 rich
==1.7.1 scipy


نحوه نصب


نصب پکیج whl dualsoundsync-0.1.4a4:

    pip install dualsoundsync-0.1.4a4.whl


نصب پکیج tar.gz dualsoundsync-0.1.4a4:

    pip install dualsoundsync-0.1.4a4.tar.gz