Giter Club home page Giter Club logo

lofi-converter-gui's Introduction

Hi ๐Ÿ‘‹, I'm Samarth Shrivas

A passionate Python dev from India

samarthshrivas

samarthshrivas

Connect with me:

shocker-undefined-52714b238 samarthshrivas samarthshrivas

Languages and Tools:

bash docker git linux mysql opencv pandas python pytorch qt scikit_learn selenium tensorflow

ย samarthshrivas

samarthshrivas

lofi-converter-gui's People

Contributors

samarthshrivas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lofi-converter-gui's Issues

App not opening

streamlit app is not opening please help .
this app is showing error

Lofi

Network issue

Not working

This is very good website pls start again
Its not working

Error running app

image ## I am getting this error on your website fix this issue asap!!!

Lofi converter

from moviepy.editor import *
import moviepy.editor as mp

def convert_to_lofi(video_path, output_path):
video_clip = VideoFileClip(video_path)
audio_clip = video_clip.audio

# Convert to mono audio (optional)
audio_clip = audio_clip.set_channels(1)

# Apply lofi effect
lofi_effect = (audio_clip
               .audio_fadein(200)  # Fade in
               .audio_fadeout(200)  # Fade out
               .audio_normalize()  # Normalize audio
               # Add more effects here (e.g., EQ adjustments, filtering, etc.)
               )

# Set sample rate and bitrate (optional)
lofi_effect = lofi_effect.set_frame_rate(44100)  # Set sample rate to 44.1 kHz
lofi_effect = lofi_effect.set_audio_params(rate=44100, bitrate='64k')

# Write lofi audio to file
lofi_effect.write_audiofile(output_path)

Example usage:

video_path = "input_video.mp4" # Replace with your input video file path
output_path = "lofi_audio.mp3" # Output lofi audio file path

convert_to_lofi(video_path, output_path)

Help

I really like your lofi convertor pls fix it. I want this website. Love your work

Showing error

I try to many times to open but showing error regularly

Not working

Pls fix this glitch it's happening again and again site isn't opening

Error running app

Hello,

Consistently getting error - Error running app. If this keeps happening, please contact support.

Appreciate if you could check.

Thanks,

Error

Continuous
Screenshot_20240217-214834
showed error in app running

Error

Not working please fix it...

Error

Not working any time showing only error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.