cmarrin / videomonkey

ffmpeg based video encoding tool for Mac OSX 10.6 and above
http://videomonkey.org
Other
38 stars 10 forks source link

Errors when converting h264 and wmv #75

Open cmarrin opened 12 years ago

cmarrin commented 12 years ago

When I try to convert an h264, it doesn't show up in the menu, waiting to be converted.

So I export it out as a ProRes422HQ mov and import that, but when I try to convert that to a wmv, I get the following error:

Begin transcode: wwh_render_sample_pr422.mov --> wwh_render_sample_pr422.wmv [Command 0] [Command 0] Command to execute: [Command 0] "/Applications/VideoMonkey?.app/Contents/Resources/bin/ffmpeg" -threads 1 -y -i "/Users/ch/Desktop/wwh_render_sample_pr422.mov" -s 960x544 -r 30 -vcodec wmv1 -b 7865631 -pix_fmt yuv420p -g 15 -qmin 3 -async 50 -acodec wmav2 -ar 44100 -ac 2 -ab 128000 -pass 1 "/Users/ch/Desktop/wwh_render_sample_pr422.wmv" [Command 0] [Command 0] --> FFmpeg version git-35d7d6f, Copyright (c) 2000-2011 the FFmpeg developers [Command 0] --> built on Mar 11 2011 10:32:52 with gcc 4.0.1 (Apple Inc. build 5465) [Command 0] --> configuration: --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-version3 --enable-libmp3lame --enable-libx264 --enable-avfilter --enable-libxvid --enable-libfaac --enable-nonfree --enable-swscale --enable-postproc --enable-libtheora --enable-libvorbis --enable-filters --enable-runtime-cpudetect --disable-doc --enable-static --disable-shared [Command 0] --> libavutil 50. 39. 0 / 50. 39. 0 [Command 0] --> libavcodec 52.113. 2 / 52.113. 2 [Command 0] --> libavformat 52.102. 0 / 52.102. 0 [Command 0] --> libavdevice 52. 2. 3 / 52. 2. 3 [Command 0] --> libavfilter 1. 76. 0 / 1. 76. 0 [Command 0] --> libswscale 0. 12. 0 / 0. 12. 0 [Command 0] --> libpostproc 51. 2. 0 / 51. 2. 0 [Command 0] ============================== [Command 0] | Command ran in 0 seconds [Command 0] ============================== [Command 1] [Command 1] Command to execute: [Command 1] "/Applications/VideoMonkey?.app/Contents/Resources/bin/ffmpeg" -threads 1 -y -i "/Users/ch/Desktop/wwh_render_sample_pr422.mov" -s 960x544 -r 30 -vcodec wmv1 -b 7865631 -pix_fmt yuv420p -g 15 -qmin 3 -async 50 -acodec wmav2 -ar 44100 -ac 2 -ab 128000 -pass 2 "/Users/ch/Desktop/wwh_render_sample_pr422.wmv" [Command 1] [Command 0] --> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/ch/Desktop/wwh_render_sample_pr422.mov': [Command 0] --> Metadata: [Command 0] --> major_brand : qt [Command 0] --> minor_version : 537199360 [Command 0] --> compatible_brands: qt [Command 0] --> creation_time : 2011-09-20 22:15:25 [Command 0] --> Duration: 00:01:22.33, start: 0.000000, bitrate: 85939 kb/s [Command 0] --> Stream #0.0(eng): Video: Apple ProRes? 422 (HQ), 960x540, 85932 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc [Command 0] --> Metadata: [Command 0] --> creation_time : 2011-09-20 22:15:25 [Command 0] --> [buffer @ 0x1055770] Invalid pixel format string '-1' [Command 0] --> Error opening filters! [Command 1] --> FFmpeg version git-35d7d6f, Copyright (c) 2000-2011 the FFmpeg developers [Command 1] --> built on Mar 11 2011 10:32:52 with gcc 4.0.1 (Apple Inc. build 5465) [Command 1] --> configuration: --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-version3 --enable-libmp3lame --enable-libx264 --enable-avfilter --enable-libxvid --enable-libfaac --enable-nonfree --enable-swscale --enable-postproc --enable-libtheora --enable-libvorbis --enable-filters --enable-runtime-cpudetect --disable-doc --enable-static --disable-shared [Command 1] --> libavutil 50. 39. 0 / 50. 39. 0 [Command 1] --> libavcodec 52.113. 2 / 52.113. 2 [Command 1] --> libavformat 52.102. 0 / 52.102. 0 [Command 1] --> libavdevice 52. 2. 3 / 52. 2. 3 [Command 1] --> libavfilter 1. 76. 0 / 1. 76. 0 [Command 1] --> libswscale 0. 12. 0 / 0. 12. 0 [Command 1] --> libpostproc 51. 2. 0 / 51. 2. 0 [Command 1] --> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/ch/Desktop/wwh_render_sample_pr422.mov': [Command 1] --> Metadata: [Command 1] --> major_brand : qt [Command 1] --> minor_version : 537199360 [Command 1] --> compatible_brands: qt [Command 1] --> creation_time : 2011-09-20 22:15:25 [Command 1] --> Duration: 00:01:22.33, start: 0.000000, bitrate: 85939 kb/s [Command 1] --> Stream #0.0(eng): Video: Apple ProRes? 422 (HQ), 960x540, 85932 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc [Command 1] --> Metadata: [Command 1] --> creation_time : 2011-09-20 22:15:25 [Command 1] ============================== [Command 1] | Command ran in 0 seconds [Command 1] ============================== FAILED with error code: 1 JS log: * pixels=522240, bitrateMin=5505941.504, bitrateMax=7865630.72, extraMultiplier=1.5061333333333333

[Command 1] --> [buffer @ 0x1040580] Invalid pixel format string '-1' [Command 1] --> Error opening filters! Please advise, thanks. -C