mulander / mget

Movie Get aims to be a simple console script allowing a user to download embeded movies from various video hosting services. It uses common nix programs to download the file and convert it from flv to avi format. The main work of mget is to get the direct video link, which it achieves with the help of the great ruby programming language.
GNU General Public License v2.0
0 stars 0 forks source link

ffmpeg conversion problem #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mget.rb http://szll.wrzuta.pl/film/8bJfsMIitg/

What is the expected output? 
- flv file converted to mpg

What do you see instead?
[mp2 @ 0x4c2023c8]Sampling rate 11025 is not allowed in mp2
Error while opening codec for output stream #0.1 - maybe incorrect
parameters such as bit_rate, rate, width or height

What version of the product are you using? On what operating system?
1.19

Please provide any additional information below.
Helps adding "-acodec copy" to ffmpeg options

Original issue reported on code.google.com by slawomir...@gmail.com on 18 Dec 2007 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 18 Dec 2007 at 7:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by defc0n.defc0n@gmail.com on 18 Dec 2007 at 7:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed: r132.

Original comment by defc0n.defc0n@gmail.com on 27 Jan 2008 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 27 Jan 2008 at 4:00