Replies: 1 comment
-
| 
         Same thing also happens with the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Source video contains subtitles:
$ auto-editor info CD-20251022.mp4 CD-20251022.mp4: - recommendedTimebase: 25/1 - video: - track 0: - codec: h264 - fps: 25 - resolution: 1920x1080 - aspect ratio: 16:9 - pixel aspect ratio: 1 - duration: 4601.72 - pix fmt: yuv420p - timebase: 1/12800 - bitrate: 606244 - audio: - track 0: - codec: aac - layout: stereo - samplerate: 48000 - duration: 4601.557 - bitrate: 128931 - subtitle: - track 0: - codec: mov_text - bitrate: 98 - container: - duration: 4601.719999999999 - bitrate: 741463But the resulting video after running auto-editor without any extra options (apart from
--no-open) does not contain the subtitles anymore:$ auto-editor info CD-20251022_ALTERED.mp4 CD-20251022_ALTERED.mp4: - recommendedTimebase: 25/1 - video: - track 0: - codec: h264 - fps: 25 - resolution: 1920x1080 - aspect ratio: 16:9 - pixel aspect ratio: 1 - duration: 3577.56 - pix fmt: yuv420p - timebase: 1/12800 - bitrate: 579987 - audio: - track 0: - codec: aac - layout: stereo - samplerate: 48000 - duration: 3577.56 - bitrate: 128970 - container: - duration: 3577.56 - bitrate: 714489Beta Was this translation helpful? Give feedback.
All reactions