VideoHelp Forum




+ Reply to Thread
Page 106 of 106
FirstFirst ... 6 56 96 104 105 106
Results 3,151 to 3,157 of 3157
  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 10% when the app image is rendered.
    Last edited by Findu; 26th Nov 2025 at 14:25.
    Quote Quote  



Similar Threads

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