Re: [FFmpeg-user] Playback of mp4 file created by concatenating 9 mp4 files

2019-09-13 Thread Adrian
On September 13, 2019 1:46:41 PM EDT, JD wrote: >The resulting movie will not play. >To wit: >$ ffplay Cremation_History.mp4 >ffplay version 3.4.6 Copyright (c) 2003-2019 the FFmpeg developers >   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-36) >   configuration: --prefix=/usr

Re: [FFmpeg-user] Playback of mp4 file created by concatenating 9 mp4 files

2019-09-13 Thread Carl Eugen Hoyos
Am Fr., 13. Sept. 2019 um 19:47 Uhr schrieb JD : > $ /bin/ffmpeg -f concat -i flist -s 1920x1080 -vf > scale=1920x1080,setdar=16/9,setdar=16/9 -b:a 320k -b:v 4000k > Cremation_History.mp4 > ffmpeg version 3.4.6 Copyright (c) 2000-2019 the FFmpeg developers Too old, please test current FFmpeg

[FFmpeg-user] Playback of mp4 file created by concatenating 9 mp4 files

2019-09-13 Thread JD
The resulting movie will not play. To wit: $ ffplay Cremation_History.mp4 ffplay version 3.4.6 Copyright (c) 2003-2019 the FFmpeg developers   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-36)   configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg