VideoHelp Forum




+ Reply to Thread
Page 104 of 104
FirstFirst ... 4 54 94 102 103 104
Results 3,091 to 3,097 of 3097
  1. @ ProWo

    You have PM
    Quote Quote  
  2. Originally Posted by Findu View Post
    @ ProWo

    You have PM
    Thx.
    Quote Quote  
  3. @ProWo
    v3.4.7.12

    Although 'Clever' includes '-dn' (no data streams) during export, this parameter
    does not remove a time code (TMCD) data stream.

    I need 'Clever' to have the ability to properly remove TMCD; that's all.
    It is as simple as adding '-write_tmcd 0' to your ffmpeg cmd.
    Is that too much to ask?

    Originally Posted by ProWo View Post
    Originally Posted by videoAI View Post
    post 2786330
    Batch Remove tmcd stream
    I will not make these changes.
    To know why this is extremely important, please read on ...

    | Stream Type | Code | Description |
    |------------|------|-------------|
    | Video | 'v' or 'V' | Video streams. 'v' matches all video streams,
    while 'V' only matches video streams that are not attached pictures, thumbnails, or cover arts|
    | Audio | 'a' | Audio streams. Includes all types of audio tracks in the media file|
    | Subtitle | 's' | Subtitle streams. Contains text-based subtitle tracks|
    | Data | 'd' | Data streams. Can include various types of non-media data embedded in the file|
    | Attachments | 't' | Attachment streams. Used for embedded files like fonts, images, or
    other supplementary content|
    TMCD (Timecode) is a specialized Data stream type that carries timing metadata for video files,
    primarily used in professional video production and editing workflows.

    Characteristics
    ---------------
    | Attribute | Description |
    |-----------|-------------|
    | Stream Type | Data stream ('d') |
    | Codec | 'tmcd' (timecode) |
    | Purpose | Stores precise frame-level timing information |
    | Common Containers | QuickTime (.mov), professional video formats |
    Usage
    ------
    A timecode stream provides frame-accurate timing information that helps synchronize video
    frames, in professional video editing and production environments.

    It contains:
    - Starting timecode
    - Frame rate
    - Frame count
    - Precise temporal references

    Typical Use Cases
    - Professional video editing
    - Broadcast and film production
    - Maintaining frame-level synchronization
    - Precise video navigation and editing

    Issues
    -------
    Some applications (ex: mobile platforms) have compatibility problems with files containing TMCD streams.

    Detection
    ----------
    When inspecting a file with a timecode stream, you'll see an entry like:
    Code:
    Stream 0:2(und): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
    Removal
    ---------
    You can remove a TMCD stream using FFmpeg:
    Code:
    ffmpeg -i input.mov -c:a copy -c:v copy -write_tmcd 0 output.mov
    Last edited by videoAI; 22nd Nov 2025 at 07:16.
    There is nothing wrong .. with my environment
    Quote Quote  
  4. Originally Posted by videoAI View Post
    I need 'Clever' to have the ability to properly remove TMCD; that's all.
    It is as simple as adding '-write_tmcd 0' to your ffmpeg cmd.
    Is that too much to ask?
    Will add it to the multiplex commandlines.
    Quote Quote  
  5. Thank you ..

    Note: I am hoping you will add it to both multiplex commands lines (reg, simple),
    simple allows batch jobs.

    As always keep up the great work, much appreciated.
    and don't stress yourself too much.

    Originally Posted by ProWo View Post
    Originally Posted by videoAI View Post
    I need 'Clever' to have the ability to properly remove TMCD; that's all.
    It is as simple as adding '-write_tmcd 0' to your ffmpeg cmd.
    Will add it to the multiplex command lines.
    There is nothing wrong .. with my environment
    Quote Quote  
  6. @ ProWo

    v3.4.7.13 feedback

    All lossless crop "preview" issues have been fixed.

    The numerous recent changes to the GUI are as expected. Thank you very much.

    But I noticed that at Batch tasks, you use two times the word files instead of tasks "To reorder the file,... Swap files."

    Extract streams page:
    The None/All button need to fit in size of the other grid pages.
    And perhaps add some centered text below the grid: "Only selected streams will be extracted."
    Minor text change in the Video extraction pop-up window: "Should the video stream be saved in a container or as a raw stream?"

    Tooltip of Multiplex, Chapters:
    A space is missing between the words "activate,deactivate"
    Quote Quote  
  7. @ ProWo

    v3.4.7.13 feedback

    You can not use "To batch" at the Convert subtitle stream page any longer, cause of the new zero byte file check.

    Image
    [Attachment 89853 - Click to enlarge]


    When you cut, it could happen that a sub stream does not have any content any longer. Could such empty streams cause problems at later usage?

    Could the "Convert to" selection store its setting?
    As I remember, we had that in the past.
    Last edited by Findu; 22nd Nov 2025 at 19:14.
    Quote Quote  



Similar Threads

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