VideoHelp Forum
+ Reply to Thread
Results 1 to 18 of 18
Thread
  1. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Hi guys. I asked a question couple of days before. I got only one reply for it. Please clear my doubt.

    This is meGUI doubt.
    What is JVT?

    My megui settings are in JVT I need to change them to isom mp4 format. Help me please
    Quote Quote  
  2. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    JVT = h.264 = AVC = MPEG4 part 10. Same thing.

    Scott
    Quote Quote  
  3. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    JVT. Read here what it stands for

    http://www.itu.int/en/ITU-T/studygroups/com16/video/Pages/jvt.aspx

    In your context it is just a basic preset used by the encoder. If it has changed then you changed something within the program.
    Quote Quote  
  4. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by DB83 View Post
    JVT. Read here what it stands for

    http://www.itu.int/en/ITU-T/studygroups/com16/video/Pages/jvt.aspx

    In your context it is just a basic preset used by the encoder. If it has changed then you changed something within the program.
    Thanx for ur reply. Can you tell me how to change it?. And one information to you when I use one click encoder it uses base media instead JVT. Please tell me how to change JVT to base media?
    Quote Quote  
  5. How are you determining this ?

    And Why do you want this ?

    I just did a quick test in megui and mediainfo reported this

    Code:
    Format                                   : MPEG-4
    Format profile                           : Base Media
    Codec ID                                 : isom
    Quote Quote  
  6. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    How are you determining this ?

    And Why do you want this ?

    I just did a quick test in megui and mediainfo reported this

    Code:
    Format                                   : MPEG-4
    Format profile                           : Base Media
    Codec ID                                 : isom
    This is better settings than what I mentioned above.

    Format : MPEG-4
    Format profile : JVT
    Codec ID : avc1

    And this is what I'm getting.
    Quote Quote  
  7. 1) Why do you care?
    2) What version of megui, do you have updates, etc... ?
    3) Does this happen only when you use 1-click, or how about normal encoding ?
    Quote Quote  
  8. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    1) Why do you care?
    2) What version of megui, do you have updates, etc... ?
    3) Does this happen only when you use 1-click, or how about normal encoding ?
    Why do you care?
    Because It's good settings than what I mentioned.

    What version of megui, do you have updates, etc... ?
    I installed 0.3.5 version. And Some updates were shown So I updated them.

    Does this happen only when you use 1-click, or how about normal encoding ?
    When I use 1-click encoder I get this results
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom

    When I use normal encoding I get this results
    Format : MPEG-4
    Format profile : JVT
    Codec ID : avc1
    Quote Quote  
  9. It doesn't make a difference in terms of "good settings" or quality. Its the same thing. It might have impact on compatibility with certain devices

    I'm using ver 2220, using the development tree, "portable" version (options=> settings => extra configuration => use development update server) . I think 0.3.5 is a few years old
    Quote Quote  
  10. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    It doesn't make a difference in terms of "good settings" or quality. Its the same thing. It might have impact on compatibility with certain devices

    I'm using ver 2220, using the development tree, "portable" version (options=> settings => extra configuration => use development update server)
    Thank you for your help brother. but still it's it JVT. how to change format profile? Do u know that"?
    Quote Quote  
  11. Not sure. The x264.nl binary muxes mp4 that way, but other binaries use different methods. I think megui uses x264.nl unpatched (jeeb's builds)

    e.g. using CLI

    x264.nl
    http://x264.nl/
    Format : MPEG-4
    Format profile : JVT
    Codec ID : avc1

    kommisar
    http://komisar.gin.by/
    Format : MPEG-4
    Format profile : Base Media / Version 2
    Codec ID : mp42

    But when I use megui, it uses
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom


    If you use megui's manual mp4 muxer you can change to mp42, or other formats like ipod, psp etc.. , But I didn't see the option you wanted

    Try resetting the dialog options in megui . You can also ask in the megui thread at doom9
    Quote Quote  
  12. ok you can take an existing file and remux with ffmpeg. It's mp4 muxer seems to do what you want. I used zeranoe's builds
    http://ffmpeg.zeranoe.com/

    ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mp4

    input file
    Format : MPEG-4
    Format profile : JVT
    Codec ID : avc1

    output file
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom

    Not sure how to get megui to automatically use ffmpeg method of muxing mp4
    Quote Quote  
  13. And if you didn't catch the implication, the streams were copied with ffmpeg - ie. no difference in quality . These things are just labels or names. They are irrelevant (but some devices might not like certain "labels") so "Because It's good settings than what I mentioned." isn't really a valid reason
    Quote Quote  
  14. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    Not sure. The x264.nl binary muxes mp4 that way, but other binaries use different methods. I think megui uses x264.nl unpatched (jeeb's builds)

    e.g. using CLI

    x264.nl
    http://x264.nl/
    Format : MPEG-4
    Format profile : JVT
    Codec ID : avc1

    kommisar
    http://komisar.gin.by/
    Format : MPEG-4
    Format profile : Base Media / Version 2
    Codec ID : mp42

    But when I use megui, it uses
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom


    If you use megui's manual mp4 muxer you can change to mp42, or other formats like ipod, psp etc.. , But I didn't see the option you wanted

    Try resetting the dialog options in megui . You can also ask in the megui thread at doom9
    Thank you very much for your helping brother Can you tell me how to change the dialog options.
    Quote Quote  
  15. Originally Posted by Kaavalan View Post

    Thank you very much for your helping brother Can you tell me how to change the dialog options.
    options => settings=> reset all dialogs
    Quote Quote  
  16. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    And if you didn't catch the implication, the streams were copied with ffmpeg - ie. no difference in quality . These things are just labels or names. They are irrelevant (but some devices might not like certain "labels") so "Because It's good settings than what I mentioned." isn't really a valid reason
    ffmpeg. Will this be the reason bro?
    Quote Quote  
  17. Originally Posted by Kaavalan View Post
    Originally Posted by poisondeathray View Post
    And if you didn't catch the implication, the streams were copied with ffmpeg - ie. no difference in quality . These things are just labels or names. They are irrelevant (but some devices might not like certain "labels") so "Because It's good settings than what I mentioned." isn't really a valid reason
    ffmpeg. Will this be the reason bro?

    It was just an observation . A test.

    Different muxers put different "labels" on the video , but some may cause incompatibility problems. Some use slightly different container specs. Muxing doesn't change the quality of the video or audio . "MP42" in my experience is the most compatible
    Quote Quote  
  18. Member
    Join Date
    Dec 2012
    Location
    Canada
    Search Comp PM
    Originally Posted by poisondeathray View Post
    Originally Posted by Kaavalan View Post
    Originally Posted by poisondeathray View Post
    And if you didn't catch the implication, the streams were copied with ffmpeg - ie. no difference in quality . These things are just labels or names. They are irrelevant (but some devices might not like certain "labels") so "Because It's good settings than what I mentioned." isn't really a valid reason
    ffmpeg. Will this be the reason bro?

    It was just an observation . A test.

    Different muxers put different "labels" on the video , but some may cause incompatibility problems. Some use slightly different container specs. Muxing doesn't change the quality of the video or audio . "MP42" in my experience is the most compatible
    okay bro. I'll change the settings and try !! but I have to find out the reason.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!