VideoHelp Forum




+ Reply to Thread
Page 106 of 106
FirstFirst ... 6 56 96 104 105 106
Results 3,151 to 3,159 of 3159
  1. Originally Posted by Findu View Post
    But the "Drag & drop ..." text is still missing on the empty Batch tasks page (scan for errors mode).
    Bottom left.
    Quote Quote  
  2. @ ProWo

    v3.4.9.01 feedback

    FIXED: Processed video streams does not appear in the mux grid!

    ---

    > Bottom left.

    Sorry, operational blindness!
    Last edited by Findu; 26th Nov 2025 at 10:23.
    Quote Quote  
  3. TRY THIS

    ffmpeg -i input.mp4 ^
    -map 0 ^
    -c copy ^
    -movflags use_metadata_tags ^
    -movflags +faststart ^
    -bsf:a aac_adtstoasc ^
    -avoid_negative_ts make_zero ^
    -fflags +bitexact ^
    output.mp4

    With Chapters (IMPORT) ;FFMETADATA1

    ffmpeg -i input.mp4 ^
    -i chapters.txt ^
    -map 0 ^
    -c copy ^
    -movflags use_metadata_tags ^
    -movflags +faststart ^
    -bsf:a aac_adtstoasc ^
    -avoid_negative_ts make_zero ^
    -fflags +bitexact ^
    -map_chapters 1 ^
    output.mp4

    With Chapters (IMPORT) ;FFMETADATA1 and Without Subs

    ffmpeg -i input.mp4 ^
    -i chapters.txt ^
    -map 0:v ^
    -map 0:a ^
    -c copy ^
    -movflags use_metadata_tags ^
    -movflags +faststart ^
    -bsf:a aac_adtstoasc ^
    -avoid_negative_ts make_zero ^
    -fflags +bitexact ^
    -map_chapters 1 ^
    output.mp4
    Quote Quote  
  4. @OFLU
    TRY THIS
    Tried. What's the diffrence. Clever..also does the same thing. I always do my work encoding/muxing with CFFmpeg GUI and finally a touch up of the mux with MP4Box. That's it...you get the perfect MP4. Who uses command lines if you have the GUI to do all the work !
    Quote Quote  
  5. @OFLU

    Improved FFmpeg Command

    Code:
    ffmpeg -hide_banner -i input.mp4 `
    -i chapters.txt `
    -map 0:v `
    -map 0:a `
    -c:v libx264 -preset medium -crf 23 `
    -c:a aac -b:a 192k `
    -map_chapters 1 `
    -movflags +faststart `
    -fflags +bitexact `
    -avoid_negative_ts make_zero `
    -bsf:a aac_adtstoasc `
    -filter_complex "[0:v][0:a]strip=remove_gps=1,strip=remove_tmcd=1[v][a]" `
    -map "[v]" -map "[a]" `
    output.mp4
    Key Improvements
    - Added stream stripping to remove GPS and TMCD metadata
    - Added -hide_banner for cleaner output
    - Explicit video and audio codec settings
    - Used filter_complex to remove unwanted metadata streams

    Optimization Breakdown
    Metadata:
    - Removes GPS and TMCD streams
    - Preserves chapter information
    There is nothing wrong .. with my environment
    Quote Quote  
  6. In the mux grid, hitting the Enter key moves the focus down. You can do that with the down arrow key. Can you make it so that hitting the Enter key checks/unchecks the boxes? Thanks.
    Quote Quote  
  7. @ ProWo

    v3.4.9.01 feedback

    I noticed that with 3.4.9.01, the construction of the Mux grid has slowed down. You can now see the automatic column width adjustment for a short moment.

    Image
    [Attachment 89952 - Click to enlarge]


    Image
    [Attachment 89953 - Click to enlarge]


    EDIT:
    It also looks as if the entire app window increases in size by 5% when the app image is rendered.

    EDIT2:
    The slow down has nothing to do with windows scaling or animation effects.
    Last edited by Findu; 27th Nov 2025 at 02:31.
    Quote Quote  
  8. @videoAI
    ffmpeg -hide_banner -i input.mp4 `
    -i chapters.txt `
    -map 0:v `
    -map 0:a `
    -c:v libx264 -preset medium -crf 23 `
    -c:a aac -b:a 192k `
    -map_chapters 1 `
    -movflags +faststart `
    -fflags +bitexact `
    -avoid_negative_ts make_zero `
    -bsf:a aac_adtstoasc `
    -filter_complex "[0:v][0:a]strip=remove_gps=1,strip=remove_tmcd=1[v][a]" `
    -map "[v]" -map "[a]" `
    output.mp4
    My commands are for muxing purpose only. No encoding/reencoding. Anyway's I do agree with @sam12345 that FFmpeg does not deal AAC audio with ADTS (Audio Data Transport Stream) headers properly and MP4box does it well.
    Quote Quote  
  9. @ ProWo

    Minor text things:

    The tooltips for Chapters, Automatic creation are not entirely correct.

    ---

    How about changing the button text "Detect" into "Next detection" at the Crop detection page?
    Also in the short description on the page.

    ---

    Tooltip text change for Video encoding, HWA decoding:

    Hardware-accelerated decoding options.
    Beware that crop and scale options may
    not work as expected.
    Selecting none or auto should always work.

    ---

    Could the text Select and Cancel be at the same level?

    Image
    [Attachment 89958 - Click to enlarge]


    ---

    The word file is missing on the Main page:

    Image
    [Attachment 89956 - Click to enlarge]


    Image
    [Attachment 89957 - Click to enlarge]
    Quote Quote  



Similar Threads

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