-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compressing images manually #41
Comments
Good find. I personally faced this issue. Better if the images can be hosted somewhere for free and can be used as urls directly. If not, then compression of images is required. |
yeah
yess |
@ShwetKhatri2001 I would like to host it on firebase, but for that i need your(owner's) email id and use that for firebase account. |
@ShwetKhatri2001 ,any updates on this ? . I would like to compress images and again push to this repo , but this is too much work as there are so much images. |
You can simply compress and replace them using few free resources such as https://tinypng.com/. |
let this issue be open then , if someone want to work they can. |
Hey @ShwetKhatri2001 ,I would Like to work on this issue , Can u assign me under SWOC'24 |
Okay go ahead, You're assigned. |
@ShwetKhatri2001 I went through the EXAMPLE- |
Any easy to implement solution you have in mind for that ? Compressing audio files may work as well. |
@ShwetKhatri2001 I would like to compress the audio files so as to reduce the overall project size, on bit of research I find of reducing the Sample without compression (~5mb):- 001.Brishti.Tomake.Dilam.2.mp4Sample with extreme compression(~1mb, 32kbps bit rate) -- sound gets a little strange melody reduced, this song seems to point out the fact more maybe due to some particular sound element(😅note : I am not into music) 001.Brishti.Tomake.Dilam.mp4Sample with okok sound (~4mb, 128kbps bit rate) -- sounds decent to me 001.Brishti.Tomake.Dilam45.mp4I would like to work on audio file size issue and compress them as much as possible without losing quality in Maybe at a later stage we can simply host all music in a remote server and then inside the |
Let's keep it like this. Keep this issue for compressing images only to be solved by @SadanandMiskin . |
As mentioned @ShwetKhatri2001 sir I have opened a new issue here instead regarding this. |
@ShwetKhatri2001 you can assign this issue to @JoydeepMallick . |
@ShwetKhatri2001 , Making such changes is good but won't work for longer duration. why not create a database and push all the things there. (there are many free databases so this won't charge anything to you ). Let others first compress it and then we could put it on database . what do you think about this?? |
Sure, will do this later. |
@SadanandMiskin can't you just compress the images being used on our website? |
@Yash-Ainapure and also using only database is not a good option , as if you request for a particular song ,server will fetch that whole song till that no music will be played, so there the application becomes slow ,, to avoid it you need to build something which Fetches a song in real-time like webRTC so that it doesn't make website slow. |
That's already is very low size , like 50kb - 60kb , if you compress more the images will break, |
I don't know whether webRTC is used for that purpose. but we can store that specific song in local storage/cache memory. |
@Yash-Ainapure am not telling to use webrtc ,, but something like that, |
while cloning the project images has larger sizes which makes the contributor download all the images .
Solution to it is compressing it manually or uploading it on a database storage.
Image below shows the present size of images total is - 376 MB
The text was updated successfully, but these errors were encountered: