Skip to content

Commit

Permalink
updates - added map and subtitles cutting 🐦
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightDanila committed Jan 23, 2024
1 parent e8d4937 commit a58b4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Video-CutAccurateAndRecode.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ REM //////////////////// MAIN \\\\\\\\\\\\\\\\\\\\\\\\\
REM ffmpeg -ss 00:00:00 -i %%x -to 00:02:28.327 -acodec copy -vcodec copy -map_metadata 0 -map 0 "%%~nx_output_CUT.mkv"
REM ffmpeg -ss 00:00:00 -i %%x -ss 00:00:00 -to 00:02:28.327 -acodec copy -vcodec copy -map_metadata 0 -map 0 "%%~nx_output_CUT.mkv"
REM ffmpeg -ss 00:03:10.360 -i %%x -to 00:05:28.327 -acodec copy -vcodec copy -map_metadata 0 -map 0 "%%~nx_output_CUT.mkv"
ffmpeg -i %%x -ss 00:00:10.000 -map_metadata 0 -map 0 "%%~nx_output_CUT.%%~xx"
ffmpeg -i %%x -ss 01:41:20.000 -to 01:59:45.000 -c:s mov_text -map_metadata 0 -map 0 "%%~nx_output_CUT.mp4"
REM ffmpeg -i %%x -vcodec copy -acodec copy -ss 00:00:11.2 -to 00:00:13.2 "%%~nx_output_CUT.mp4"
REM ffmpeg -i %%x -ss 00:11:40.000 -to 01:41:20.000 -c:s mov_text -map_metadata 0 -map 0 "%%~nx_output_CUT.%%~xx"
)
) else (
echo _____GET NO ONE FILES_____
Expand Down

0 comments on commit a58b4a3

Please sign in to comment.