Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th November 2024, 02:25   #1  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 387
HEVC to HEIF

How do I remux HEVC/H.265 videos to HEIF/HEIC files?
jay123210599 is offline   Reply With Quote
Old 5th November 2024, 07:59   #2  |  Link
Z2697
Registered User
 
Join Date: Aug 2024
Posts: 520
Code:
mp4box -add-image "thumbnail.hevc":primary -brand heis -new "{OUT}"
mp4box -add "video.mp4" -brand heis "{OUT}"
There's no software I know of to view the "image" but if same thing is done to an AV1 video the compatible softwares can view the "image".
Also like I said you can play it like normal video.

Oh, you can probably do it in one command and also let mp4box take the first I frame as thumbnail, no need for a seperate one.

Code:
mp4box -add "video.mp4" -add-image :primary:ref -brand heis -new "output.heis"

Last edited by Z2697; 5th November 2024 at 10:12.
Z2697 is offline   Reply With Quote
Old 5th November 2024, 11:16   #3  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,346
It a shame VirtualDub2 isn't able to output (export) images to the 'High Efficiency Image File' format (or even JPEG2000).

VirtualDub2 can however output to: BMP, TARGA, Jpeg, PNG and TIFF
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is online now   Reply With Quote
Old 5th November 2024, 14:34   #4  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 387
Quote:
Originally Posted by Z2697 View Post
Code:
mp4box -add-image "thumbnail.hevc":primary -brand heis -new "{OUT}"
mp4box -add "video.mp4" -brand heis "{OUT}"
There's no software I know of to view the "image" but if same thing is done to an AV1 video the compatible softwares can view the "image".
Also like I said you can play it like normal video.

Oh, you can probably do it in one command and also let mp4box take the first I frame as thumbnail, no need for a seperate one.

Code:
mp4box -add "video.mp4" -add-image :primary:ref -brand heis -new "output.heis"
My videos are mkv files.
jay123210599 is offline   Reply With Quote
Old 5th November 2024, 14:37   #5  |  Link
Z2697
Registered User
 
Join Date: Aug 2024
Posts: 520
pre-built mp4box (as a part of gpac) downloaded from gpac.io can read mkv using libavformat.
Z2697 is offline   Reply With Quote
Old 5th November 2024, 15:41   #6  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 387
What if I want to exclude the audio from my input videos?
jay123210599 is offline   Reply With Quote
Old 5th November 2024, 15:53   #7  |  Link
Z2697
Registered User
 
Join Date: Aug 2024
Posts: 520
Code:
-add "linux iso.mkv"#video
Z2697 is offline   Reply With Quote
Old 6th November 2024, 21:30   #8  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 387
Quote:
Originally Posted by Z2697 View Post
Code:
-add "linux iso.mkv"#video
Now that I have remuxed my videos into HEIF/HEIC files, what image viewers for Windows can play the animated image files? Video players do not count.
jay123210599 is offline   Reply With Quote
Reply

Tags
h.265, hevc. h.265, image-quality

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.