2024-02-15
Manual And Automatic Video Creation

抖音信息采集 (Playwright)


Cinelerra recommends a lots of Linux distros for media workshop


Learn video editing on Capcut Learning.

Capcut has released its online video editor (basically shit) so that one can use it on multiple platforms.


Find target audience advertisement recommendation via online platforms.


The live streaming and the audio/music may need some transcription to be more efficient to manage and create.


Make inheritance of existing projects, in order to keep track of ideas and sort by average and total view counts per group.


Link your reusable part and ideas to statistics in order to find out the most efficient workflow.


For quickly testing your unique ideas, you can use manual video editing, save your workspace to specific folder, produce video alongside the project file, and upload it with specialized tool in order to keep track of the video.

If automatic upload is not “convenient” enough for you, consider manually input the video link afterwards.

Autotrack the video statistics after upload.


Link your live streaming workspace with the live streaming platform and streaming time, create a more accurate perspective about your actural impact to the audience.

Read More

2022-08-08
Macos Mount Ntfs Volumes

macos mount ntfs read-only by default.

code from mounty.app

mounty is somehow not working so manual remount is needed.

one needs to click the remount button to mount it again under /Users/jamesbrown/.mounty/Toshiba3000

1
2
3
sudo umount /Volumes/Toshiba3000
sudo mkdir /Volumes/Toshiba3000; sudo mount -t ntfs -o rw,auto,nobrowse /dev/<diskIdentifier> /Volumes/Toshiba3000

Read More