SHOW:
|
|
- or go back to the newest paste.
1 | - | $ ffmpeg -y -i combined_audio.mp3 -c:a aac -b:a 384k -profile:a aac_low -strict -2 combined_audio_ytfriendly.mp3 ffmpeg version N-75976-gd59bfcd Copyright (c) 2000-2015 the FFmpeg developers |
1 | + | ffmpeg -y -i combined_audio.mp3 -f concat -i tmp/ffmpeg_to_concat.txt -c:v copy -c:a aac -b:a 384k -profile:a aac_low -strict -2 tmp/tmp.mp4 |