Hello,
I'm trying to match an audio from a PAL video in 25fps to another video with a framerate of 24/1.001, I used eac3to with the command line "slowdown" and it works pretty well.
The audio format of the first tracks are AC3 192kbps for stereo and 448kbps for 5.1 (I have 2 tracks).
The problem is I will lose quality if I reencode, I would like to limit this loss.
I converted first to flac to add and remove silence between scenes (mostly black transitions) to match the image of the video and after I will reencode to AC3 for compatibility.
As the files are already lossy, can I use the same bitrate to reencode ? Or I have to choose a little above like 320kbps for stereo and 640kbps for 5.1 or maybe another format than AC3. I know that flac is lossless but I would like to keep compatibility with common devices.
The track is mostly talks, no much music.
I used those commands for the stereo track :
and after add/remove silencesCode:eac3to input.ac3 output.flac -slowdown
Code:eac3to input.flac output.ac3 -192
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by BKloud; 25th Jan 2022 at 08:10.
-
You could also use clever FFmpeg-GUI for this task.
It can not only slowdown or speedup any audiotrack, but also adjust the pitch.
[Attachment 63083 - Click to enlarge]
Similar Threads
-
Converting 25fps audio to 24fps audio without lowering voice pitch
By killerteengohan in forum AudioReplies: 12Last Post: 14th Apr 2021, 16:21 -
29.97 fps to 23.976fps audio with length different
By ChampaRando in forum Video ConversionReplies: 19Last Post: 26th Nov 2020, 16:10 -
how can I batch EAC3To from 25FPS(pal) to 23.976FPS(NTSC)?
By aniel in forum AudioReplies: 2Last Post: 5th Feb 2020, 04:02 -
[from 50fps to 25fps] vs [directly 25fps]
By dira in forum Video ConversionReplies: 1Last Post: 6th Dec 2019, 03:48 -
Applied 25fps to 23.9976 slowdown yet audio gets out of sync as video plays
By Snow667 in forum AudioReplies: 2Last Post: 4th Aug 2019, 03:25