ffmpeg -i "input.mp4" -vcodec copy -acodec copy output.mkvffmpeg -i "input.mp4" -vcodec copy -acodec libopus output.mkvffmpeg -ss 00:42:59.984 -i "input.mp4" -vcodec copy -acodec copy output.mkvffmpeg -t 11:56 -i "input.mp4" -vcodec copy -acodec copy output.mkvffmpeg -i "input.mp4" -s 2304x1440 -crf 0 -vcodec h264_nvenc -acodec copy -stats output.mkvNote: Change -s value with the input resolution
ffmpeg -i "input.mp4" -vcodec copy -an output.mkvffmpeg -i "input.mp4" -vn -acodec copy output.opusffmpeg -i "input.mp4" -i audio.m4a -c copy output.mkv- First, we need to create
mylist.txt
file 'file1.mkv'
file 'file2.mkv'
file 'file3.mkv'- Run the command
ffmpeg -f concat -i mylist.txt -c copy output.mkv- First, check the average dB volume
ffmpeg -i "input.m4a" -af "volumedetect" -vn -sn -dn -f null -- Increate the volume
ffmpeg -i "input.m4a" -af "volume=30dB" output.m4aNote: 30dB is the number of decibels volume, if decrease set with minus -30dB
ffmpeg -i "input.mp4" -c:v libx264 -crf 23 -preset fast -c:a aac -b:a 128k -f hls -hls_time 10 -hls_playlist_type vod -hls_segment_filename "seg_%03d.ts" playlist.m3u8Note: -hls_time 10 split result duration