Trying to produce MP4/HEVC/AC3 with X10, not succeeding

Moderator: Ken Berry

Post Reply
dangelic0
Posts: 36
Joined: Sat Oct 22, 2011 4:07 pm
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Dell XPS 8920
processor: Core i7-7700 4.2 GHx
ram: 32GB
Video Card: NVIDIA GeForce GTX 1060 6GB
sound_card: Realtek High Definition Audio
Hard_Drive_Capacity: 4 TB
Monitor/Display Make & Model: LG Ultra HD
Corel programs: PSP. VSP

Trying to produce MP4/HEVC/AC3 with X10, not succeeding

Post by dangelic0 »

I am running VS X10 on Win 10 with an i7-7700 (Kaby Lake)
I am trying to output an MP4 container, with HEVC/H.265 video and AC# audio (2.0 is fine)
This is because PLEX says that is the only format that their Roku Client will play 4K (3840x2160) content

I have the AC3 codecs installed, and thanks to this forum I have just installed the HEVC codec from MS for Win 10.

I have in fact already prepared the audio track as AC3 using an outside format convertor

The problem is I can't set the Audio codec within X10 to AC3 AND the video codec to H.265 at the same time. I tried both the "Project Properties" and the set up in the SHARE output step.

In Project Properties, I can only get AAC (or AMR) audio as a choice, unless I go to an H.264 transport stream - no AC3. If I go to MP4 containers with H.265 video, only AAC audio is allowed. SO that's in the Project Properties section.

In the SHARE output step, similar problem - no choice for AC3 output exists.

Any help would be appreciated
Thanks
Dean
User avatar
lata
Site Admin
Posts: 14280
Joined: Thu Jan 19, 2012 6:21 am
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: ASUSTeK COMPUTER INC A88XM-A USB 3 1 Rev X 0x
processor: 4 10 gigahertz AMD A10-7890K Radeon R7
ram: 16 gb
Video Card: on board
sound_card: Realtek High Definition Audio
Hard_Drive_Capacity: 500 SSD
Monitor/Display Make & Model: LG W2242 [Monitor]
Corel programs: CVSX, 19, 20, 22 PSP2023, PI, MS3D
Location: UK
Contact:

Re: Trying to produce MP4/HEVC/AC3 with X10, not succeeding

Post by lata »

Hi Dean
As far as I am aware Digital Dolby AC 3 is not supported by MP4.
I don't think any video editor can do that, but if you do have a sample MP4 using AC3 i would be interested in seeing that?

Video converters handbrake and the like may be able to do that but would be creating a non standard video format.
New forum for PSP and VS users, register if you need help

https://psp-vs-forums.freeforums.net
asik1
Posts: 3446
Joined: Thu Apr 17, 2014 6:07 am
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: H170M-E D3
processor: i5-6600
ram: 8gb
Video Card: GTX1050-2GB
Hard_Drive_Capacity: No hoarder
Monitor/Display Make & Model: 2K HP-27MQ
Corel programs: VS-X9.2, 2020, 2023
Location: Israel

Re: Trying to produce MP4/HEVC/AC3 with X10, not succeeding

Post by asik1 »

Panasonic X900m, VXF1
dangelic0
Posts: 36
Joined: Sat Oct 22, 2011 4:07 pm
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Dell XPS 8920
processor: Core i7-7700 4.2 GHx
ram: 32GB
Video Card: NVIDIA GeForce GTX 1060 6GB
sound_card: Realtek High Definition Audio
Hard_Drive_Capacity: 4 TB
Monitor/Display Make & Model: LG Ultra HD
Corel programs: PSP. VSP

Re: Trying to produce MP4/HEVC/AC3 with X10, not succeeding

Post by dangelic0 »

Thanks for the advice on Xmedia-recode. I may give it a try.

And Trevor -
Your information is also good - I should not be trying so hard to do what Plex needs from within VS.

Here is what Handbrake has to say:
"In an MP4 container, you can store MPEG-4 video created by ffmpeg or x264.Supports H.264, H.265, MPEG-4, MPEG-2 video. It stores audio in the AAC format. It is also possible to pass through Dolby Digital 5.1 Surround Sound (AC3) audio from a DVD in an MP4 file, although it is a new standard and not widely supported."

And even the Plex chaps had to jump through some hurdles (which I have not tested myself):

1. Use eac3to (useac3to for GUI) to convert audio into AC3. (I had to extract the audio first using MkvExtract in useac3to first).
2. Use mkvtoolnix to remux the MKV file with just the HEVC video and AC3 audio, removing all other streams.
3. Use ffmpeg with the following command to switch from MKV to MP4:
ffmpeg.exe -i input.mkv -vcodec copy -acodec copy output.mp4
Post Reply