Re: [FFmpeg-user] No audio on ffmpeg output

2021-03-04 Thread Laura Smith via ffmpeg-user
ng ‐‐‐ Original Message ‐‐‐ On Thursday, 4 March 2021 17:14, Peter White wrote: > On 04.03.21 17:38, Laura Smith via ffmpeg-user wrote: > > > Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, > > fltp, 317 kb/s (default) > >     Metadata:

Re: [FFmpeg-user] No audio on ffmpeg output

2021-03-04 Thread Laura Smith via ffmpeg-user
t, > it just sounds like whatever you have isn't playing it back for some reason. > Try VLC? Where do you need it to work? > P > On Thursday, 4 March 2021, 16:38:50 GMT, Laura Smith via ffmpeg-user > ffmpeg-user@ffmpeg.org wrote: > > > Hi, > > The bit

Re: [FFmpeg-user] No audio on ffmpeg output

2021-03-04 Thread Laura Smith via ffmpeg-user
for us the actual commandline that ends up getting > executed, and the output from ffmpeg, at least until it gets down to the > serious number crunching? The problem may be in the way the command is being > assembled. > > P > > On Thursday, 4 March 2021, 16:18:15 GMT, Laura Smit

[FFmpeg-user] No audio on ffmpeg output

2021-03-04 Thread Laura Smith via ffmpeg-user
Hi, Am I missing something simple here ? The command I am using is based on the example given at  https://google.github.io/shaka-packager/html/tutorials/encoding.html : ffmpeg -i "${SOURCE}" -c:a copy \ -vf "scale=-2:1080" \ -c:v libx264 -profile:v high -level:v 4.2 \ -x264-params scenecut