Skip to content
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

[Proposal]: -vcodec copy HLS #396

Open
4 tasks done
juniorcines opened this issue May 9, 2024 · 3 comments
Open
4 tasks done

[Proposal]: -vcodec copy HLS #396

juniorcines opened this issue May 9, 2024 · 3 comments
Labels
ENHANCEMENT ⚡ New Feature/Addition/Improvement PROPOSAL 📩 A proposal/proposition WORK IN PROGRESS 🚧 currently been worked on.
Milestone

Comments

@juniorcines
Copy link

Issue guidelines

Issue Checklist

  • I have searched open or closed issues and found nothing related to my idea.
  • I have read the Documentation and it doesn't mention anything about my idea.
  • To my best knowledge, my idea wouldn't break something for other users.

Describe your Idea

Hello, I would like the option that if the original quality is used, one can specify if they want to do:

-vcodec: copy

I say this because most of us could have the video in H264 and we just want to use the original quality and have it in HLS.

So with this option it would be faster to convert the videos to HLS.

Use Cases

-vcodec: copy

transfer the video to HLS faster if the original quality is used without the option of multiple qualities

Any other Relevant Information?

No response

@juniorcines juniorcines added the PROPOSAL 📩 A proposal/proposition label May 9, 2024
Copy link

welcome bot commented May 9, 2024

Thanks for opening this issue, a maintainer will get back to you shortly!

In the meantime:

  • Read our Issue Guidelines, and update your issue accordingly. Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo.
  • Go comprehensively through our dedicated FAQ & Troubleshooting section.
  • For any quick questions and typos, please refrain from opening an issue, as you can reach us on Gitter community channel.

@abhiTronix
Copy link
Owner

abhiTronix commented May 20, 2024

@juniorcines Thank you for the suggestion. Adding an option to copy the existing video codec (vcodec copy) when transcoding to HLS (or DASH) can be a useful optimization, especially when the input video is already encoded in a already compatible format like H.264. It's a great quality-of-life improvement that can make the transcoding workflow in StreamGear more efficient for many users. 👍🏼

@abhiTronix abhiTronix added this to To do in VidGear v0.3.3 via automation May 20, 2024
@abhiTronix abhiTronix added this to the v0.3.3 milestone May 20, 2024
@abhiTronix abhiTronix added ENHANCEMENT ⚡ New Feature/Addition/Improvement WORK IN PROGRESS 🚧 currently been worked on. labels May 20, 2024
@juniorcines
Copy link
Author

Thanks to you, and if when we only want to use the default quality to pass it to HLS, if it is already in H264, using copy is good to pass it quickly without consuming a lot of resources.

I use it in Nodejs, but I would like to have this in Python with your library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCEMENT ⚡ New Feature/Addition/Improvement PROPOSAL 📩 A proposal/proposition WORK IN PROGRESS 🚧 currently been worked on.
Projects
Development

No branches or pull requests

2 participants