h.265 Questions
4
I see that there are a few questions on this subject but I am still getting errors. All I want to do is convert videos in my library to HEVC so they take up less space.
I've tried this:
ffmpeg -i...
0
I want to convert a bunch of videos from x264 to x265, but I need to do so with ffmpeg in terminal because it's a remote server. These are my Handbrake options (listed items are ticked):
Summary t...
3
Solved
My problem is I want to use AVVideoCodecHEVC. I know that it's only available in iOS 11, but device's without the A10 chip do not support it.
So, using
if #available(iOS 11.0, *) { let self.code...
4
Solved
Are there any web browsers out there that can playback the H.265 / MPEG-4 HEVC codec in a html5 video element? On what platform or hardware?
I heard rumours about HEVC support in Edge when h...
Catalyst asked 3/4, 2016 at 7:6
1
Solved
1
Solved
I get the error "No NVENC capable devices found" when trying a simple encoding like this, even skipping audio to make sure it's not an audio problem:
ffmpeg.exe -i input.mp4 -c:v hevc_nvenc -an ou...
1
Solved
I want to convert video files from h264 to h265.
The command I use worked for many files so far, but now I get an error for some files:
# ffmpeg -i rst.mkv -vcodec hevc -x265-params crf=28 -sn ...
1
I am trying to use latest gstreamer and x265enc together. I saw that someone have already posted some commits in http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/log/ext/x265/gstx265enc.c
Can...
2
Solved
Is there a way to parse an HEVC bitstream file?
I want to be able to create a new bitstream file having selected nal unit packets selected from the original bitstream file.
Edit: I inserted my code...
1
© 2022 - 2024 — McMap. All rights reserved.