realityking / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

mp4track - enheincement #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

first of all thanks a lot for developing mp4track (i am using it as atom
editor for +2gb .mp4 files after i add subtitles).

the problem is that i need to modify  width, height AND the translation (x,y)!

for example:

Track # 4 Info - TrackID 4 - TimeScale 1000 - Duration 00:02:00.727
Media Info: Language "English" - Type "sbtl:tx3g" - 32 samples
3GPP/MPEG-4 Timed Text - Size 480 x 72 - Translation X=0 Y=296 - Layer 0
Alternate Group ID 2

this is from a .mp4  movie (480x368) with subtitle displayed at the bottom
of the video

with mp4track i only acces the with and height of the video!

example:

track[3] id=4
  type           = (sbtl)
  enabled        = true
  inMovie        = false
  inPreview      = false
  layer          = 0
  alternateGroup = 2
  volume         = 0.0000
  width          = 480.00000000
  height         = 72.00000000
  language       = English
  handlerName    = Sub_English
  userDataName   = <absent>

i am using mp4v2 tools trunk-r355 for windows xp.

best regards from romania (eu)

Original issue reported on code.google.com by catali...@yahoo.com on 29 Jul 2009 at 7:26

GoogleCodeExporter commented 9 years ago
So you want to edit the position on the screen of the subs using mp4track?

I.e. want an enhancement to mp4track, sounds reasonable.

Original comment by eddyg.o....@gmail.com on 22 Nov 2009 at 11:47

GoogleCodeExporter commented 9 years ago
Could you post a file that contains a subtitle in the track so I can add this 
feature? And did you have any opinions on the command line format of this new 
feature?

Original comment by kid...@gmail.com on 15 Oct 2010 at 9:05

GoogleCodeExporter commented 9 years ago
here is your sample:

http://www.mediafire.com/?aly7yhbl92n1aqk

open the .m4v with QuickTime...goto view>subtitles>english...start playing...
_

Original comment by catali...@yahoo.com on 17 Oct 2010 at 5:47