VideoHelp Forum




+ Reply to Thread
Page 118 of 118
FirstFirst ... 18 68 108 116 117 118
Results 3,511 to 3,522 of 3522
  1. Originally Posted by BlueSky View Post
    When asked to select another container, what does it mean?
    Not all stream types can be muxed into every container (avi, mp4, mov, ts, mkv, etc.).
    The container that accepts the most stream types is mkv.
    If you see this message, select mkv as the container.

    Image
    [Attachment 92947 - Click to enlarge]
    Quote Quote  
  2. @ProWo
    3.5.6 feedback 3

    The preview does not display when I select Pixel format amf or qsv.
    Quote Quote  
  3. @ProWo
    3.5.6 feedback 4

    Can the messagebox buttons be moved further down?

    Image
    [Attachment 92948 - Click to enlarge]


    ---

    It's good that the first settings page close when the second one opens.
    Why not jump back to the first page from the second page?

    Image
    [Attachment 92949 - Click to enlarge]


    Image
    [Attachment 92950 - Click to enlarge]
    Quote Quote  
  4. Originally Posted by ProWo View Post
    Originally Posted by BlueSky View Post
    When asked to select another container, what does it mean?
    Not all stream types can be muxed into every container (avi, mp4, mov, ts, mkv, etc.).
    The container that accepts the most stream types is mkv.
    If you see this message, select mkv as the container.

    Image
    [Attachment 92947 - Click to enlarge]
    Thanks, I'll do that the next time. Incidentally, those subtitle streams that couldn't be multiplexed were contained inside the original .mp4 file that I converted from 3180 to 1920.

    Correction: The original file was indeed an .MKV. I was able to extract the subtitle file I wanted and OCR'd it with Subtitle Edit.
    Last edited by BlueSky; 9th Jul 2026 at 06:23.
    Quote Quote  
  5. Originally Posted by Findu View Post
    3.5.6 feedback 4
    1) Can the messagebox buttons be moved further down?
    2) Why not jump back to the first page from the second page?
    Should all be fixed now. You have PM.
    Quote Quote  
  6. @ProWo
    3.5.6.01 feedback

    The Settings page switch is working.
    But (not important), is it possible to close page 1 when page 2 opens?

    The preview is now working with Pixel format amf or qsv.

    And thank you for moving the messagebox buttons.
    Quote Quote  
  7. @ProWo
    3.5.6.01 feedback 2

    While testing vf frc_amf (AMF Frame Rate Converter), I noticed the following:
    If you disable Keep duration at video encoding, the preview uses the original size rather than the scale you set under Preview window height.
    Quote Quote  
  8. @ProWo I have an AVI file with two durations "01:33:13.000" & "01:22:36.720", yes I know it's weird & how that is even possible, I certainly don't know but I was curious if you could hazard a guess as to why Clever FFmpeg-GUI's muxer selects the correct longer duration "01:33:13.000" when muxing to MKV but MKVToolNix's muxer selects the shorter incorrect duration "01:22:36.720", what is FFmpeg doing so right that MKVToolNix is having an issue muxing the correct longer duration?

    The only way I can get MKVToolNix to mux the correct longer duration is if I extract the streams first with Clever FFmpeg-GUI then it will be okay like Clever's muxer, also is there any reason why when Clever muxes this file to MKV it adds 40ms, the file duration is "01:33:13.000" but Clever's muxer will make the MKV file become "01:33:13.040"?

    MKVToolNix muxed MKV
    Image
    [Attachment 92959 - Click to enlarge]


    Clever-FFmpeg-GUI muxed MKV
    Image
    [Attachment 92960 - Click to enlarge]


    I have the file here if you'd like to take a look at it https://transfer.it/t/K7JUQIlVibAb

    MediaInfo
    Format : AVI
    Format/Info : Audio Video Interleave
    Format settings : BitmapInfoHeader / WaveFormatEx
    File size : 701 MiB
    Duration : 1 h 33 min
    Overall bit rate mode : Variable
    Overall bit rate : 1 051 kb/s
    Frame rate : 25.000 FPS
    Writing application : VirtualDubMod 1.5.10.2 (build 2542/release)
    Writing library : VirtualDubMod build 2542/release

    Video
    ID : 0
    Format : MPEG-4 Visual
    Format profile : Advanced Simple@L5
    Format settings : BVOP2
    Format settings, BVOP : 2
    Format settings, QPel : No
    Format settings, GMC : No warppoints
    Format settings, Matrix : Default (H.263)
    Codec ID : XVID
    Codec ID/Hint : XviD
    Duration : 1 h 33 min
    Source duration : 1 h 22 min
    Bit rate : 894 kb/s
    Width : 624 pixels
    Height : 352 pixels
    Display aspect ratio : 16:9
    Frame rate : 25.000 FPS
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Compression mode : Lossy
    Bits/(Pixel*Frame) : 0.163
    Stream size : 528 MiB (75%)
    Writing library : XviD 1.2.1 (2008-12-04)

    Audio
    ID : 1
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Format settings : Joint stereo / MS Stereo
    Codec ID : 55
    Codec ID/Hint : MP3
    Duration : 1 h 33 min
    Source duration : 1 h 22 min
    Bit rate mode : Variable
    Bit rate : 126 kb/s
    Channel(s) : 2 channels
    Sampling rate : 48.0 kHz
    Frame rate : 41.667 FPS (1152 SPF)
    Compression mode : Lossy
    Stream size : 76.3 MiB (11%)
    Alignment : Aligned on interleaves
    Interleave, duration : 24 ms (0.60 video frame)
    Interleave, preload duratio : 142 ms
    Writing library : LAME3.90.
    Encoding settings : -m j -V 4 -q 2 -lowpass 17.6 --abr 126
    Quote Quote  
  9. Originally Posted by Findu View Post
    @ProWo
    But (not important), is it possible to close page 1 when page 2 opens?
    Will be done

    If you disable Keep duration at video encoding, the preview uses the original size rather than the scale you set under Preview window height.
    Already fixed in my actual nightly I'm working on.
    Quote Quote  
  10. Originally Posted by oniiz86 View Post
    @ProWo I have an AVI file with two durations "01:33:13.000" & "01:22:36.720", yes I know it's weird & how that is even possible, I certainly don't know but I was curious if you could hazard a guess as to why Clever FFmpeg-GUI's muxer selects the correct longer duration "01:33:13.000" when muxing to MKV but MKVToolNix's muxer selects the shorter incorrect duration "01:22:36.720", what is FFmpeg doing so right that MKVToolNix is having an issue muxing the correct longer duration?

    The only way I can get MKVToolNix to mux the correct longer duration is if I extract the streams first with Clever FFmpeg-GUI then it will be okay like Clever's muxer, also is there any reason why when Clever muxes this file to MKV it adds 40ms, the file duration is "01:33:13.000" but Clever's muxer will make the MKV file become "01:33:13.040"?
    Your avi was converted from another framerate to 25 fps.
    The original duration tag was preserved as source duration "01:22:36.720", but the new correct duration is "01:33:13.000".
    I don't know why Mkvtoolnix takes the "source duration" tag into account.
    The little difference of 40 ms (01:33:13.000 vs 01:33:13.040) is caused by ffmpeg mkv muxers overhead.
    But it doesn't matter.
    Quote Quote  
  11. Originally Posted by ProWo View Post
    Your avi was converted from another framerate to 25 fps.
    The original duration tag was preserved as source duration "01:22:36.720", but the new correct duration is "01:33:13.000".
    I don't know why Mkvtoolnix takes the "source duration" tag into account.
    The little difference of 40 ms (01:33:13.000 vs 01:33:13.040) is caused by ffmpeg mkv muxers overhead.
    But it doesn't matter.
    @ProWo Thanks for that, did you happen to have a look at the file? I didn't personally encode this AVI & are you sure it was converted from another framerate as I believe it was from a PAL DVD 25 fps as it's a British film, the 23.976 fps to 25 fps conversion wouldn't account for the 11 min difference, what is strange is that there are no sync issues at all despite the source duration/duration discrepancy, thanks once again for your time.
    Quote Quote  
  12. Originally Posted by oniiz86 View Post
    ...are you sure it was converted from another framerate as I believe it was from a PAL DVD 25 fps as it's a British film, the 23.976 fps to 25 fps conversion wouldn't account for the 11 min difference, what is strange is that there are no sync issues at all despite the source duration/duration discrepancy, thanks once again for your time.
    Code:
    Source duration : 1 h 22 min
    This tag in the mediainfo report shows that the original source was 1h 22 min long.
    Quote Quote  



Similar Threads

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