Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Fri Aug 16, 2019 1:59 pm
- Forum: Adding Features to Audacity
- Topic: Piped export, allow export as float32le not just s16le
- Replies: 11
- Views: 1106
Re: Piped export, allow export as float32le not just s16le
'ffmpeg' -loglevel "verbose" -v 99 -i - -c:a pcm_f32le "%f" how is this it like making a 24-(8x3)bit-image out of 8-bit(256 color) data? 😕😖 but do appreciate the honesty about the nauseating waveforms earlier.. ...
- Fri Aug 16, 2019 8:11 am
- Forum: Adding Features to Audacity
- Topic: Piped export, allow export as float32le not just s16le
- Replies: 11
- Views: 1106
Re: Piped export, allow export as float32le not just s16le
This works fine for me: ffmpeg -i - -c:a pcm_f32le "%f.wav" Produces: General Complete name : myfile.wav Format : Wave File size : 5.05 MiB Duration : 30 s 0 ms Overall bit rate mode : Constant Overall bit rate : 1 411 kb/s ...
- Thu Aug 15, 2019 7:34 pm
- Forum: Nyquist
- Topic: Reduce or increase pitch WITH preserving duration
- Replies: 5
- Views: 617
Reduce or increase pitch WITH preserving duration
... so that the resulting music, with its possible tied notes and harmony is also preserved. If I take the original selection, export it and use ffmpeg or rubberband to get the pitch change, it does it perfectly, a beautiful pitch change to the exact percentage requested and with the same duration, ...
- Wed Aug 14, 2019 10:38 pm
- Forum: Adding Features to Audacity
- Topic: Piped export, allow export as float32le not just s16le
- Replies: 11
- Views: 1106
Piped export, allow export as float32le not just s16le
export audio via external program e.g. for ffmpeg -loglevel "verbose" -v 99 -i - "%f" -c:a:0 libopus -b:a:0 200k with show-output option checked i get … Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wav, from ...
- Sat Aug 10, 2019 12:52 pm
- Forum: Windows
- Topic: Dragging and dropping a file into Audacity in Windows locks up Explorer
- Replies: 16
- Views: 834
Re: Dragging and dropping a file into Audacity in Windows locks up Explorer
... It's free and open source so you can look to see how they do it. It seems to open new msvcr120.dll processes. I can drag and drop into a ffmpeg output.wav batch file and it doesn't lock up, so if you're using ffmpeg to convert it doesn't seem like this should be insurmountable.
- Fri Aug 09, 2019 2:12 am
- Forum: Windows
- Topic: Audacity files read as wav clip / bug?
- Replies: 8
- Views: 303
Re: Audacity files read as wav clip / bug?
... Couldn't find symbol 'AudacityModule' in a dynamic library (error 127: The specified procedure could not be found.) 04:58:10: Trying to load FFmpeg libraries... 04:58:10: Trying to load FFmpeg libraries from system paths. File name is 'avformat-55.dll'. 04:58:10: Looking up PATH environment ...
- Sat Aug 03, 2019 12:40 pm
- Forum: Windows
- Topic: Can't load mp4 (mp41/avc1) encoded audio files [solved. sort of]
- Replies: 11
- Views: 1133
Re: Can't load mp4 (mp41/avc1) encoded audio files [solved. sort of]
... suould state it cannot open "damaged Advanced Audio Coding files" or rather "damaged mp4 containers", depending on where the ffmpeg actually failed to read the file and it's error code (if any). Then on a similar note, I have two more 'correct' (not damaged) files which differ ...
- Fri Aug 02, 2019 12:08 pm
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3027
Re: Labels to id3v2 mp3 chapters spec
You could perhaps write a Python script to send commands to Audacity to:
1) Run the labels to chapters plug-in.
2) Export the audio as MP3
and then:
3) Sleep long enough for the export to complete
4) Run the FFmpeg command.
1) Run the labels to chapters plug-in.
2) Export the audio as MP3
and then:
3) Sleep long enough for the export to complete
4) Run the FFmpeg command.
- Fri Aug 02, 2019 11:30 am
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3027
Re: Labels to id3v2 mp3 chapters spec
That fixed the plug-in installer! Thank you. My current steps are: Run the labels to chapters plug-in. Export the audio to mp3. in terminal, run ./ffmpeg -i /Users/vmarks/Downloads/ai\ pod/ai\ pod\ destri.mp3 -i /Users/vmarks/Downloads/ai\ pod/metadata.txt -map_metadata 1 -codec copy -id3v2_version ...
- Thu Aug 01, 2019 1:14 am
- Forum: Windows
- Topic: installation ffmpeg
- Replies: 2
- Views: 189
Re: installation ffmpeg
thanks, it worked!