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...
Ruthannruthanne asked 7/11, 2019 at 5:58

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...
Thearchy asked 8/5, 2020 at 23:22

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...
Subscribe asked 20/6, 2018 at 19:54

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

I am trying to play H.265 video file using AVPlayer(Both in iOS 10,11). Following is the code: let fileUrl = Bundle.main.url(forResource: "sample-h265-360", withExtension: "mp4") player = AVPlay...
Podvin asked 6/3, 2018 at 10:1

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...
Heighten asked 13/5, 2017 at 2:49

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 ...
Conga asked 8/3, 2016 at 11:43

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...
Chavers asked 13/9, 2015 at 7:19

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...
Blaseio asked 18/7, 2014 at 14:5
1

© 2022 - 2024 — McMap. All rights reserved.