View Single Post
Old 16th May 2019, 14:42   #2  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Quote:
Originally Posted by mbcd View Post
Which command do I need to delay (positiv/negative) an audio stream I am decoding into another format (uncompressed).
Positive 2.5 seconds try: -itsoffset 2.5
Negative 2.5 seconds try: -ss 00:02.500

Quote:
Originally Posted by mbcd View Post
And appended question:
Is there a way to fill up the end of this audio with silence to some defined total-length of audiostream or trim it to that total-length:

1:27min real-length
1:30min wanted total-length
0:03min silence added to end
Try: -longest

Quote:
Originally Posted by mbcd View Post
1:36min real-length
1:30min wanted total-length
0:06min trimmed from end
Try: -shortest
sneaker_ger is offline   Reply With Quote