Skip to content

Commit

Permalink
deploy: c5927eb
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie committed May 9, 2024
1 parent 97f6e36 commit 85b6a15
Show file tree
Hide file tree
Showing 98 changed files with 3,843 additions and 3,843 deletions.
6 changes: 3 additions & 3 deletions .babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
8 changes: 4 additions & 4 deletions .babelrc/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}

{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Hypercritical studio

![HYpercritical-homedesign](https://github.com/vickkie/Hypercritical/assets/43224578/f7175aa1-872b-4c9b-8d23-ead0cb8dbe94)
![1-phone-15-pro-mockup-on-concret](https://github.com/vickkie/Hypercritical/assets/43224578/3fc4150d-cbb6-48a4-b741-71934def024a)
## Hypercritical studio

![HYpercritical-homedesign](https://github.com/vickkie/Hypercritical/assets/43224578/f7175aa1-872b-4c9b-8d23-ead0cb8dbe94)
![1-phone-15-pro-mockup-on-concret](https://github.com/vickkie/Hypercritical/assets/43224578/3fc4150d-cbb6-48a4-b741-71934def024a)
54 changes: 27 additions & 27 deletions assets/frames/cut-merge.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# from moviepy.editor import VideoFileClip, concatenate_videoclips

# # Load the video
# video = VideoFileClip("goat.mp4")

# # Cut the video into segments
# segment1 = video.subclip(0, 4)
# segment2 = video.subclip(8, 10)

# # Combine the segments
# combined_video = concatenate_videoclips([segment1, segment2])

# # Save the combined video
# combined_video.write_videofile("combined-video.mp4")

from moviepy.editor import VideoFileClip

# Load the video
clip = VideoFileClip("world.mp4")

# Adjust resolution and frame rate if necessary
# For example, to set a resolution of 1280x720 and a frame rate of 30 fps
clip = clip.resize(width=1280, height=720).set_duration(clip.duration).set_fps(30)

# Save the adjusted clip
clip.write_videofile("adjusted_world.mp4")

# from moviepy.editor import VideoFileClip, concatenate_videoclips

# # Load the video
# video = VideoFileClip("goat.mp4")

# # Cut the video into segments
# segment1 = video.subclip(0, 4)
# segment2 = video.subclip(8, 10)

# # Combine the segments
# combined_video = concatenate_videoclips([segment1, segment2])

# # Save the combined video
# combined_video.write_videofile("combined-video.mp4")

from moviepy.editor import VideoFileClip

# Load the video
clip = VideoFileClip("world.mp4")

# Adjust resolution and frame rate if necessary
# For example, to set a resolution of 1280x720 and a frame rate of 30 fps
clip = clip.resize(width=1280, height=720).set_duration(clip.duration).set_fps(30)

# Save the adjusted clip
clip.write_videofile("adjusted_world.mp4")
26 changes: 13 additions & 13 deletions assets/frames/cut.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from moviepy.editor import VideoFileClip

# Load the video
video = VideoFileClip("la-reel--min.mp4")

# Cut the video from 10 seconds to 20 seconds
cut_video = video.subclip(48.7, 49.9)

# Save the cut video
cut_video.write_videofile("mid-hype.mp4")

# environment python
#source hyper-cut/bin/activate-use in cmd,
from moviepy.editor import VideoFileClip

# Load the video
video = VideoFileClip("la-reel--min.mp4")

# Cut the video from 10 seconds to 20 seconds
cut_video = video.subclip(48.7, 49.9)

# Save the cut video
cut_video.write_videofile("mid-hype.mp4")

# environment python
#source hyper-cut/bin/activate-use in cmd,
40 changes: 20 additions & 20 deletions assets/frames/frames.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import cv2

# Open the video file
video_capture = cv2.VideoCapture('hypercritical.mp4')

frame_count = 0

while True:
ret, frame = video_capture.read()
if not ret:
break

# Save the frame as a WebP image
frame_filename = f'{frame_count:04d}.webp'
cv2.imwrite(frame_filename, frame, [cv2.IMWRITE_WEBP_QUALITY, 100]) # Set WebP quality (0-100)

frame_count += 1

# Release the video file
video_capture.release()
import cv2

# Open the video file
video_capture = cv2.VideoCapture('hypercritical.mp4')

frame_count = 0

while True:
ret, frame = video_capture.read()
if not ret:
break

# Save the frame as a WebP image
frame_filename = f'{frame_count:04d}.webp'
cv2.imwrite(frame_filename, frame, [cv2.IMWRITE_WEBP_QUALITY, 100]) # Set WebP quality (0-100)

frame_count += 1

# Release the video file
video_capture.release()
cv2.destroyAllWindows()
96 changes: 48 additions & 48 deletions assets/images/logos/partners/Felicity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions assets/images/logos/partners/awards.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 85b6a15

Please sign in to comment.