VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Hi. I try remove "Writing library" and "Encoding settings" metadata from 1080i Interlaced videofile

    Code:
    ffmpeg -i "video.ts" -map_metadata -1 -bsf:v 'filter_units=remove_types=6' -codec copy "video1.ts"
    But is corrupted rewind and seek in the 1080i Interlaced videofile. working only 1080p progressive videofile.
    Quote Quote  
  2. Originally Posted by Cryosim View Post
    Hi. I try remove "Writing library" and "Encoding settings" metadata from 1080i Interlaced videofile

    Code:
    ffmpeg -i "video.ts" -map_metadata -1 -bsf:v 'filter_units=remove_types=6' -codec copy "video1.ts"
    But is corrupted rewind and seek in the 1080i Interlaced videofile. working only 1080p progressive videofile.
    Remux it first to mkv and then retry.
    Quote Quote  
  3. Originally Posted by ProWo View Post
    Remux it first to mkv and then retry.
    Can't remux
    Code:
    ffmpeg -i "video.ts" -bsf:v 'filter_units=remove_types=6' -c copy "video.mkv"
    Code:
    [matroska @ 000001c4dba0fa40] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
    [matroska @ 000001c4dba0fa40] Can't write packet with unknown timestamp
    [aost#0:1/copy @ 000001c4dba07500] Error submitting a packet to the muxer: Invalid argument
        Last message repeated 1 times
    [out#0/matroska @ 000001c4da6d4880] Error muxing a packet
    [out#0/matroska @ 000001c4da6d4880] Task finished with error code: -22 (Invalid argument)
    [out#0/matroska @ 000001c4da6d4880] Terminating thread with return code -22 (Invalid argument)
    [matroska @ 000001c4dba0fa40] Can't write packet with unknown timestamp
    [out#0/matroska @ 000001c4da6d4880] Error writing trailer: Invalid argument
    Quote Quote  
  4. Use mkvtoolnix to mux the ts to mkv.
    Then retry the command with the new mkv.
    Quote Quote  
  5. Originally Posted by ProWo View Post
    Use mkvtoolnix to mux the ts to mkv.
    Then retry the command with the new mkv.
    I try it, but still seek in 1080i Interlaced broken.
    Quote Quote  
  6. try losslesscut .. you can edit the Metadata or delete it. you can also switch containers easily.
    recommend changing container to ts, then back to whatever you like.
    As always .. there is nothing wrong with my environment
    Quote Quote  



Similar Threads

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