Hello friends I use this code for many videos...
For when complete I want to addCode:for filename in *.avi; do ffmpeg -i "$filename" -movflags faststart -vf delogo=x=160:y=560:w=319:h=79 -c:v libx264 -crf 29 -c:a aac -b:a 100k -profile:v baseline -level 3.0 -preset fast "$(basename "$filename" .avi)_blur.mp4" done
How to do this? Thanks friendsCode:&& vlc /home/jose/Music/vega.mp3
Try DVDFab Video Downloader and rip Netflix video! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
Last edited by Matador; 10th Dec 2018 at 18:04.
-
Yes good idea friend code works, thanks you
Last edited by Matador; 11th Dec 2018 at 13:24.
-
Friends the code plays song after 1 video is complete
Code:for filename in *.avi; do ffmpeg -i "$filename" -movflags faststart -vf delogo=x=160:y=560:w=319:h=79 -c:v libx264 -crf 29 -c:a aac -b:a 100k -profile:v baseline -level 3.0 -preset fast "$(basename "$filename" .avi)_blur.mp4" ; ffplay "/home/aaron/Music/vega.mp3"; done
Similar Threads
-
Create mp3 duplicates of all mp4-files in a folder using ffmpeg
By DennisO in forum Video ConversionReplies: 29Last Post: 23rd Nov 2018, 07:37 -
Avidemux Crashes When Trying To Play Mkv With FFMpeg Audio (I Think)
By LouieChuckyMerry in forum EditingReplies: 0Last Post: 16th Oct 2017, 16:22 -
How do I use FFmpeg to convert H.264/AAC to H.263/MP3 in .MP4 container?
By Gary_G in forum Video ConversionReplies: 18Last Post: 25th Dec 2016, 17:40 -
Using FFMPEG how do I convert an entire folder of webm files to wav or mp3?
By alphainventions in forum Video ConversionReplies: 1Last Post: 7th Aug 2016, 20:56 -
Want video created with FFMPEG to play on other computers
By BobAchgill in forum Newbie / General discussionsReplies: 14Last Post: 28th Jan 2014, 02:06