VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi mates,

    How do I automatically delete the video.ts below after I'm done livestreaming it and closed the player? What command do I add to ffmpeg to do so?

    ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
    Last edited by zeosle; 20th Jul 2023 at 01:13.
    Quote Quote  
  2. Create a batch file:

    ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
    start /b /wait del video.ts
    Quote Quote  
  3. Originally Posted by ProWo View Post
    Create a batch file:

    ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
    start /b /wait del video.ts
    Thank you.
    Quote Quote  



Similar Threads

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