-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized option 'newaudio' #20
Comments
I've commented the line 546 of devede_ffmpeg_convert.py and it seems it's working... The block code is:
|
Your solution doesnt work if the user wants to preserve several audio tracks.. To get it to work i made some changes to the devede_ffmpeg_convert.py I choose the option that the tracks are in AC3 and to copy them then I made these changes in the script file: 240 if (audiodelay!=0.0) and (copy_audio==False) and (isvob==False): 543 #at=audio_tracks My fix wont work if you change the audio delay setting.. |
It seems that the ffmpeg -newaudio option doesn't exists anymore. So I can't convert to devede with error:
Unrecognized option 'newaudio'.
Error splitting the argument list: Option not found
My ffmpeg version: 1:1.1.3
My devede version: 3.23.0
The text was updated successfully, but these errors were encountered: