FAQ  •  Register  •  Login

looking for a profile for VLC IOS

<<

saraseb

Serviio newbie

Posts: 4

Joined: Sun Mar 08, 2015 11:52 am

Post Fri Mar 13, 2015 6:49 pm

looking for a profile for VLC IOS

Hi,

The recent update of VLC on IOS is not capable to decode AC3 audio.

Would someone have a profile to transcode AC3 to AAC?

Cheers,
Seb
<<

peter1212

Serviio lover

Posts: 52

Joined: Wed Mar 23, 2011 5:36 pm

Post Thu Mar 26, 2015 5:02 pm

Re: looking for a profile for VLC IOS

add this at the end of profiles.xml above </Profiles>

  Code:
    <Profile id="23" name="VLC for iOS" extendsProfileId="1">
      <Transcoding>
        <Video targetContainer="mpegts" targetACodec="aac">
           <Matches container="*" aCodec="ac3" />
        </Video>
      </Transcoding>
    </Profile>
<<

saraseb

Serviio newbie

Posts: 4

Joined: Sun Mar 08, 2015 11:52 am

Post Sun Mar 29, 2015 7:21 am

Re: looking for a profile for VLC IOS

Thanks,

it works. the audio is well converted.

I noticed that the subtitles and multi language options disappear.

Any idea?

Seb
<<

atc98092

User avatar

DLNA master

Posts: 5435

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Mar 29, 2015 6:42 pm

Re: looking for a profile for VLC IOS

When transcoding occurs, you lose the ability to select captions and multiple audio tracks. Nothing you can do about that unfortunately.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

saraseb

Serviio newbie

Posts: 4

Joined: Sun Mar 08, 2015 11:52 am

Post Mon Mar 30, 2015 7:02 pm

Re: looking for a profile for VLC IOS

Thanks for the info.

That's pity because I have many mkvs with multi languages in ac3.

Seb
<<

peter1212

Serviio lover

Posts: 52

Joined: Wed Mar 23, 2011 5:36 pm

Post Fri Apr 03, 2015 7:19 pm

Re: looking for a profile for VLC IOS

Modify audio tracks in mkv with "mkvmerge GUI" before playing.

You could try "burned in" subs by adding HardSubsTranscoding to Profile:

  Code:
<HardSubsTranscoding>
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" aBitrate="384" DAR="16:9" />
</HardSubsTranscoding>

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 34 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.