| bio | website | boncey.org |
|---|---|---|
| location | London, United Kingdom | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | Nov 1 '12 at 15:54 | |
| stats | profile views | 2 |
Freelance software developer living in the UK.
|
Nov 1 |
awarded | Notable Question |
|
Jun 11 |
awarded | Popular Question |
|
Dec 22 |
awarded | Student |
|
Dec 20 |
answered | Good free m2ts to mp4 converter? |
|
Nov 21 |
awarded | Tumbleweed |
|
Nov 14 |
comment |
Free Linux tool to convert FLV to MP3 You could write a script that calls ffmpeg -i <your flv file> and parses the output to see what format the audio is in - then either copy (as above) or transcode as in the other answer. |
|
Nov 14 |
comment |
When I read “MPEG-4 AAC”, does this mean 'AAC', 'AAC+ Version 1', or 'AAC+ Version 2'? You may want to check compatibility with what you are encoding for - I had problems in Premiere Pro with AAC until I encoded using the LC (Low Complexity) profile. |
|
Nov 14 |
asked | How do I specify baseline H264 profile using FFmbc? |
|
Nov 10 |
awarded | Teacher |
|
Nov 10 |
comment |
Importing an unsupported file type into Premiere Pro CS5 I've only really used H.264 so not sure what's best - maybe you could ask as a new question on the site? |
|
Nov 10 |
answered | Which cameras produce video that can be edited on a mac without transcoding? |
|
Nov 1 |
awarded | Supporter |
|
Nov 1 |
comment |
Importing an unsupported file type into Premiere Pro CS5 Your first ffmpeg command was audio only because you didn't specify a video codec (-vcodec). Obviously "-vcodec copy" won't solve your problem - "ffmpeg -codecs" will list available codecs but they're probably all lossy so quality will be affected to some degree). |
|
Nov 1 |
answered | Importing an unsupported file type into Premiere Pro CS5 |