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
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by zeosle; 20th Jul 2023 at 01:13.
-
Create a batch file:
ffmpeg -cenc_decryption_key a65e70e18c44ba7dcfc032cb117a6533 -i "https://mpd" -c copy video.ts
start /b /wait del video.ts
Similar Threads
-
FFmpeg Batch for Windows
By Eibol in forum Video ConversionReplies: 806Last Post: 18th Jun 2025, 10:01 -
How do you do batch encodes with FFMPEG?
By Guernsey in forum Newbie / General discussionsReplies: 1Last Post: 12th Jul 2021, 22:33 -
Get the complete FFmpeg command line when using FFmpeg Batch Converter
By pascor in forum Newbie / General discussionsReplies: 8Last Post: 13th May 2021, 23:14 -
Useful FFmpeg Windows Batch Script
By Guanadon in forum Newbie / General discussionsReplies: 0Last Post: 22nd Sep 2020, 10:48 -
how to use ffmpeg in batch?
By ujang in forum ProgrammingReplies: 14Last Post: 13th Apr 2019, 19:21