You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you give a string for -a or -v an exception is thrown:
./n900-encode.py -i /data/bla.mpeg -f -a "asd"
Traceback (most recent call last):
File "./n900-encode.py", line 318, in
main(sys.argv[1:])
File "./n900-encode.py", line 73, in main
abitrate = int(arg) * 1000
ValueError: invalid literal for int() with base 10: 'asd'
Kind regards,
Andrwe
The text was updated successfully, but these errors were encountered:
Hi,
if you give a string for -a or -v an exception is thrown:
./n900-encode.py -i /data/bla.mpeg -f -a "asd"
Traceback (most recent call last):
File "./n900-encode.py", line 318, in
main(sys.argv[1:])
File "./n900-encode.py", line 73, in main
abitrate = int(arg) * 1000
ValueError: invalid literal for int() with base 10: 'asd'
Kind regards,
Andrwe
The text was updated successfully, but these errors were encountered: