Hi, have a question. As far as I know the project is using ffmpeg as a backend. Are you going to emplement a more interactive respond from it? I mean:
- display information during the process (e.g. progress-bar which I've noticed but it does not work, and it's too bad)
- display errors if some occure, etc.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Progress-bar works for me. If it does not for you, please send me your file (if it is not huge) or (much better way)upload to http://filezzz.com and send me the link.
To display errors I have to check ffmpeg's output more often(now it's twice at second) and that will leave less CPU resources for ffmpeg. I'll try on my P3 700MHz to capture ffmpeg's errors and if ffmpeg's speed will be acceptable I'll leave that feature.
Sorry for my English.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Progress-bar may not work if your CPU is too fast.
I've tested Transcoder on P3 700MHz, Celeron 2.2GHz and Intel Core2Duo 1.83GHz.
Everything was okay.
I would like to know what CPU are you using ?.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using AMD Athlon XP 3200+ at 2.2 GHz. It's pretty old.
e.g. HandBrake shows the progress perfectly, but I realy like transcoder and wish to have the progress work.(
(I've tried it with binarys and to compile Transcoder from source, but still I have no working progress)
p.s. do you keep on working on the project? what are the plans for the future?
p.p.s. Your english is just fine. I'm not a native speaker so…;) I speak russian by the way:)
and for the last a dumb question: is 0.0.5 the latest version? maybe you have some updates but haven't yet shared it?
thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
У меня сейчас последний семестр в Ереванском Политехническом, мало времени на Transcoder.
Но Transcoder будет развиватсья.
Очень хочу тебе помочь, но не знаю как.
Please, запускай Transcoder из Terminal-а, и отправь мне или выложи тут output.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
А разве из этого не следует, что я ничего и не увижу, сколько не пытайся компилить?:)
...
gboolean show_stat=FALSE;
...
+ то что в обработчике нажатия на кнопку преборазовать я ни на мека на progress_bar не увидел. он только обнуляется в конце процедуры конвертации, как я понял и все.
или я что-то проглядел?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Standard c library(glibc) function "sscanf" does not work as expected for you.
What distribution are you using and what version of the glibc is installed?
May be somebody else has the same problem with "sscanf" and google can help figure out what is wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My cousin is using Arch Linux 64bit and glibc 2.13-3 and the progress-bar works for him.
Anyway.
callbacks.c line: 539. Please, replace integer 1000 with smaller one(100 for example) and recompile Transcoder.
Hope this'll help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Open Discussion
Hi, have a question. As far as I know the project is using ffmpeg as a backend. Are you going to emplement a more interactive respond from it? I mean:
- display information during the process (e.g. progress-bar which I've noticed but it does not work, and it's too bad)
- display errors if some occure, etc.
Thanks in advance.
Progress-bar works for me. If it does not for you, please send me your file (if it is not huge) or (much better way)upload to http://filezzz.com and send me the link.
To display errors I have to check ffmpeg's output more often(now it's twice at second) and that will leave less CPU resources for ffmpeg. I'll try on my P3 700MHz to capture ffmpeg's errors and if ffmpeg's speed will be acceptable I'll leave that feature.
Sorry for my English.
Progress-bar may not work if your CPU is too fast.
I've tested Transcoder on P3 700MHz, Celeron 2.2GHz and Intel Core2Duo 1.83GHz.
Everything was okay.
I would like to know what CPU are you using ?.
I'm using AMD Athlon XP 3200+ at 2.2 GHz. It's pretty old.
e.g. HandBrake shows the progress perfectly, but I realy like transcoder and wish to have the progress work.(
(I've tried it with binarys and to compile Transcoder from source, but still I have no working progress)
p.s. do you keep on working on the project? what are the plans for the future?
p.p.s. Your english is just fine. I'm not a native speaker so…;) I speak russian by the way:)
and for the last a dumb question: is 0.0.5 the latest version? maybe you have some updates but haven't yet shared it?
thanks,
Here's the link to a file I'm trying to convert http://www.filezzz.com/183436/Friends.s01e03.rus.dvdrip.avi.html
У меня сейчас последний семестр в Ереванском Политехническом, мало времени на Transcoder.
Но Transcoder будет развиватсья.
Очень хочу тебе помочь, но не знаю как.
Please, запускай Transcoder из Terminal-а, и отправь мне или выложи тут output.
http://tinypic.com/r/ilf8yp/7
http://tinypic.com/r/2q8txtw/7
http://tinypic.com/r/1gp0r5/7
Screenshots with your file
Вот что у меня выходит (видео).
А разве из этого не следует, что я ничего и не увижу, сколько не пытайся компилить?:)
+ то что в обработчике нажатия на кнопку преборазовать я ни на мека на progress_bar не увидел. он только обнуляется в конце процедуры конвертации, как я понял и все.
или я что-то проглядел?
callbacks.c line: 548
callbacks.c line: 564
callbacks.c line: 572
misc.c line: 206
Well, I don't know what to do…it just doesn't work.
Standard c library(glibc) function "sscanf" does not work as expected for you.
What distribution are you using and what version of the glibc is installed?
May be somebody else has the same problem with "sscanf" and google can help figure out what is wrong.
I'm using Arch Linux and glibc 2.13.
And U?
Debian Squeeze, glibc 2.11.2
My cousin is using Arch Linux 64bit and glibc 2.13-3 and the progress-bar works for him.
Anyway.
callbacks.c line: 539. Please, replace integer 1000 with smaller one(100 for example) and recompile Transcoder.
Hope this'll help.
Thanks, but it doesn't work for me.
I think its somthing wrong with my system.
Maybe later releases will work.