hevc Questions

2

Solved

I'm encoding ProRes 4444 with alpha channel video's to transparent video for web in both VP9 (webm) and HEVC (mp4). I'm using a great free tool by Rotato to encode to both formats at once. However,...
Tatterdemalion asked 17/3, 2022 at 21:0

2

I'd like to load and play a smaller HEVC-encoded video on web browsers with support for it. I'm using this code on Safari 11 (macOS 10.13), which has support for the HEVC format. <video muted ...
Marindamarinduque asked 18/11, 2017 at 21:44

1

I'm trying to convert my library from various formats into HEVC 8-bit mainly to shrink my library down. This is generally working but I've run into an issue when trying to convert an existing file ...
Teshatesla asked 6/6, 2020 at 18:34

3

I'm using ffmpeg 4.3.1 to convert videos from h264 to h265 and initially I was excited to discover that I can use my Mac's GPU to speed up the conversion with the flag hevc_videotoolbox. My Mac har...
Prehistory asked 20/11, 2020 at 6:20

1

Solved

I've got a webm file with transparency : https://itype.techforge.com.au/assets/videos/upshot/module1/NP_1A.webm I'm trying to convert it into something that will play in the video element of a web ...
Swart asked 20/9, 2021 at 13:49

1

Solved

How does one choose the correct codec tag to use (hvc1 or hev1) when muxing HEVC video into fragmented MP4 for streaming with MPEG-DASH/HLS? I reckon there's a slight difference in muxing depending...
Darondarooge asked 18/8, 2020 at 12:27

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

1

Solved

I'm hosting videos at my Wordpress website, and my users can upload mp4 video files to it. I know that hosting videos is not recommended for performance, but I'm doing this for beta test for coupl...
Masturbate asked 14/4, 2020 at 9:13

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

I'm currently investigating the feasibility of adding HEVC support to videos but am hitting a problem with Safari. Here's the sample source: <video autobuffer="true" autoloop="" loop="" control...
Symphony asked 21/2, 2018 at 9:17

1

I had a small JavaFX application to play some GoPro videos on a Windows / Linux client. In the past I had using a GoPro 4. I've downloaded the video to the client and play it from the local storage...
Janina asked 29/1, 2018 at 23:23

2

Solved

I'm trying to save an image in the HEIC file format using ImageIO. The code looks something like this: NSMutableData *imageData = [NSMutableData data]; CGImageDestinationRef destination = CGImage...
Mahratta asked 27/8, 2017 at 14:11

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

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 - 2025 — McMap. All rights reserved.