Attempting to change the bitrates of quite a few audio sample encoded via vorbis; ie ogg audio files.
The source files don't have an extension (.ogg), but are .ogg files as confirmed by analysing file headers.
Via ffmpeg, just doing a simple bitrate change using the command -
ffmpeg then produces numerous caution messages like -Code:ffmpeg -i input [ogg file with no extension] -codec:a libvorbis -b:a 128k [ogg file with no extension]_128k.ogg
[Attachment 78466 - Click to enlarge]
But despite these messages, output ogg files are still being output.
I've checked the length (in time) of the source and output files and they seem to be the same length of the time, but not always (maybe out by a few milliseconds).
I've played back both the source and output files and they sound about the same.
Should I be concerned about these caution messages?
Here is a sample source extensionless ogg file
+ Reply to Thread
Results 1 to 4 of 4
-
-
Seems to be a valid file, sans the extension.
You could try adding this code before the output file name
Code:-af "aresample=async=1:first_pts=0"
-
Thanks for the suggestion!
I added the above command and there is no longer any caution messages appearing! The output ogg file seems to be of the same length as the source, and when played back also seems to be the same as the source.
So this added command works.
But I don't quite understand what caused the initial caution messages to occur? Especially the "queue input is backward in time" message? What on earth does that mean? -
I don't know the technical reason, but it appears to occur when converting ogg > ogg.
Seems to be related to massaging the file to deal with timing problems. More info here:
http://underpop.online.fr/f/ffmpeg/help/aresample.htm.gz
Perhaps somebody else can explain further (then we'll both learn something!)
Similar Threads
-
ITV changing audio track
By ac427 in forum Video Streaming DownloadingReplies: 0Last Post: 12th Nov 2021, 13:27 -
Facebook livestream audio volume changing
By Jeikobu in forum Video Streaming DownloadingReplies: 0Last Post: 28th Feb 2021, 11:11 -
Changing the channel of a messed up audio in video
By [ss]vegeta in forum AudioReplies: 2Last Post: 17th Nov 2020, 15:10 -
How to crop Video with FFMPEG without changing bitrate ?
By DonSeenu in forum Video ConversionReplies: 7Last Post: 17th Jun 2020, 14:58 -
changing bitrate on a movie
By foldbck123 in forum Newbie / General discussionsReplies: 27Last Post: 21st Apr 2019, 14:07