[FFmpeg-user] It is not possible to complete 2 passes/dash

2024-09-05 Thread Варзанов Дмитрий
ffmpeg -i {file} -cpu-used 8 -movflags +faststart -map_metadata -1 -c:v libaom-av1 -pix_fmt yuv420p -an -map 0:v:0 -filter:v:0 {crop},scale=-2:144,fps={min(30, fps)},setdar=16/9 -map 0:v:0 -filter:v:1 {crop},scale=-2:240,fps={min(30, fps)},setdar=16/9 -pass 1 -f null /dev/null && ffmpeg -i {file} -

[FFmpeg-user] ffMpeg commnad line issue

2024-09-05 Thread Sargis Boyakhchyan via ffmpeg-user
Hi dears,I am developer and using "com.arthenica:mobile-ffmpeg-full-gpl:4.4"this lib in the project. but there is problem when trying to use text_align command while saving text on the video. though in documentation there is information that it will work and there is such option. So please let

[FFmpeg-user] ffMpeg commnad line issue

2024-09-05 Thread Sargis Boyakhchyan via ffmpeg-user
Hi dears,I am developer and using "com.arthenica:mobile-ffmpeg-full-gpl:4.4"this lib in the project. but there is problem when trying to use text_align command while saving text on the video. though in documentation there is information that it will work and there is such option. So please let

Re: [FFmpeg-user] It is not possible to complete 2 passes/dash

2024-09-05 Thread Ferdi Scholten
ffmpeg -i {file} -cpu-used 8 -movflags +faststart -map_metadata -1 -c:v libaom-av1 -pix_fmt yuv420p -an -map 0:v:0 -filter:v:0 {crop},scale=-2:144,fps={min(30, fps)},setdar=16/9 -map 0:v:0 -filter:v:1 {crop},scale=-2:240,fps={min(30, fps)},setdar=16/9 -pass 1 -f null /dev/null && ffmpeg -i {file