Skip to content
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

moov atom not found #20

Open
bh4rtp opened this issue Apr 14, 2016 · 1 comment
Open

moov atom not found #20

bh4rtp opened this issue Apr 14, 2016 · 1 comment

Comments

@bh4rtp
Copy link

bh4rtp commented Apr 14, 2016

The details show as follow.

allen@allen-vm:~$ autosub -S en-GB -D zh-CN SimplySolar.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x932caa0] moov atom not found
SimplySolar.mp4: Invalid data found when processing input
Traceback (most recent call last):
File "/usr/local/bin/autosub", line 260, in
sys.exit(main())
File "/usr/local/bin/autosub", line 194, in main
audio_filename, audio_rate = extract_audio(args.source_path)
File "/usr/local/bin/autosub", line 104, in extract_audio
subprocess.check_output(command)
File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['ffmpeg', '-y', '-i', 'SimplySolar.mp4', '-ac', '1', '-ar', '16000', '-loglevel', 'error', '/tmp/tmpdlIVEL.wav']' returned non-zero exit status 1

@kiemrong08
Copy link

You need to add the path of ffmpeg.exe (path of bin directory) in drive to PATH variable environtment in windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants