- August 29, 2009
- 1,730
- 1,124
- Home Country
- Netherlands
That looks a lot like a crash in ffmpeg or a deadlock after starting the transcoding. Probably a bug on our side. To help fixing it, could you try this:
- Start a new command prompt
- Execute this command
(you can just copy-paste, but please change the first directory if you don't have an English Windows Vista or Windows 7 installation)
- Does it keep running? You can see this by the last line of the output that keeps changing and looks something like this:
- If not, please send the output to us (a screenshot is fine, no need to type it all over).
Thanks!
- Start a new command prompt
- Execute this command
Code:
"C:\Program Files (x86)\GmaWebService\FFMpeg\ffmpeg.exe" -y -i "\\THORSTENPC\Recorded TV\Filme\Der Morgen stirbt nie[1997]\Der Morgen stirbt nie[1997].ts" -s 400x224 -aspect 01.778 -vcodec libx264 -b 256k -profile baseline -preset veryfast -acodec aac -ab 64k -ac 2 -strict experimental -f mpegts "C:\out.ts"
- Does it keep running? You can see this by the last line of the output that keeps changing and looks something like this:
Code:
frame= 923 fps=256 q=31.0 size= 2712kB time=00:05:22.56 bitrate= 601.8kbits/s
Thanks!