View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000351 | Cinelerra-GG | Feature | public | 2019-12-13 12:38 | 2019-12-25 04:51 |
| Reporter | Olaf | Assigned To | PhyllisSmith | ||
| Priority | none | Severity | minor | Reproducibility | N/A |
| Status | acknowledged | Resolution | open | ||
| Summary | 0000351: Various Render Profiles | ||||
| Description | Unfortunately, the user does not have the possibility to create a directory structure in his "$HOME/.bcast5/" like in "/usr/share/cin/ffmpeg/" to add his own profiles. Therefore the installation should have a sufficient number of profiles. These profiles should be designed with users in mind, i.e. they should contain a short description and, if necessary, useful default settings. We could use this page to exchange profiles. | ||||
| Tags | FFmpeg, Profile, Rendering | ||||
| Attached Files | |||||
|
|
Audio Profiles user_flac.flac (231 bytes)
flac flac # Flac is a lossless audio codec with good compression # and relatively low CPU load. Flac is suitable for # permanent archiving of audio. # Compression: 0-8 (fast-high), where 5 is used as standard. #compression_level 8 user_s24le.mkv (164 bytes)
matroska pcm_s24le # Lossless PCM (pcm_s24le) in Matroska container. # If onlyaudio is exported, the extension should # be "mka". # ffmpeg --help encoder=pcm_s24le user_s24le.wav (131 bytes)
wav pcm_s24le # PCM (pcm_s24le) in RIFF WAVE. # ffmpeg --help muxer=wav # Use RF64 header rather than RIFF for large files: rf64 1 user_s32le.wav (131 bytes)
wav pcm_s32le # PCM (pcm_s32le) in RIFF WAVE. # ffmpeg --help muxer=wav # Use RF64 header rather than RIFF for large files: rf64 1 |
|
|
Video Profiles user_ffv1.mkv (207 bytes)
matroska ffv1 # FFV1 works lossless and is suitable for the # permanent archiving of videos. Flac is often # used as audio codec for this purpose. # ffmpeg --help encoder=ffv1 #threads=8 context=1 slices=30 user_ffvhuff.mkv (204 bytes)
matroska ffvhuff # FFvHuff is a further development of HuffYUV. # Lossless, fast and smaller file sizes than # HuffYUV. Lossless PCM is ideally suited as # an audio codec. # ffmpeg --help encoder=ffvhuff |
|
|
Good idea. Share yours here and most likely they will be added to the default available profiles. The 6 provided by Olaf have been checked into GIT. Also, you can share your plugin "presets" here if you think they will be useful for others -- although in the case of plugin presets, you do get the opportunity to save them automatically in $HOME/.bcast5/Cinelerra_presets so they do not get wiped out. |
|
|
Audio: One set each of Matroska (mkv), Matoska Audio (mka) and Wave64 profiles. Do not currently use Matroska Audio (mka) in conjunction with CGG for editing. I've added the profiles in the hope someone will find out why CGG is stuttering. user_s16le.w64 (191 bytes)
w64 pcm_s16le # Pure audio format. # PCM signed 16-bit little-endian (pcm_s16le) in # Sony Pictures Digital Wave 64 (Wave64, .w64) # ffmpeg --help encoder=pcm_s16le # ffmpeg --help muxer=w64 user_s24le.w64 (191 bytes)
w64 pcm_s24le # Pure audio format. # PCM signed 24-bit little-endian (pcm_s24le) in # Sony Pictures Digital Wave 64 (Wave64, .w64) # ffmpeg --help encoder=pcm_s24le # ffmpeg --help muxer=w64 user_s32le.w64 (191 bytes)
w64 pcm_s32le # Pure audio format. # PCM signed 32-bit little-endian (pcm_s32le) in # Sony Pictures Digital Wave 64 (Wave64, .w64) # ffmpeg --help encoder=pcm_s32le # ffmpeg --help muxer=w64 user_s16le.mka (196 bytes)
matroska pcm_s16le # PCM signed 16-bit little-endian (pcm_s16le) in # Matroska (Audio) container. # The extension should be "mka". # ffmpeg --help encoder=pcm_s16le # ffmpeg --help muxer=matroska user_s24le.mka (196 bytes)
matroska pcm_s24le # PCM signed 24-bit little-endian (pcm_s24le) in # Matroska (Audio) container. # The extension should be "mka". # ffmpeg --help encoder=pcm_s24le # ffmpeg --help muxer=matroska user_s32le.mka (196 bytes)
matroska pcm_s32le # PCM signed 32-bit little-endian (pcm_s32le) in # Matroska (Audio) container. # The extension should be "mka". # ffmpeg --help encoder=pcm_s32le # ffmpeg --help muxer=matroska user_s16le.mkv (217 bytes)
matroska pcm_s16le # PCM signed 16-bit little-endian (pcm_s16le) in # Matroska container. # If only audio is exported, the extension should # be "mka". # ffmpeg --help encoder=pcm_s16le # ffmpeg --help muxer=matroska user_s24le-2.mkv (217 bytes)
matroska pcm_s24le # PCM signed 24-bit little-endian (pcm_s24le) in # Matroska container. # If only audio is exported, the extension should # be "mka". # ffmpeg --help encoder=pcm_s24le # ffmpeg --help muxer=matroska user_s32le.mkv (217 bytes)
matroska pcm_s32le # PCM signed 32-bit little-endian (pcm_s32le) in # Matroska container. # If only audio is exported, the extension should # be "mka". # ffmpeg --help encoder=pcm_s32le # ffmpeg --help muxer=matroska |
|
|
I see that the forum software renames filenames itself to avoid collisions. I don't have "-2" files, but they are updated files. |
|
|
The latest checkin includes the aforementioned 9 user audio ffmpeg formats. Thank you Olaf. I was totally unaware that Matroska for audio only would have an extension of mka instead of mkv. Good to know. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-12-13 12:38 | Olaf | New Issue | |
| 2019-12-13 12:38 | Olaf | Tag Attached: FFmpeg | |
| 2019-12-13 12:38 | Olaf | Tag Attached: Profile | |
| 2019-12-13 12:38 | Olaf | Tag Attached: Rendering | |
| 2019-12-13 12:42 | Olaf | File Added: user_flac.flac | |
| 2019-12-13 12:42 | Olaf | File Added: user_s24le.mkv | |
| 2019-12-13 12:42 | Olaf | File Added: user_s24le.wav | |
| 2019-12-13 12:42 | Olaf | File Added: user_s32le.wav | |
| 2019-12-13 12:42 | Olaf | Note Added: 0002571 | |
| 2019-12-13 12:44 | Olaf | File Added: user_ffv1.mkv | |
| 2019-12-13 12:44 | Olaf | File Added: user_ffvhuff.mkv | |
| 2019-12-13 12:44 | Olaf | Note Added: 0002572 | |
| 2019-12-13 18:04 | PhyllisSmith | Note Added: 0002575 | |
| 2019-12-14 03:02 | PhyllisSmith | Note Edited: 0002575 | |
| 2019-12-18 19:08 | Olaf | File Added: user_s16le.w64 | |
| 2019-12-18 19:08 | Olaf | File Added: user_s24le.w64 | |
| 2019-12-18 19:08 | Olaf | File Added: user_s32le.w64 | |
| 2019-12-18 19:08 | Olaf | File Added: user_s16le.mka | |
| 2019-12-18 19:08 | Olaf | File Added: user_s24le.mka | |
| 2019-12-18 19:08 | Olaf | File Added: user_s32le.mka | |
| 2019-12-18 19:08 | Olaf | File Added: user_s16le.mkv | |
| 2019-12-18 19:08 | Olaf | File Added: user_s24le-2.mkv | |
| 2019-12-18 19:08 | Olaf | File Added: user_s32le.mkv | |
| 2019-12-18 19:08 | Olaf | Note Added: 0002583 | |
| 2019-12-18 19:12 | Olaf | Note Added: 0002584 | |
| 2019-12-25 04:51 | PhyllisSmith | Assigned To | => PhyllisSmith |
| 2019-12-25 04:51 | PhyllisSmith | Status | new => acknowledged |
| 2019-12-25 04:51 | PhyllisSmith | Note Added: 0002602 |