| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | May 14 at 9:24 | |
| stats | profile views | 1 |
|
May 12 |
comment |
How can 1080p films be so disproportionally lightweight? @sinekonata most video cameras - even the ones used by Hollywood - already record using lossy formats, so outputting to raw video would give no benefit. You can see the standards listed for digital cinema on Wikipedia - tl;dr they use (lossy) Motion JPEG2000 with a maximum bit rate of 250 Mbit/s. |
|
Apr 9 |
comment |
recording to multiple locations @JordanLeslieTrainor I don't know if that's possible, but you might have better luck asking a more generic 'emulating RAID 0 with software' question over on superuser or one of the other more technically-oriented SE sites |
|
Apr 7 |
answered | recording to multiple locations |
|
Apr 5 |
comment |
How to get FFMPEG to join non-sequential image files? (skip by 3s) I'm pretty sure that you need to put *.png in single-quotes (so '*.png') to avoid it being expanded by Unix-style shells (so, OSX and linux etc). |
|
Mar 30 |
comment |
Non-Linear Video Editor for Free or Cheap That Does These Things +1 - Lightworks is a great tool, I've come to like it more than FCP. It does have a slightly steep learning curve though. |
|
Mar 28 |
reviewed | Reviewed Connecting a microphone to a camera with a 25 foot cable - is it possible? |
|
Mar 25 |
awarded | Commentator |
|
Mar 25 |
comment |
Lossless convert WMA to WAV on a mac For converting a directory recursively, you'll want to use find, either with the -exec option, or piping to ffmpeg via xargs. If you want to get fancy, you could install GNU parallel and perform multiple conversions simultaneously. A basic example would be: find . -type f -name '*.wma' -exec bash -c 'ffmpeg -i "$0" "${0%.wma}.wav"' '{}' \; - see here for some related information. |
|
Mar 25 |
reviewed | Close How can I move a floating text or image with the video? |
|
Mar 25 |
reviewed | Leave Open Native SDI-output vs HDMI-SDI adapter for live stream |
|
Mar 24 |
comment |
Recommendation to Shooting Long Videos Does this camera stop recording at those points, or merely split the recording into several files? |
|
Mar 24 |
comment |
How to maximize volume and sound quality of a YouTube video It should be noted that youtube performs its own compression on every video uploaded, so you should export to the least-compressed version you can be bothered with (obviously, larger file=longer to upload). Also, IIRC (last time I checked this was two years ago), youtube uses better-quality (higher bit rate) audio compression for 720p and 1080p videos that it does for SD content, so uploading HD stuff might help. |
|
Mar 24 |
revised |
Avid import wmv file, just audio no video added 43 characters in body |
|
Mar 24 |
answered | Avid import wmv file, just audio no video |
|
Mar 22 |
answered | Are there any good video editing programs with a command line interface? |
|
Feb 20 |
comment |
OGV Format plays properly on my computer but transcoding drops (duplicate?) frames Would an answer along the lines of 'use a different screen recording program' be acceptable? It looks like GTK-recordmydesktop is creating broken files. |
|
Feb 17 |
awarded | Custodian |
|
Feb 17 |
reviewed | No Action Needed What export settings should I use in Premiere Pro for iBooks Author videos? |
|
Feb 15 |
revised |
Free batch conversion from FLAC to Apple Lossless (ALAC)? info on album cover images & how to get ffmpeg |
|
Feb 15 |
suggested | suggested edit on Free batch conversion from FLAC to Apple Lossless (ALAC)? |