Sorry for the question but I want to change all my movies from MKV to MP4 for iPhone, iPad and Apple TV 3.
Tried Handbrake, but it takes a very long time om my pc and I don't see Dutch subtitles.
Tried XMedia Recode, but no subtitles.
Maybe MkvТоMp4, but what settings I should use? (I'm a noob)
What is the best solution. All my movies are 720p. I want it compatible with iPhone 4, iPad 2 and Apple TV 3. BEST QUALITY WITH SELECTABLE DUTCH SUBS.
Someone who can help me? BTW I have a windows pc.
+ Reply to Thread
Results 1 to 30 of 33
-
-
-
Just wondering: Don't 'iPhone 4, iPad 2 and Apple TV 3' support 720p video?
If they to a simple remux + may be reencoding of the audio should do the trick.Last edited by Selur; 11th Dec 2012 at 10:44.
-
Okay I converted the SRT to TXTT with MP4Box using the command MP4Box -ttxt file.srt. Worked but when I tried to view it on the iPad 2 I don't get subs. On the iPhone 4 and the Apple TV 3 I see the subs. (iPhone 4 in black bar, Apple TV 3 without black bar).
Also the Apple TV 3 gives me 2.0 audio, instead of 5.1.
Check screenshot please. -
Also the Apple TV 3 gives me 2.0 audio, instead of 5.1.
I guess you need stereo output, since the iphone might not be able to handle 5.1 audio,...
on the iPad 2 I don't get subs. -
Okay it workes now. I encoded 2 movies: Avatar (1280x720) and Batman Begins (1280x536). I got a problem that the font size of the subtitles are different. Avatar has a larger font than Batman Begins. How can I get all subtitles to one size???
-
wild guessing: look into the subtitle configuration,...
ttxt and srt both allow to specify a font type and a size, so there is a good chance that you can configure that size somewhere,.. -
Both files same settings. In Notepad+:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- GPAC 3GPP Text Stream -->
<TextStream version="1.1">
<TextStreamHeader width="400" height="60" layer="0" translation_x="0" translation_y="0">
<TextSampleDescription horizontalJustification="center" verticalJustification="bottom" backColor="0 0 0 0" verticalText="no" fillTextRegion="no" continuousKaraoke="no" scroll="None">
<FontTable>
<FontTableEntry fontName="Serif" fontID="1"/>
</FontTable>
<TextBox top="0" left="0" bottom="60" right="400"/>
<Style styles="Normal" fontID="1" fontSize="18" color="ff ff ff ff"/>
</TextSampleDescription> -
assuming the entries are really identical the rendering should be the same unless one of them would need to much space to be rendered in the assigned textbox, in that case it might get automatically shrunk,...
-
Uhh think you're guessing. Someone else who know the solution?
-
There is no guessing involved, if the entries are identical and the text fit's in the box the rendering should be the same.
btw. if you want to know what the settings mean: http://gpac.wp.mines-telecom.fr/mp4box/ttxt-format-documentation/ -
I know what the settings mean, I already read it. But is there a way to get them the same size?
-
same font + same font size + text fits in TextBox -> same size when using the same decoder, unless the decoder is configured to overwrite the specified settings or the settings differ for a specific TextSample-element.
ttxt is a rather simple format,...
it might help to use different width&height values in the TextStreamHeader and TextBox but, since you already read the specification you are probably already aware of that.
can't say anything more without more details. -
What details do you need? Maybe it is something with TextBox. But both settings are the same when I open the ttxt in Notepad+.
-
What details do you need?
(size will change if the text element uses a different style,..)
What resolution has you file?
atm. your textBox is:
<TextBox top="0" left="0" bottom="60" right="400"/>
with:
- bottom : specifies vertical extend of the text box (type: signed integer). Default value: 0 pixels.
- right : specifies horizontal extend of the text box (type: signed integer). Default value: 0 pixels.
Have you checked the player software if it overwrites the font or other subtitle related stuff? -
Still mo difference. Tried to change Textbox but font size still the same. Still difference.
-
If all the parameters match I have no clue why your decoder handles the content differently.
-
I think it is the different size of the video why it is smaller but I don't know the solution.
-
only resolution you every told/showed was through the screenshot in post #7 which was 1280x720.
-> I guess what your playback software does is, scale the font size the same it scales the picture, so if you want the end result to be the same you have to scale down the font size accordingly,... -
-
So how do I change the txtt to the right size?
Avatar (1280x720) and Batman Begins (1280x536). -
..., no difference.
-
Avatar (1280x720) SUBTITLES GOOD FONT SIZE
Batman Begins (1280x536) SUBTITLES TOO SMALL FONT SIZE
<?xml version="1.0" encoding="UTF-8" ?>
<!-- GPAC 3GPP Text Stream -->
<TextStream version="1.1">
<TextStreamHeader width="400" height="60" layer="0" translation_x="0" translation_y="0">
<TextSampleDescription horizontalJustification="center" verticalJustification="bottom" backColor="0 0 0 0" verticalText="no" fillTextRegion="no" continuousKaraoke="no" scroll="None">
<FontTable>
<FontTableEntry fontName="Serif" fontID="1"/>
</FontTable>
<TextBox top="0" left="0" bottom="60" right="400"/>
<Style styles="Normal" fontID="1" fontSize="18" color="ff ff ff ff"/>
</TextSampleDescription>
Similar Threads
-
Converting .ts file to watch on iPad/iPhone
By ramsden78 in forum Video ConversionReplies: 3Last Post: 6th Jun 2012, 09:40 -
Newbie Question - H.264 MOV -> Playable HD Format ???
By Rake in forum Newbie / General discussionsReplies: 2Last Post: 6th Dec 2011, 06:31 -
Converting x.264 MKV w/ DTS to AVI w/ AC3 ?
By NotSoEasy in forum Video ConversionReplies: 6Last Post: 11th May 2010, 06:54 -
anyone rushing out to get an overgrown iPhone - the iPad?
By aedipuss in forum ComputerReplies: 31Last Post: 4th Feb 2010, 21:33 -
.MKV to HD Xbox 360 playable format
By gingerprince1965 in forum Video ConversionReplies: 3Last Post: 31st Jan 2008, 11:19