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

Convert video coder? #347

Open
Haibo-Zhou opened this issue Apr 15, 2024 · 5 comments
Open

Convert video coder? #347

Haibo-Zhou opened this issue Apr 15, 2024 · 5 comments
Assignees
Labels

Comments

@Haibo-Zhou
Copy link

Haibo-Zhou commented Apr 15, 2024

Can it convert for instance Avatar.The.Way.of.Water.2022.BluRay.1080p.x265.10bit.HEVC.2Audio.AAC.6CH.NORMTEAM.FZ.mkv this x265.10bit to x264 encode format?

The context is my TV cannot support decoding x265 and 10 bit, thus I suppose to convert it first.

@Haibo-Zhou Haibo-Zhou changed the title Convert video encode? Convert video coder? Apr 15, 2024
@lisamelton lisamelton self-assigned this Apr 15, 2024
@lisamelton
Copy link
Owner

@Haibo-Zhou Yes, but it won't handle the conversion of HDR to SDR if the input is in HDR format. You might be better off trying my newer transcoding project:

https://github.com/lisamelton/other_video_transcoding

@Haibo-Zhou
Copy link
Author

@lisamelton Thanks, could you provide a example to achieve above conversion? Like in Mac terminal what command and parameter should be used.

@stephenix
Copy link

stephenix commented Apr 21, 2024 via email

@lisamelton
Copy link
Owner

@Haibo-Zhou My apologies. I missed the notification for your comment.

You don't need any special options for a HDR to SDR conversion. The other-transcode will default to H.264 output so that should just work. If it doesn't, try forcing the software encoder by using the --x264-cbr option.

@Haibo-Zhou
Copy link
Author

@Haibo-Zhou My apologies. I missed the notification for your comment.

You don't need any special options for a HDR to SDR conversion. The other-transcode will default to H.264 output so that should just work. If it doesn't, try forcing the software encoder by using the --x264-cbr option.

Thanks, lisamelton :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants