[FFmpeg-user] multiple bitrates with different logos

Michael Glenn Williams michael.glenn.williams at smartblondeco.com
Sat May 9 06:15:31 EEST 2020


Are you looking for this?
https://superuser.com/questions/1413156/ffmpeg-adding-image-watermark-to-other-images

On Thu, May 7, 2020 at 9:05 AM Abe Arif <abearif at gmail.com> wrote:

> Hi Everyone,
>
> i have a sh to split mp4 become 4 bitrates and one audio only
>
> #!/bash
> filename=`echo $namefile|cut -f1 -d'.'`
> #
> ffmpeg -y -i $1 \
>         -b:v 2000k -s 1280x720 -an -vcodec libx264 -crf 23
> "$filename"_V0.mp4 \
>         -b:v 1000k -s 960x540 -an -vcodec libx264 -crf 23
> "$filename"_V1.mp4 \
>         -b:v 600k -s 480x270 -an -vcodec libx264 -crf 23 "$filename"_V2.mp4
> \
>         -b:v 300k -s 320x180 -an -vcodec libx264 -crf 23 "$filename"_V3.mp4
> \
>         -vn -c:a copy "$filename"_A0.0_eng.mp4
>
> for a purposed, each bitrate must have a different client logo.,( 720p.png,
> 540p.png, 270p.png, 180p.png)
>
> how to attach them ?
>
>
> regards,
>
> ab
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



-- 
<https://meetings.hubspot.com/michael-glenn-williams> Michael Williams

CEO | CTO

Smart Blonde Experiential
8054991994
michael.glenn.williams at smartblondeco.com
totalvu.tv
13900 Marquesas Way, Marina Del Rey, CA
<http://totalvu.tv>
[image: facebook]
<https://www.facebook.com/boldstream/app/128953167177144/> [image:
twitter] <https://twitter.com/smartblondecorp> [image: linkedin]
<https://www.linkedin.com/in/michaelglennwilliams/>


More information about the ffmpeg-user mailing list