Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Jimmy Asher
Click on the upper right corner of the console window to produce the menu for 
the console

Click edit=>select all
Selects everything
Click edit->copy
Copies the stuff you selected
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Jimmy Asher
Click on the upper right corner to produce the menu for the console

Click edit=>mark
Mark the stuff u want
Click edit->copy
Copies the stuff you marked

Stupid yes, 
possible yes, 
Microsoft yes
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Reindl Harald



Am 17.12.2015 um 22:38 schrieb Michael Koch:



* why do you pretend that one can't copy&paste console
  outout on windows?



Can you please explain how console output on Windows can be copied? I
also don't know how to do that. It doesn't work with ctrl-c


select -> right-click -> copy

the same way as in any other terminal since CTRL+C is for stop the 
current foreground process




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread James Darnley
On 2015-12-17 22:16, Reindl Harald wrote:
> 
> 
> Am 17.12.2015 um 22:10 schrieb Martín Capón Borreggo:
>> Thanks.
>>
>> What do u mean 'wihout the full output?
> 
> ffmpeg.exe outouts more than "I get an error 'unsupported code for
> stream #0.0'" and so when you do "fmpeg -i ejemplo.avi ejemplo.mp4"
> there is *more output*
> 
> and for "I can't copy and paste the error" two questions:
> 
> * why the hell do you create two threads on the list?
> * why do you pretend that one can't copy&paste console
>   outout on windows?

To select text in cmd.exe: Right click -> Mark
When your selection is made press enter and it will be on your clipboard.




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Michael Koch



* why do you pretend that one can't copy&paste console
  outout on windows?



Can you please explain how console output on Windows can be copied? I 
also don't know how to do that. It doesn't work with ctrl-c


Thanks,
Michael

--
**
  ASTRO ELECTRONIC   Dipl.-Ing. Michael Koch
   Raabestr. 43   37412 Herzberg
  www.astro-electronic.de
  Tel. +49 5521 854265   Fax +49 5521 854266
**

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Reindl Harald



Am 17.12.2015 um 22:22 schrieb Martín Capón Borreggo:

Hi again:

Sorry for having two threads. I am learning to use it.

I have ffmpeg.exe. No other files like fvtools etc. that come with the 
ffmpeg.exe. Maybe the error is because it needs the other files.


COPY YOUR WHOLE INPUT AND OUTPUT FROM THE COMMAND LINE INTO A MAIL AND 
STOP WASTING OUR TIME - WE NEED THE COMPLETE OUTPUT TO UNDERSTAND WHAT 
HAPPENS



To: ffmpeg-user@ffmpeg.org
From: h.rei...@thelounge.net
Date: Thu, 17 Dec 2015 22:16:22 +0100
Subject: Re: [FFmpeg-user] New user want to use ffmpeg in asp.net



Am 17.12.2015 um 22:10 schrieb Martín Capón Borreggo:

Thanks.

What do u mean 'wihout the full output?


ffmpeg.exe outouts more than "I get an error 'unsupported code for
stream #0.0'" and so when you do "fmpeg -i ejemplo.avi ejemplo.mp4"
there is *more output*

and for "I can't copy and paste the error" two questions:

* why the hell do you create two threads on the list?
* why do you pretend that one can't copy&paste console
outout on windows?


Do u know where can I downoload all the files that come with ffmpeg and the 
ffmpeg itself in zip format?


ffmpeg upstream only releases source code
what exactly are you missing and from where are you binaries?


Am 17.12.2015 um 20:12 schrieb Martín Capón Borreggo:

I am new. Want to use ffmpeg in asp.net

I downloaded the ffmpeg. I want to use html5 audio and video tags

I do ffmpeg -i ejemplo.avi ejemplo.mp4 in order to convert my 520 mb 
ejemplo.avi file into mp4.

ejemplo.mp4 is created with 0 bytes.

I get an error 'unsupported code for stream #0.0'

Can u help me?


not without the full output




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Martín Capón Borreggo
Hi again:
 
Sorry for having two threads. I am learning to use it.
 
I have ffmpeg.exe. No other files like fvtools etc. that come with the 
ffmpeg.exe. Maybe the error is because it needs the other files.
 
tia
 
To: ffmpeg-user@ffmpeg.org
From: h.rei...@thelounge.net
Date: Thu, 17 Dec 2015 22:16:22 +0100
Subject: Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

 
 
Am 17.12.2015 um 22:10 schrieb Martín Capón Borreggo:
> Thanks.
>
> What do u mean 'wihout the full output?
 
ffmpeg.exe outouts more than "I get an error 'unsupported code for 
stream #0.0'" and so when you do "fmpeg -i ejemplo.avi ejemplo.mp4" 
there is *more output*
 
and for "I can't copy and paste the error" two questions:
 
* why the hell do you create two threads on the list?
* why do you pretend that one can't copy&paste console
   outout on windows?
 
> Do u know where can I downoload all the files that come with ffmpeg and the 
> ffmpeg itself in zip format?
 
ffmpeg upstream only releases source code
what exactly are you missing and from where are you binaries?
 
> Am 17.12.2015 um 20:12 schrieb Martín Capón Borreggo:
>> I am new. Want to use ffmpeg in asp.net
>>
>> I downloaded the ffmpeg. I want to use html5 audio and video tags
>>
>> I do ffmpeg -i ejemplo.avi ejemplo.mp4 in order to convert my 520 mb 
>> ejemplo.avi file into mp4.
>>
>> ejemplo.mp4 is created with 0 bytes.
>>
>> I get an error 'unsupported code for stream #0.0'
>>
>> Can u help me?
>
> not without the full output
 

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user  
  
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Reindl Harald



Am 17.12.2015 um 22:10 schrieb Martín Capón Borreggo:

Thanks.

What do u mean 'wihout the full output?


ffmpeg.exe outouts more than "I get an error 'unsupported code for 
stream #0.0'" and so when you do "fmpeg -i ejemplo.avi ejemplo.mp4" 
there is *more output*


and for "I can't copy and paste the error" two questions:

* why the hell do you create two threads on the list?
* why do you pretend that one can't copy&paste console
  outout on windows?


Do u know where can I downoload all the files that come with ffmpeg and the 
ffmpeg itself in zip format?


ffmpeg upstream only releases source code
what exactly are you missing and from where are you binaries?


Am 17.12.2015 um 20:12 schrieb Martín Capón Borreggo:

I am new. Want to use ffmpeg in asp.net

I downloaded the ffmpeg. I want to use html5 audio and video tags

I do ffmpeg -i ejemplo.avi ejemplo.mp4 in order to convert my 520 mb 
ejemplo.avi file into mp4.

ejemplo.mp4 is created with 0 bytes.

I get an error 'unsupported code for stream #0.0'

Can u help me?


not without the full output




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Martín Capón Borreggo
Hi:
 
Thanks.
 
What do u mean 'wihout the full output?
 
Do u know where can I downoload all the files that come with ffmpeg and the 
ffmpeg itself in zip format?
 
TIA
 
 
Am 17.12.2015 um 20:12 schrieb Martín Capón Borreggo:
> I am new. Want to use ffmpeg in asp.net
>
> I downloaded the ffmpeg. I want to use html5 audio and video tags
>
> I do ffmpeg -i ejemplo.avi ejemplo.mp4 in order to convert my 520 mb 
> ejemplo.avi file into mp4.
>
> ejemplo.mp4 is created with 0 bytes.
>
> I get an error 'unsupported code for stream #0.0'
>
> Can u help me?

not without the full output

  
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] New user want to use ffmpeg in asp.net

2015-12-17 Thread Reindl Harald



Am 17.12.2015 um 20:12 schrieb Martín Capón Borreggo:

I am new. Want to use ffmpeg in asp.net

I downloaded the ffmpeg. I want to use html5 audio and video tags

I do ffmpeg -i ejemplo.avi ejemplo.mp4 in order to convert my 520 mb 
ejemplo.avi file into mp4.

ejemplo.mp4 is created with 0 bytes.

I get an error 'unsupported code for stream #0.0'

Can u help me?


not without the full output



signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user